|
2 | 2 | History
|
3 | 3 | =======
|
4 | 4 |
|
5 |
| -v0.5.0 (TBD) |
| 5 | +v0.5.0 (27 March 2023) |
6 | 6 | --------------------------
|
7 | 7 |
|
| 8 | +This long-awaited minor release includes feature updates to support an |
| 9 | +optional user-specified climatology reference period when calculating |
| 10 | +climatologies and departures, support for opening datasets using the |
| 11 | +``directory`` key of the legacy CDAT `Climate Data Markup Language |
| 12 | +(CDML) <https://cdms.readthedocs.io/en/latest/manual/cdms_6.html>`__ |
| 13 | +format (an XML dialect), and improved support for using custom time |
| 14 | +coordinates in temporal APIs. |
| 15 | + |
| 16 | +This release also includes a bug fix for singleton coordinates breaking |
| 17 | +the ``swap_lon_axis()`` function. Additionally, Jupyter Notebooks for |
| 18 | +presentations and demos have been added to the documentation. |
| 19 | + |
8 | 20 | Features
|
9 | 21 | ~~~~~~~~
|
10 |
| -TODO |
| 22 | + |
| 23 | +- Update departures and climatology APIs with reference period by |
| 24 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/417 |
| 25 | +- Wrap open_dataset and open_mfdataset to flexibly open datasets by |
| 26 | + `Stephen Po-Chedley`_ in https://github.com/xCDAT/xcdat/pull/385 |
| 27 | +- Add better support for using custom time coordinates in temporal APIs |
| 28 | + by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/415 |
11 | 29 |
|
12 | 30 | Bug Fixes
|
13 | 31 | ~~~~~~~~~
|
14 |
| -TODO |
| 32 | + |
| 33 | +- Raise warning if no time coords found with ``decode_times`` by |
| 34 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/409 |
| 35 | +- Bump conda env dependencies by `Tom Vo`_ in |
| 36 | + https://github.com/xCDAT/xcdat/pull/408 |
| 37 | +- Fix ``swap_lon_axis()`` breaking when sorting with singleton coords |
| 38 | + by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/392 |
15 | 39 |
|
16 | 40 | Documentation
|
17 | 41 | ~~~~~~~~~~~~~
|
18 |
| -TODO |
| 42 | + |
| 43 | +- Update xsearch-xcdat-example.ipynb by `Stephen Po-Chedley`_ in |
| 44 | + https://github.com/xCDAT/xcdat/pull/425 |
| 45 | +- Updates xesmf docs by `Jason Boutte`_ in |
| 46 | + https://github.com/xCDAT/xcdat/pull/432 |
| 47 | +- Add presentations and demos to sphinx toctree by `Tom Vo`_ in |
| 48 | + https://github.com/xCDAT/xcdat/pull/422 |
| 49 | +- Update temporal ``.average`` and ``.departures`` docstrings by |
| 50 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/407 |
| 51 | + |
| 52 | +DevOps |
| 53 | +~~~~~~ |
| 54 | + |
| 55 | +- Bump conda env dependencies by `Tom Vo`_ in |
| 56 | + https://github.com/xCDAT/xcdat/pull/408 |
19 | 57 |
|
20 | 58 | **Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.4.0...v0.5.0
|
21 | 59 |
|
|
0 commit comments