Skip to content

Releases: orlox/SideKicks.jl

v0.3.8

17 Oct 16:39
3da22aa
Compare
Choose a tag to compare

SideKicks v0.3.8

Diff since v0.3.7

No breaking changes

  • Fixed calculation of i_f, to remove abs() around Lvec call - now allows for inclinations between pi/2 and pi.
  • Fixed wraparound of nu + omega, to fall between 0 and 2pi

Merged pull requests:

Closed issues:

  • Create release 0.3.7 (#82)
  • omega+nu mod is incorrect (#83)

v0.3.7

15 Oct 11:26
cecb538
Compare
Choose a tag to compare

SideKicks v0.3.7

Diff since v0.3.6

No breaking changes

  • Fixed range of nu_i, which was previously only sampling between 0 and 180 (now it is 0 to 360).

Merged pull requests:

Closed issues:

  • Create release 0.3.6 (#80)

v0.3.6

14 Oct 12:09
Compare
Choose a tag to compare

SideKicks v0.3.6

Diff since v0.3.5

No breaking changes

  • Fixed range of parameter sum{omega}i_{nu}i, so it now falls between 0 and 360 deg

Merged pull requests:

Closed issues:

  • Create release 0.3.5 (#77)
  • wrong range for nu_i + omega_i (#78)

v0.3.5

08 Oct 22:22
a44ed76
Compare
Choose a tag to compare

SideKicks v0.3.5

Diff since v0.3.4

No breaking changes

  • Added output parameter sum{omega}i_{nu}i, which is the properly constrained parameter if the initial binary is circular.
  • Cleaned up the call for createPlottingProps to better align with input for CornerPlotting package

Merged pull requests:

Closed issues:

  • Create release 0.3.4 (#71)
  • More output vars (#73)

v0.3.4

27 Sep 09:28
dbb18af
Compare
Choose a tag to compare

SideKicks v0.3.4

Diff since v0.3.3

No breaking changes
Added summary statistics Rhat and ESS to the metadata output (see Vehtari, A. et al. (2021). arXiv: 1903.08008)

Merged pull requests:

  • CompatHelper: bump compat for Turing to 0.34, (keep existing compat) (#54) (@github-actions[bot])
  • Make use of general CornerPlotting package (#66) (@orlox)
  • added rhat and ess summary statistics to output (#68) (@reinhold-willcox)
  • Summary statistics (#69) (@reinhold-willcox)
  • updated package version (#70) (@reinhold-willcox)
  • CompatHelper: add new compat entry for MCMCDiagnosticTools at version 0.3, (keep existing compat) (#72) (@github-actions[bot])

Closed issues:

  • Create release 0.3.3 (#64)
  • Add a way to add more observations (#65)
  • Add in mass function (#67)

v0.3.3

17 Sep 15:11
7ff025c
Compare
Choose a tag to compare

SideKicks v0.3.3

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • Find lost theta / phi (#62)

v0.3.2

17 Sep 14:23
5089c33
Compare
Choose a tag to compare

SideKicks v0.3.2

Diff since v0.3.1

v0.3.1

17 Sep 13:09
8d68b64
Compare
Choose a tag to compare

SideKicks v0.3.1

Diff since v0.3.0

Updated CornerPlots to better treat parameter ranges and confidence intervals.

Merged pull requests:

Closed issues:

  • Create release 0.3.0 (#40)
  • TagBot trigger issue (#41)
  • Plotting fixes (#42)
  • Add check for hdf5 file existence (#43)
  • Create release 0.3.1 (#50)
  • Create release 0.3.1 (#51)

v0.3.0

14 Aug 12:27
Compare
Choose a tag to compare

SideKicks v0.3.0

Merged pull requests:

  • Create LICENSE (#1) (@orlox)
  • CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat) (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for Symbolics at version 5, (keep existing compat) (#8) (@github-actions[bot])
  • CompatHelper: add new compat entry for Turing at version 0.30, (keep existing compat) (#9) (@github-actions[bot])
  • CompatHelper: add new compat entry for IfElse at version 0.1, (keep existing compat) (#10) (@github-actions[bot])
  • CompatHelper: add new compat entry for CairoMakie at version 0.11, (keep existing compat) (#11) (@github-actions[bot])
  • Examples file fix (#13) (@avigna)
  • Documentation and cleanup (#15) (@reinhold-willcox)
  • CompatHelper: bump compat for CairoMakie to 0.12, (keep existing compat) (#17) (@github-actions[bot])
  • fixed typo in call to P_f = kepler_P_from_a in MCMC which erroneously… (#18) (@reinhold-willcox)
  • CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat) (#19) (@github-actions[bot])
  • Starting refactoring of weights (#20) (@orlox)
  • CompatHelper: bump compat for Turing to 0.32, (keep existing compat) (#21) (@github-actions[bot])
  • CompatHelper: bump compat for Turing to 0.33, (keep existing compat) (#22) (@github-actions[bot])
  • Adjust major mods (#23) (@reinhold-willcox)
  • CompatHelper: add new compat entry for MathTeXEngine at version 0.6, (keep existing compat) (#24) (@github-actions[bot])
  • add vfts243_gaia to repo (#26) (@reinhold-willcox)
  • Cleanup (#28) (@reinhold-willcox)
  • CompatHelper: add new compat entry for HDF5 at version 0.17, (keep existing compat) (#29) (@github-actions[bot])
  • Use macros to provide cleaner interface for data save (#31) (@orlox)
  • Add observations to plots2 (#32) (@reinhold-willcox)
  • Rename vars to i and f (#33) (@reinhold-willcox)
  • Transform example files into nice doc pages (#34) (@orlox)
  • Velocity inference (#35) (@reinhold-willcox)
  • Increased number of samples and burnout for example in docs (#36) (@orlox)
  • Symbolic function test (#37) (@orlox)
  • added back in the eccentricity reweighting (#38) (@reinhold-willcox)
  • Fix simplified MCMC model (#39) (@orlox)

Closed issues:

  • Move sampling distributions (and their numerical boundaries) out of the KickMCMC.jl file (#12)
  • Saving results (#27)