|
2 | 2 | History |
3 | 3 | ======= |
4 | 4 |
|
| 5 | +v0.7.1 (24 June 2024) |
| 6 | +---------------------- |
| 7 | + |
| 8 | +This patch release fixes a bug in the Regrid2 API where a static order of dimensions are |
| 9 | +incorrectly expected. It updates ``add_missing_bounds()`` to convert ``np.timedelta64`` |
| 10 | +values to ``pandas.Timedelta`` objects to support Xarray's datetime component |
| 11 | +accessor. |
| 12 | + |
| 13 | +This release also includes numerous updates to the documentation, including adding |
| 14 | +a general guide to parallel computing with Dask notebook. It also ensures all existing |
| 15 | +notebooks and documentation are up to date with the latest and relevant information. |
| 16 | + |
| 17 | +Bug Fixes |
| 18 | +~~~~~~~~~ |
| 19 | + |
| 20 | +- Fixes regrid2 mapping output to input ordering by `Jason Boutte`_ |
| 21 | + in https://github.com/xCDAT/xcdat/pull/653 |
| 22 | +- Update ``add_missing_bounds()`` to convert ``np.timedelta64`` to ``pd.Timedelta`` |
| 23 | + to support Xarray's datetime component accessor `_Jiwoo Lee` in https://github.com/xCDAT/xcdat/pull/660 |
| 24 | + |
| 25 | +Documentation |
| 26 | +~~~~~~~~~~~~~ |
| 27 | + |
| 28 | +- Add JOSS paper by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/567 |
| 29 | +- Add Parallel Computing with Dask Jupyter Notebook by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/489 |
| 30 | +- Update regridding notebook for v0.7.0 by `Jill Chengzhu Zhang`_ in https://github.com/xCDAT/xcdat/pull/646 |
| 31 | +- Update FAQs, HPC guide, and Gentle Introduction by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/650 |
| 32 | +- Simplify the contributing guide by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/593 |
| 33 | +- Update notebook env setup instructions with kernel by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/652 |
| 34 | +- Add instructions for setting `ESMFMKFILE` and update links to xESMF docs by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/643 |
| 35 | +- Temporal average notebooks maintanance by `Jiwoo Lee`_ in https://github.com/xCDAT/xcdat/pull/633 |
| 36 | +- Review of spatial averaging and general dataset utilities by `Stephen Po-Chedley`_ in https://github.com/xCDAT/xcdat/pull/644 |
| 37 | + |
| 38 | +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.7.0...v0.7.1 |
| 39 | + |
5 | 40 | v0.7.0 (10 April 2024) |
6 | 41 | ---------------------- |
7 | 42 |
|
@@ -54,7 +89,7 @@ Deprecations |
54 | 89 | - Remove CDML/XML support from ``open_dataset()`` and |
55 | 90 | ``open_mfdataset()`` since CDAT is EOL since Dec/2023 |
56 | 91 |
|
57 | | -**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.6.1...0.7.0 |
| 92 | +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.6.1...v0.7.0 |
58 | 93 |
|
59 | 94 | v0.6.1 (29 November 2023) |
60 | 95 | ------------------------- |
|
0 commit comments