Releases: dfm/corner.py
Releases · dfm/corner.py
corner v2.2.2
What's Changed
- Fixing infinite loop by @dfm in #154
- Added a reverse option to overplot_* by @NeutralKaon in #156
- Working to fix tests on CI by @dfm in #187
- download notebooks as .ipynb by @Solosneros in #188
- Add Returns block to main corner() docstring by @adrn in #190
- Proposed fix for title errorbars/quantiles bug by @jhmatthews in #193
- Update corner hist2d to match axis background color by @delinea in #196
- Switching to using centralized packaging infrastructure by @dfm in #202
- Trying to silence font issues in docs by @dfm in #212
- Added option for log scaled axes. by @castillohair in #174
- Clarify support for using pandas column names as labels by @zachjweiner in #218
- Updated minimum python version and test outputs by @dfm in #221
- Fixing handling of range arugment when empty figure is provided by @dfm in #224
- Fixing outdated release workflow by @dfm in #227
New Contributors
- @NeutralKaon made their first contribution in #156
- @pre-commit-ci made their first contribution in #157
- @Solosneros made their first contribution in #188
- @jhmatthews made their first contribution in #193
- @delinea made their first contribution in #196
- @castillohair made their first contribution in #174
- @zachjweiner made their first contribution in #218
Full Changelog: v2.2.1...v2.2.2
corner v2.2.2rc3
Fixing outdated release workflow (#227) * updating release workflow * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
corner v2.2.2rc2
[pre-commit.ci] pre-commit autoupdate (#226) updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
corner.py v2.2.2rc1
What's Changed
- Fixed infinite loop by @dfm in #154
- Fixed tests on CI by @dfm in #187
- Fixed title errorbars/quantiles bug by @jhmatthews in #193
- Added a reverse option to overplot_* by @NeutralKaon in #156
- Added option to download notebooks as .ipynb by @Solosneros in #188
- Added
Returns
block to main corner() docstring by @adrn in #190 - Updated corner hist2d to match axis background color by @delinea in #196
- Switched to using centralized packaging infrastructure by @dfm in #202
New Contributors
- @NeutralKaon made their first contribution in #156
- @pre-commit-ci made their first contribution in #157
- @Solosneros made their first contribution in #188
- @jhmatthews made their first contribution in #193
- @delinea made their first contribution in #196
Full Changelog: v2.2.1...v2.2.2rc1
corner.py v.2.2.1
Makes ArviZ an optional dependency and adds minimum Python version (3.6).
corner.py v2.2.0
- Adds support for ArviZ
corner.py v2.1.0
A maintenance release to keep infrastructure up to date.
corner.py v2.1.0.rc1
Release candidate: A maintenance release to keep infrastructure up to date.
corner.py v2.0.0
Version 2 of corner.py is now tested, documented, and citable.
corner.py v1.0.2
Renamed to corner.py and many other updates.