Skip to content

v0.7.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 20:51
· 1 commit to refs/heads/main since this release
1cfd369

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 (which introduces 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

  • Update get_bounds() to support mappable non-CF axes using "bounds" attr by @tomvothecoder in #708

Documentation

DevOps

Full Changelog: v0.7.2...v0.7.3