Skip to content

Releases: California-Planet-Search/radvel

Version 1.4.0

07 May 21:45
75fdf4e
Compare
Choose a tag to compare
  • 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

21 Apr 22:47
cdcaa14
Compare
Choose a tag to compare

Hotfix for a bug in the reported lnprob values from MCMC. See PR #307 for details.

Version 1.3.7

13 Mar 19:58
a935048
Compare
Choose a tag to compare
  • make save and proceed flags boolean 0f96ac8
  • more default colors in RV multipanel plots 70f068d
  • fix reshaping bug in MCMC trend plot #299
  • remove .tar from file extension since files are not tarred #298
  • fix save/proceed bug with auto-adjusted number of walkers #296

Version 1.3.6

14 Feb 02:30
261a820
Compare
Choose a tag to compare
  • updating tutorials to explicitly import radvel.likelihood
  • multipanel plot unit bugfixes

Version 1.3.5

01 Feb 15:26
b512512
Compare
Choose a tag to compare
  • bugfix for units on multipanel plot
  • fix user-specified plot name with CLI

Version 1.3.4

03 Jan 22:22
f687613
Compare
Choose a tag to compare
  • fixed a bug introduced in the previous release that broke some of the report tables

Version 1.3.3

03 Jan 20:27
3375e6d
Compare
Choose a tag to compare
  • minor update to add Msini annotation to RV plot if derived parameters are calculated first

Version 1.3.2

20 Dec 00:41
e41a5b0
Compare
Choose a tag to compare
  • 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

14 Nov 22:11
2c1be09
Compare
Choose a tag to compare
  • 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

12 Nov 04:21
b80ddac
Compare
Choose a tag to compare

This version is no longer compatible with versions of emcee < 3.0.0. Please update your emcee install.