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.7by @tomvothecoder in #804. This constraint is necessary becausecf_xarray=0.10.7introduces a fix tobounds_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
- Add PyAOS to list of endorsements by @tomvothecoder in #802
DevOps
- Preserve Xarray legacy
compatandjoinbehaviors 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