Releases: California-Planet-Search/radvel
Releases · California-Planet-Search/radvel
Version 1.4.0
- vectorized likelihood calculations and basis conversions for ~20% performance enhancement
- added tutorial for creating custom likelihoods and performing a joint RV+light curve fit
Version 1.3.8
Hotfix for a bug in the reported lnprob values from MCMC. See PR #307 for details.
Version 1.3.7
Version 1.3.6
- updating tutorials to explicitly import radvel.likelihood
- multipanel plot unit bugfixes
Version 1.3.5
- bugfix for units on multipanel plot
- fix user-specified plot name with CLI
Version 1.3.4
- fixed a bug introduced in the previous release that broke some of the report tables
Version 1.3.3
- minor update to add Msini annotation to RV plot if derived parameters are calculated first
Version 1.3.2
- changed some default convergence criteria
- fixed proceed bug
- posterior print function now subtracts time_base from time parameters instead of arbitrary offset
- fixed posterior loading bug to allow dependencies to be loaded in the setup file
Version 1.3.1
- added --save and --proceed flags to radvel mcmc to allow saving and continuing runs!
- added table of convergence metrics to report
- fixed bug with chain reshaping for the trend plot
- fixed bug causing chains to reset their positions after every status check
- sped up the Kepler solver slightly by removing some of the trig calculations
- changed default thinning to 10
- added optional autocorrelation plot
- increased code coverage
- include Cython in setup_requires
- shrunk Docker testing image
- fixed statevars bug causing tests to fail
Version 1.3.0
- upgrade to emcee3
- new autocorrelation-based convergence checks see (https://radvel.readthedocs.io/en/latest/autocorrintro.html)
- autocorrelation convergence plot
- testing in Docker containers
This version is no longer compatible with versions of emcee
< 3.0.0. Please update your emcee
install.