|
2 | 2 | History
|
3 | 3 | =======
|
4 | 4 |
|
| 5 | +v0.6.0 (10 October 2023) |
| 6 | +------------------------ |
| 7 | + |
| 8 | +This minor version update consists of new features including vertical |
| 9 | +regridding (extension of ``xgcm``), functions for producing accurate |
| 10 | +time bounds, and improving the usability of the ``create_grid`` API. It |
| 11 | +also includes bug fixes to preserve attributes when using regrid2 |
| 12 | +horizontal regridder and fixing multi-file datasets spatial average |
| 13 | +orientation and weights when lon bounds span prime meridian. |
| 14 | + |
| 15 | +Features |
| 16 | +-------- |
| 17 | + |
| 18 | +- Functions to produce accurate time bounds by `Stephen Po-Chedley`_ in |
| 19 | + https://github.com/xCDAT/xcdat/pull/418 |
| 20 | +- Add API extending xgcm vertical regridding by `Jason Boutte`_ in |
| 21 | + https://github.com/xCDAT/xcdat/pull/388, |
| 22 | + https://github.com/xCDAT/xcdat/pull/535, |
| 23 | + https://github.com/xCDAT/xcdat/pull/525 |
| 24 | +- Update ``create_grid`` args to improve usability by `Jason Boutte`_ in |
| 25 | + https://github.com/xCDAT/xcdat/pull/507, |
| 26 | + https://github.com/xCDAT/xcdat/pull/539 |
| 27 | + |
| 28 | +Deprecation |
| 29 | +----------- |
| 30 | + |
| 31 | +- Add deprecation warnings for ``add_bounds`` boolean args by |
| 32 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/548, |
| 33 | +- Add deprecation warning for CDML/XML support in ``open_mfdataset()`` by `Tom Vo`_ |
| 34 | + in https://github.com/xCDAT/xcdat/pull/503, |
| 35 | + https://github.com/xCDAT/xcdat/pull/504 |
| 36 | + |
| 37 | +Bug Fixes |
| 38 | +--------- |
| 39 | + |
| 40 | +Horizontal Regridding |
| 41 | +~~~~~~~~~~~~~~~~~~~~~ |
| 42 | + |
| 43 | +- Improves error when axis is missing/incorrect attributes with regrid2 |
| 44 | + by `Jason Boutte`_ in https://github.com/xCDAT/xcdat/pull/481 |
| 45 | +- Fixes preserving ds/da attributes in the regrid2 module by `Jason Boutte`_ |
| 46 | + in https://github.com/xCDAT/xcdat/pull/468 |
| 47 | +- Fixes duplicate parameter in regrid2 docs by `Jason Boutte`_ in |
| 48 | + https://github.com/xCDAT/xcdat/pull/532 |
| 49 | + |
| 50 | +Spatial Averaging |
| 51 | +~~~~~~~~~~~~~~~~~ |
| 52 | +- Fix multi-file dataset spatial average orientation and weights when |
| 53 | + lon bounds span prime meridian by `Stephen Po-Chedley`_ in |
| 54 | + https://github.com/xCDAT/xcdat/pull/495 |
| 55 | + |
| 56 | +Documentation |
| 57 | +------------- |
| 58 | + |
| 59 | +- Typo fix for climatology code example in docs by `Jiwoo Lee`_ in |
| 60 | + https://github.com/xCDAT/xcdat/pull/491 |
| 61 | +- Update documentation in regrid2.py by `Jiwoo Lee`_ in |
| 62 | + https://github.com/xCDAT/xcdat/pull/509 |
| 63 | +- Add more fields to GH Discussions question form by `Tom Vo`_ in |
| 64 | + https://github.com/xCDAT/xcdat/pull/480 |
| 65 | +- Add Q&A GH discussions template by `Tom Vo`_ in |
| 66 | + https://github.com/xCDAT/xcdat/pull/479 |
| 67 | +- Update FAQs question covering datasets with conflicting bounds by |
| 68 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/474 |
| 69 | +- Add Google Groups mailing list to docs by `Tom Vo`_ in |
| 70 | + https://github.com/xCDAT/xcdat/pull/452 |
| 71 | +- Fix README link to CODE-OF-CONDUCT.rst by `Tom Vo`_ in |
| 72 | + https://github.com/xCDAT/xcdat/pull/444 |
| 73 | +- Replace LLNL E3SM License with xCDAT License by `Tom Vo`_ in |
| 74 | + https://github.com/xCDAT/xcdat/pull/443 |
| 75 | +- Update getting started and HPC documentation by `Tom Vo`_ in |
| 76 | + https://github.com/xCDAT/xcdat/pull/553 |
| 77 | + |
| 78 | +DevOps |
| 79 | +------ |
| 80 | + |
| 81 | +- Fix Python deprecation comment in conda env yml files by |
| 82 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/514 |
| 83 | +- Simplify conda environments and move configs to ``pyproject.toml`` by |
| 84 | + `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/512 |
| 85 | +- Update DevOps to cache conda and fix attributes not being preserved |
| 86 | + with ``xarray > 2023.3.0`` by `Tom Vo`_ in |
| 87 | + https://github.com/xCDAT/xcdat/pull/465 |
| 88 | +- Update GH Actions to use ``mamba`` by `Tom Vo`_ in |
| 89 | + https://github.com/xCDAT/xcdat/pull/450 |
| 90 | +- Update constraint ``cf_xarray >=0.7.3`` to workaround xarray import |
| 91 | + issue by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/547 |
| 92 | + |
| 93 | +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.5.0...v0.6.0 |
| 94 | + |
| 95 | + |
5 | 96 | v0.5.0 (27 March 2023)
|
6 | 97 | --------------------------
|
7 | 98 |
|
|
0 commit comments