|
2 | 2 | History |
3 | 3 | ======= |
4 | 4 |
|
| 5 | +v0.4.0 (9 November 2022) |
| 6 | +-------------------------- |
| 7 | + |
| 8 | +This minor release includes a feature update to support datasets that |
| 9 | +have *N* dimensions mapped to *N* coordinates to represent an axis. This |
| 10 | +means ``xcdat`` APIs are able to intelligently select which axis's |
| 11 | +coordinates and bounds to work with if multiple are present within the |
| 12 | +dataset. Decoding time is now a lazy operation, leading to significant |
| 13 | +upfront runtime improvements when opening datasets with |
| 14 | +``decode_times=True``. |
| 15 | + |
| 16 | +A new notebook called “A Gentle Introduction to xCDAT” was added to the |
| 17 | +documentation gallery to help guide new xarray/xcdat users. xCDAT is now |
| 18 | +hosted on Zenodo with a DOI for citations. |
| 19 | + |
| 20 | +There are various bug fixes for bounds, naming of spatial weights, and a |
| 21 | +missing flag for ``xesmf`` that broke curvilinear regridding. |
| 22 | + |
| 23 | +Features |
| 24 | +~~~~~~~~ |
| 25 | + |
| 26 | +- Support for N axis dimensions mapped to N coordinates by |
| 27 | + `Tom Vo`_ and `Stephen Po-Chedley`_ in |
| 28 | + https://github.com/xCDAT/xcdat/pull/343 |
| 29 | + |
| 30 | + - Rename ``get_axis_coord()`` to ``get_dim_coords()`` and |
| 31 | + ``get_axis_dim()`` to ``get_dim_keys()`` |
| 32 | + - Update spatial and temporal accessor class methods to refer to the |
| 33 | + dimension coordinate variable on the data_var being operated on, |
| 34 | + rather than the parent dataset |
| 35 | + |
| 36 | +- Decoding times (``decode_time()``) is now a lazy operation, which |
| 37 | + results in significant runtime improvements by `Tom Vo`_ in |
| 38 | + https://github.com/xCDAT/xcdat/pull/343 |
| 39 | + |
| 40 | +Bug Fixes |
| 41 | +~~~~~~~~~ |
| 42 | + |
| 43 | +- Fix ``add_bounds()`` not ignoring 0-dim singleton coords by |
| 44 | + `Tom Vo`_ and `Stephen Po-Chedley`_ in |
| 45 | + https://github.com/xCDAT/xcdat/pull/343 |
| 46 | +- Fix name of spatial weights with singleton coord by `Tom Vo`_ in |
| 47 | + https://github.com/xCDAT/xcdat/pull/379 |
| 48 | +- Fixes ``xesmf`` flag that was missing which broke curvilinear |
| 49 | + regridding by `Jason Boutte`_ and `Stephen Po-Chedley`_ in |
| 50 | + https://github.com/xCDAT/xcdat/pull/374 |
| 51 | + |
| 52 | +Documentation |
| 53 | +~~~~~~~~~~~~~ |
| 54 | + |
| 55 | +- Add FAQs section for temporal metadata by `Tom Vo`_ in |
| 56 | + https://github.com/xCDAT/xcdat/pull/383 |
| 57 | +- Add gentle introduction notebook by `Tom Vo`_ in |
| 58 | + https://github.com/xCDAT/xcdat/pull/373 |
| 59 | +- Link repo to Zenodo and upload GitHub releases by `Tom Vo`_ in |
| 60 | + https://github.com/xCDAT/xcdat/pull/367 |
| 61 | +- Update project overview, FAQs, and add a link to xarray tutorials by |
| 62 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/365 |
| 63 | +- Update feature list, add metadata interpretation to FAQs, and add |
| 64 | + ``ipython`` syntax highlighting for notebooks by `Tom Vo`_ in |
| 65 | + https://github.com/xCDAT/xcdat/pull/362 |
| 66 | + |
| 67 | +DevOps |
| 68 | +~~~~~~ |
| 69 | + |
| 70 | +- Update release-drafter template by `Tom Vo`_ in |
| 71 | + https://github.com/xCDAT/xcdat/pull/371 and |
| 72 | + https://github.com/xCDAT/xcdat/pull/370 |
| 73 | +- Automate release notes generation by `Tom Vo`_ in |
| 74 | + https://github.com/xCDAT/xcdat/pull/368 |
| 75 | + |
| 76 | +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.3.3...v0.4.0 |
| 77 | + |
5 | 78 | v0.3.3 (12 October 2022) |
6 | 79 | ------------------------ |
7 | 80 |
|
|
0 commit comments