Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.10.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Oct 21:41
7ae6b72

v0.10.1 (01 October 2025)

This patch release introduces bug fixes, documentation updates, and DevOps changes, including constraining cf_xarray >=0.10.7, preserving Xarray legacy behaviors for open_mfdataset() with compat and join arguments to prevent unexpected breaking changes for users, dropping Python 3.10 support, and adding PyAOS to the endorsements list.

Bug Fixes

  • Constrain cf_xarray >=0.10.7 by @tomvothecoder in #804. This constraint is necessary because cf_xarray=0.10.7 introduces a fix to bounds_to_vertices(), enabling support for non-monotonic bounds and propagating correct regridding results in xESMF for such cases (refer to xarray-contrib/cf-xarray#579).

Documentation

DevOps

  • Preserve Xarray legacy compat and join behaviors by @tomvothecoder in #800. This change was made to maintain consistent functionality across environments after Xarray updates, preventing unexpected breaking changes for downstream users.
  • Drop Python 3.10 support by @tomvothecoder in #794

Full Changelog: v0.10.0...v0.10.1