Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@dfm dfm released this 16 Apr 15:58
326b58d

Note: This release will probably break your installation scripts. Since both PyMC3 and PyMC (v5+) are supported, you'll need to explicitly use:

pip install "exoplanet[pymc3]"

or

pip install "exoplanet[pymc]"

depending on which version you want to use. Or, you can manually install the dependencies that you want, but you might need to pin numpy and/or xarray in some cases.

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0