File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ v0.10.0 (27 Aug 2025)
6+ ---------------------
7+
8+ This release introduces a new **weight threshold option ** for temporal operations,
9+ improves regridding alignment, and fixes multiple issues with ``xgcm.Grid `` and
10+ ``xESMF `` integration. It also includes a DevOps fix to maintain consistency in handling
11+ ``xgcm.Grid `` metadata.
12+
13+ Enhancements
14+ ~~~~~~~~~~~~
15+
16+ - Add weight threshold option for temporal operations by `Tom Vo `_ in
17+ https://github.com/xCDAT/xcdat/pull/683
18+
19+ Bug Fixes
20+ ~~~~~~~~~
21+
22+ - Remove ``mask `` from ``create_grid() `` output to prevent xESMF issue by `Tom Vo `_ in
23+ https://github.com/xCDAT/xcdat/pull/786
24+ - Fix ``xgcm.Grid `` errors by passing ``autoparse_metadata=False `` by `Tom Vo `_ in
25+ https://github.com/xCDAT/xcdat/pull/785
26+ - Fix regrid2 alignment of output and input dims for final dataarray by `Tom Vo `_ in
27+ https://github.com/xCDAT/xcdat/pull/782
28+
29+
30+ **Full Changelog **: https://github.com/xCDAT/xcdat/compare/v0.9.1...v0.10.0
31+
32+
533v0.9.1 (08 July 2025)
634---------------------
735
Original file line number Diff line number Diff line change 22github_url = " https://github.com/xCDAT/xcdat"
33
44[version ]
5- current = " 0.9.1 "
5+ current = " 0.10.0 "
66
77# Example of a semver regexp.
88# Make sure this matches current_version before
Original file line number Diff line number Diff line change 2525from xcdat .temporal import TemporalAccessor # noqa: F401
2626from xcdat .utils import compare_datasets # noqa: F401
2727
28- __version__ = "0.9.1 "
28+ __version__ = "0.10.0 "
You can’t perform that action at this time.
0 commit comments