File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ v0.10.1 (01 October 2025)
6+ -------------------------
7+
8+ Release 0.10.1 introduces bug fixes, documentation updates, and DevOps changes,
9+ including constraining ``cf_xarray >=0.10.7 ``, preservin Xarray legacy behaviors for
10+ ``open_mfdataset() `` and ``compat ``/``join `` to ensure stability across dependencies,
11+ dropping Python 3.10 support, and adding PyAOS to the endorsements list.
12+
13+ Bug Fixes
14+ ~~~~~~~~~
15+
16+ - Constrain ``cf_xarray >=0.10.7 `` by `Tom Vo `_ in https://github.com/xCDAT/xcdat/pull/804.
17+ This constraint is necessary because cf_xarray v0.10.7 introduces a fix to
18+ ``bounds_to_vertices() ``, enabling support for non-monotonic bounds and propagating
19+ correct regridding results in xESMF for such cases
20+ (refer to https://github.com/xarray-contrib/cf-xarray/pull/579).
21+
22+ Documentation
23+ ~~~~~~~~~~~~~
24+
25+ - Add PyAOS to list of endorsements by `Tom Vo `_ in https://github.com/xCDAT/xcdat/pull/802
26+
27+ DevOps
28+ ~~~~~~
29+
30+ - Preserve Xarray legacy ``compat `` and ``join `` behaviors by `Tom Vo `_ in
31+ https://github.com/xCDAT/xcdat/pull/800. This change was made to maintain consistent
32+ functionality across environments after Xarray updates, preventing unexpected breaking
33+ changes for downstream users.
34+ - Drop Python 3.10 support by `Tom Vo `_ in https://github.com/xCDAT/xcdat/pull/794
35+
36+ **Full Changelog **: https://github.com/xCDAT/xcdat/compare/v0.10.0...v0.10.1
37+
38+
539v0.10.0 (27 Aug 2025)
640---------------------
741
You can’t perform that action at this time.
0 commit comments