v0.7.3 #713
tomvothecoder
announced in
1. Announcements
v0.7.3
#713
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.7.3 (06 November 2024)
This patch release updates the NumPy constraint to
numpy >=2.0.0,<3.0.0
to ensure compatibility with NumPy 2.0 (whichintroduces breaking changes). It also fixes a bug in the
get_bounds()
method where bounds could not be found on supported non-CF axes (e.g., "latitude", "longitude", etc.) even with the"bounds"
attribute set on the axes.Bug Fixes
get_bounds()
to support mappable non-CF axes using"bounds"
attr by @tomvothecoder in Updateget_bounds()
to support mappable non-CF axes using"bounds"
attr #708Documentation
DevOps
ruff
as the central tool for linting, formatting, and import sorting by @tomvothecoder in Adoptruff
as the central tool for linting, formatting, and import sorting #702>=2.0.0,<3.0.0
by @tomvothecoder and @xylar in Update numpy constraint to>=2.0.0,<=3.0.0
#711, Bump to v0.7.3 #712setup.py
withpyproject.toml
for modern Python packaging by @tomvothecoder and @xylar in Bump to v0.7.3 #712Full Changelog: v0.7.2...v0.7.3
This discussion was created from the release v0.7.3.
Beta Was this translation helpful? Give feedback.
All reactions