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
- Fixing lexer issues for docs by @dfm in #276
- Pinning max xarray version by @dfm in #316
- Update requirements.txt by @gjgilbert in #311
- Support PyMC v5 by @vandalt in #309
- Updating publishing workflow by @dfm in #322
- Update setup-python action to v5 by @dfm in #323
New Contributors
- @gjgilbert made their first contribution in #311
- @vandalt made their first contribution in #309
Full Changelog: v0.5.3...v0.6.0