Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66e5302

Browse files
committedMar 27, 2023
Add v0.5.0 to changelog
1 parent 6d17bba commit 66e5302

File tree

1 file changed

+42
-4
lines changed

1 file changed

+42
-4
lines changed
 

‎HISTORY.rst

+42-4
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,58 @@
22
History
33
=======
44

5-
v0.5.0 (TBD)
5+
v0.5.0 (27 March 2023)
66
--------------------------
77

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+
820
Features
921
~~~~~~~~
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
1129

1230
Bug Fixes
1331
~~~~~~~~~
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
1539

1640
Documentation
1741
~~~~~~~~~~~~~
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
1957

2058
**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.4.0...v0.5.0
2159

0 commit comments

Comments
 (0)
Please sign in to comment.