Skip to content

Releases: California-Planet-Search/radvel

Version 1.2.0

28 Aug 18:03
9bb801b
Compare
Choose a tag to compare
  • finalize the celerite approximate quasi-periodic GP kernel
  • save MCMC stats in the .stat file

Version 1.1.12

20 Jul 17:18
Compare
Choose a tag to compare
  • plot labeling bugfix
  • plotting tweaks
  • display reduced chi^2
  • fixed array ordering issues with multiprocessing in response to issue #182

Version 1.1.11

29 May 16:44
7f387b5
Compare
Choose a tag to compare
  • Minor bugfixes
  • various table fixes
  • add warning in AIC calculation with n_free == n_data
  • worked out exact cython requirement

Version 1.1.10

17 Apr 22:29
3c08812
Compare
Choose a tag to compare
  • radvel.plotting is now the subpackage radvel.plot. Each type of plot now has its own class and associated methods.
  • This pull request addresses Issue #125, including the add-on issue about yscale_sigma
  • This pull request also addresses Issue #121, adding three new keywords specifically for GP Multipanel plots.
  • Assorted small changes made to the way the multipanel plotting code runs.
  • Incorporates a couple of extensions to the table code.
  • prior & GP normalizations
  • additional keywords for multipanel plot

Version 1.1.9

13 Apr 21:40
a1b7afd
Compare
Choose a tag to compare
  • added AIC to comparison tables
  • added several more types of model comparisons (see pull request #165)

Version 1.1.8

11 Apr 21:11
036bb08
Compare
Choose a tag to compare
  • switch back to Powell minimizer and expose as an option in response to issue #164
  • removed most deepcopy calls in response to issue #166
  • made celerite an optional dependency in response to issue #162
  • fixed bug in celerite setup file

Version 1.1.7

12 Mar 18:58
be20db4
Compare
Choose a tag to compare
  • use jinja2 templating for LaTeX report
  • fixed output directory bug reported in issue #158

Version 1.1.6

01 Mar 22:37
d3cf0af
Compare
Choose a tag to compare
  • Bugfix for posterior.residuals method
  • ReadTheDocs bugfix

Version 1.1.5

28 Feb 15:22
b340d66
Compare
Choose a tag to compare
  • added celerite GP kernel
  • added new example using the celerite kernel
  • added .readthedocs.yml and separate requirements file for RTD
  • added numerical prior

Version 1.1.3

07 Feb 21:54
87d7d1d
Compare
Choose a tag to compare
  • Minor bugfixes for Travis testing
  • MCMC bugfix