Releases: California-Planet-Search/radvel
Releases · California-Planet-Search/radvel
Version 1.2.0
- finalize the celerite approximate quasi-periodic GP kernel
- save MCMC stats in the .stat file
Version 1.1.12
- plot labeling bugfix
- plotting tweaks
- display reduced chi^2
- fixed array ordering issues with multiprocessing in response to issue #182
Version 1.1.11
- Minor bugfixes
- various table fixes
- add warning in AIC calculation with n_free == n_data
- worked out exact cython requirement
Version 1.1.10
- 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
- added AIC to comparison tables
- added several more types of model comparisons (see pull request #165)
Version 1.1.8
Version 1.1.7
- use jinja2 templating for LaTeX report
- fixed output directory bug reported in issue #158
Version 1.1.6
- Bugfix for posterior.residuals method
- ReadTheDocs bugfix
Version 1.1.5
- 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
- Minor bugfixes for Travis testing
- MCMC bugfix