Skip to content

Commit affce83

Browse files
Bump to v0.11.0 (#821)
1 parent e9937b6 commit affce83

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
History
33
=======
44

5+
v0.11.0 (03 December 2025)
6+
--------------------------
7+
8+
This minor release includes enhancements, bug fixes, and documentation updates. Key
9+
changes introduce land–sea mask generation support, faster startup times through
10+
deferred ``xgcm`` imports, improved logging consistency, and fixes for attribute handling
11+
issues introduced in Xarray v2025.11.0.
12+
13+
Enhancements
14+
~~~~~~~~~~~~
15+
16+
- Add land–sea mask generation by `Jason Boutte`_ in
17+
https://github.com/xCDAT/xcdat/pull/783
18+
- Defer ``xgcm`` import to speed up xCDAT startup time by ~3 seconds by `Tom Vo`_ in
19+
https://github.com/xCDAT/xcdat/pull/810
20+
21+
Bug Fixes
22+
~~~~~~~~~
23+
24+
- Refactor xCDAT logging for consistency and safety by `Tom Vo`_ in
25+
https://github.com/xCDAT/xcdat/pull/811
26+
- Fix attributes behavior change due to Xarray v2025.11.0 by `Tom Vo`_ in
27+
https://github.com/xCDAT/xcdat/pull/818
28+
29+
**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.10.1...v0.11.0
30+
31+
532
v0.10.1 (01 October 2025)
633
-------------------------
734

@@ -37,8 +64,8 @@ DevOps
3764
**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.10.0...v0.10.1
3865

3966

40-
v0.10.0 (27 Aug 2025)
41-
---------------------
67+
v0.10.0 (27 August 2025)
68+
------------------------
4269

4370
This release introduces a new **weight threshold option** for temporal operations,
4471
improves regridding alignment, and fixes multiple issues with ``xgcm.Grid`` and

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.10.1"
5+
current = "0.11.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
@@ -29,4 +29,4 @@
2929
# Initialize xCDAT logger once when the package is imported
3030
_setup_xcdat_logger()
3131

32-
__version__ = "0.10.1"
32+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)