Skip to content

Commit

Permalink
Release v0.7.4 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Jul 15, 2022
1 parent 5138806 commit ae58327
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
What's New
----------

v0.7.3 (unreleased)
===================
v0.7.4 (July 14, 2022)
======================

- Major performance improvement for ``__getitem_`` (:pr:`349`).
By `Deepak Cherian`_.
- Raise warning instead of error with malformed ``cell_measures`` attributes. Warnings
now print names of variables with malformed attributes (:pr:`350`).
By `Deepak Cherian`_.

v0.7.3 (June 30, 2022)
======================
- :py:meth:`Dataset.cf.guess_coord_axis` now skips known axes/coordinates and only returns a single guess per variable.
Additional attributes such as `units` must be added to known axes/coordinates using :py:meth:`Dataset.cf.add_canonical_attributes`.
By `Mattia Almansi`_.
Expand Down

0 comments on commit ae58327

Please sign in to comment.