Skip to content

Commit

Permalink
allow matplotlib 3.9 (#387)
Browse files Browse the repository at this point in the history
* allow matplotlib 3.9

* bump version to 2.8.10

* Fix logscale limit updates (#383)

* test that limits get accurately updated by successive plots with logscale axes, adjusting to new data limits, see issue #381

* fix typo from PR #324

* bump version to 2.8.10

* update logscale plot limits to datalimits at the end, making use of `ax.dataLim`

* Fix macOS CI (#385)

* attempt at fixing macOS CI by brew installing hdf5

* update from `miniconda@v2` to `miniconda@v3`

* bump version to 2.8.11

* try newer `tables` version, which was previously restricted to 3.8.0 in #379

* Revert "attempt at fixing macOS CI by brew installing hdf5"

This reverts commit 968bdb3.

* Reapply "attempt at fixing macOS CI by brew installing hdf5"

This reverts commit 204014a.

Seems like this is needed after all, otherwise macOS is struggling to
find a local HDF5.

---------

Co-authored-by: Will Handley <[email protected]>

* Fix to `color='C2'` plot_2d error post pandas 2 (#382)

* Added failing test

* bump version to 2.8.10

* Get color from self.color

* Update README.rst

* Update _version.py

* Update README.rst

* Update _version.py

---------

Co-authored-by: Lukas Hergt <[email protected]>

* bump version to 2.8.10

* bump version to 2.8.11

* bump version to 2.8.13

---------

Co-authored-by: Lukas Hergt <[email protected]>
Co-authored-by: Will Handley <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2024
1 parent 8726a90 commit 5b6b199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
anesthetic: nested sampling post-processing
===========================================
:Authors: Will Handley and Lukas Hergt
:Version: 2.8.12
:Version: 2.8.13
:Homepage: https:/handley-lab/anesthetic
:Documentation: http://anesthetic.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion anesthetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.12'
__version__ = '2.8.13'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"scipy",
"numpy",
"pandas~=2.2.0",
"matplotlib>=3.6.1,<3.9.0",
"matplotlib>=3.6.1,<3.10.0",
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 5b6b199

Please sign in to comment.