Releases: orlox/SideKicks.jl
Releases · orlox/SideKicks.jl
v0.3.8
SideKicks v0.3.8
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:
- Inclination fix (#84) (@reinhold-willcox)
Closed issues:
v0.3.7
SideKicks v0.3.7
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:
- fixed range for nu_i to go from 0 to 2pi instead of just pi (#81) (@reinhold-willcox)
Closed issues:
- Create release 0.3.6 (#80)
v0.3.6
SideKicks v0.3.6
No breaking changes
- Fixed range of parameter sum{omega}i_{nu}i, so it now falls between 0 and 360 deg
Merged pull requests:
- fixed sum omega_i + nu_i to be between 0 and 360 (#79) (@reinhold-willcox)
Closed issues:
v0.3.5
SideKicks v0.3.5
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:
- Add output params (#74) (@reinhold-willcox)
- updated version (#75) (@reinhold-willcox)
- More angles in output (#76) (@reinhold-willcox)
Closed issues:
v0.3.4
SideKicks v0.3.4
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:
v0.3.3
SideKicks v0.3.3
Merged pull requests:
- fixed typo with likelihood calculation of :\omega (#63) (@reinhold-willcox)
Closed issues:
- Find lost theta / phi (#62)
v0.3.2
SideKicks v0.3.2
v0.3.1
SideKicks v0.3.1
Updated CornerPlots to better treat parameter ranges and confidence intervals.
Merged pull requests:
- Added missing output values theta, phi and vsys for simplified model (#44) (@orlox)
- Contours 2d (#45) (@reinhold-willcox)
- Remove projects (#48) (@reinhold-willcox)
- cleaned up Orbits to match what's in the text (#49) (@reinhold-willcox)
- updated version and code authors list (#52) (@reinhold-willcox)
Closed issues:
v0.3.0
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: