|
2 | 2 | History |
3 | 3 | ======= |
4 | 4 |
|
| 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 | + |
5 | 32 | v0.10.1 (01 October 2025) |
6 | 33 | ------------------------- |
7 | 34 |
|
|
37 | 64 | **Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.10.0...v0.10.1 |
38 | 65 |
|
39 | 66 |
|
40 | | -v0.10.0 (27 Aug 2025) |
41 | | ---------------------- |
| 67 | +v0.10.0 (27 August 2025) |
| 68 | +------------------------ |
42 | 69 |
|
43 | 70 | This release introduces a new **weight threshold option** for temporal operations, |
44 | 71 | improves regridding alignment, and fixes multiple issues with ``xgcm.Grid`` and |
|
0 commit comments