Skip to content

Commit 8335789

Browse files
Bump to v0.10.0 (#787)
1 parent 4f082bb commit 8335789

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

HISTORY.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
History
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+
533
v0.9.1 (08 July 2025)
634
---------------------
735

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_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

xcdat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from xcdat.temporal import TemporalAccessor # noqa: F401
2626
from xcdat.utils import compare_datasets # noqa: F401
2727

28-
__version__ = "0.9.1"
28+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)