Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 21:36
· 68 commits to refs/heads/main since this release
d0a4892

v0.5.0 (27 March 2023)

This long-awaited minor release includes feature updates to support an optional user-specified climatology reference period when calculating climatologies and departures, support for opening datasets using the directory key of the legacy CDAT Climate Data Markup Language (CDML) format (an XML dialect), and improved support for using custom time coordinates in temporal APIs.

This release also includes a bug fix for singleton coordinates breaking the swap_lon_axis() function. Additionally, Jupyter Notebooks for
presentations and demos have been added to the documentation.

Features

  • Update departures and climatology APIs with reference period by @tomvothecoder in #417
  • Wrap open_dataset and open_mfdataset to flexibly open datasets by @pochedls in #385
  • Add better support for using custom time coordinates in temporal APIs by @tomvothecoder in #415

Bug Fixes

Documentation

DevOps

Full Changelog: v0.4.0...0.5.0