|
2 | 2 | History |
3 | 3 | ======= |
4 | 4 |
|
| 5 | +v0.6.1 (29 November 2023) |
| 6 | +------------------------- |
| 7 | + |
| 8 | +This patch version adds a default value to the ``axes`` argument in |
| 9 | +``ds.bounds.add_missing_bounds()`` (``axes=["X", "Y", "T"]``). The ``axes`` |
| 10 | +argument was added in v0.6.0 and did not have a default value, which |
| 11 | +inadvertently introduced a breaking change to the API. |
| 12 | + |
| 13 | +``xesmf`` is now a required dependency because its core library, ESMF, |
| 14 | +supports Windows as of Feb/2023. More information can be found |
| 15 | +`here <https://github.com/conda-forge/esmf-feedstock/pull/65>`_. |
| 16 | + |
| 17 | +Bug Fixes |
| 18 | +~~~~~~~~~ |
| 19 | + |
| 20 | +- Add defaults to add_missing_bounds by `Ana Ordonez`_ in |
| 21 | + https://github.com/xCDAT/xcdat/pull/569 |
| 22 | + |
| 23 | +DevOps |
| 24 | +~~~~~~ |
| 25 | + |
| 26 | +- Make xESMF a required dependency by `Tom Vo`_ in |
| 27 | + https://github.com/xCDAT/xcdat/pull/566 |
| 28 | + |
| 29 | +Documentation |
| 30 | +~~~~~~~~~~~~~ |
| 31 | + |
| 32 | +- Update doc: Add link to the ESFG seminar xCDAT introduction video by `Jiwoo Lee`_ in |
| 33 | + https://github.com/xCDAT/xcdat/pull/571 |
| 34 | +- Fix v0.6.0 changelog headers for proper nesting by `Tom Vo`_ in |
| 35 | + https://github.com/xCDAT/xcdat/pull/559 |
| 36 | + |
| 37 | +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.6.0...v0.6.1 |
| 38 | + |
5 | 39 | v0.6.0 (10 October 2023) |
6 | 40 | ------------------------ |
7 | 41 |
|
@@ -92,7 +126,6 @@ DevOps |
92 | 126 |
|
93 | 127 | **Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.5.0...v0.6.0 |
94 | 128 |
|
95 | | - |
96 | 129 | v0.5.0 (27 March 2023) |
97 | 130 | -------------------------- |
98 | 131 |
|
@@ -634,3 +667,4 @@ DevOps |
634 | 667 | .. _Jiwoo Lee: https://github.com/lee1043 |
635 | 668 | .. _Jill Chengzhu Zhang: https://github.com/chengzhuzhang |
636 | 669 | .. _Paul Durack: https://github.com/durack1 |
| 670 | +.. _Ana Ordonez: https://github.com/acordonez |
0 commit comments