|
2 | 2 | History |
3 | 3 | ======= |
4 | 4 |
|
| 5 | +v0.7.0 (10 April 2024) |
| 6 | +---------------------- |
| 7 | + |
| 8 | +This minor release includes enhancements to the performance of the |
| 9 | +Regrid2 API and fixes Regrid2 to align the behavior of how missing |
| 10 | +values are handled with CDAT. There are various bug fixes, documentation |
| 11 | +updates, and feature deprecations listed below. |
| 12 | + |
| 13 | +Enhancements |
| 14 | +~~~~~~~~~~~~ |
| 15 | + |
| 16 | +- Improving regrid2 performance by `Jason Boutte`_ in |
| 17 | + https://github.com/xCDAT/xcdat/pull/533 |
| 18 | +- Update Regrid2 missing and fill value behaviors to align with CDAT |
| 19 | + and add ``unmapped_to_nan`` arg for output data by `Jason Boutte`_ in |
| 20 | + https://github.com/xCDAT/xcdat/pull/613 |
| 21 | + |
| 22 | +Bug Fixes |
| 23 | +~~~~~~~~~ |
| 24 | + |
| 25 | +- Fix Regrid2 to convert bounds as Dask Arrays to NumPy Arrays for |
| 26 | + compatibility with NumPy based code by `Tom Vo`_ and `Jiwoo Lee`_ in |
| 27 | + https://github.com/xCDAT/xcdat/pull/634 |
| 28 | +- Fix climo notebook missing T bounds and add notebook env setup in all |
| 29 | + example notebooks by `Tom Vo`_ in |
| 30 | + https://github.com/xCDAT/xcdat/pull/623 |
| 31 | +- Update unweighted temporal averages to not require bounds by |
| 32 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/579 |
| 33 | + |
| 34 | +Documentation |
| 35 | +~~~~~~~~~~~~~ |
| 36 | + |
| 37 | +- Update documentation styling for easier navigation by `Tom Vo`_ |
| 38 | + in https://github.com/xCDAT/xcdat/pull/624 |
| 39 | +- Add list of projects using xCDAT by `Tom Vo`_ in |
| 40 | + https://github.com/xCDAT/xcdat/pull/617 |
| 41 | +- Fix ESMFMKFILE env variable not set in RTD build by `Tom Vo`_ in |
| 42 | + https://github.com/xCDAT/xcdat/pull/577 |
| 43 | + |
| 44 | +Deprecations |
| 45 | +~~~~~~~~~~~~ |
| 46 | + |
| 47 | +- Remove deprecated features and APIs by `Tom Vo`_ in |
| 48 | + https://github.com/xCDAT/xcdat/pull/628, including: |
| 49 | + |
| 50 | + - ``horizontal_xesmf()`` and ``horizontal_regrid2()`` |
| 51 | + - ``**kwargs`` from ``create_grid()`` |
| 52 | + - ``add_bounds`` accepting boolean arg in ``open_dataset()`` and |
| 53 | + ``open_mfdataset()`` |
| 54 | + - Remove CDML/XML support from ``open_dataset()`` and |
| 55 | + ``open_mfdataset()`` since CDAT is EOL since Dec/2023 |
| 56 | + |
| 57 | +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.6.1...0.7.0 |
| 58 | + |
5 | 59 | v0.6.1 (29 November 2023) |
6 | 60 | ------------------------- |
7 | 61 |
|
|
0 commit comments