Skip to content

Commit ae58327

Browse files
authored
Release v0.7.4 (#351)
1 parent 5138806 commit ae58327

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/whats-new.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
What's New
44
----------
55

6-
v0.7.3 (unreleased)
7-
===================
6+
v0.7.4 (July 14, 2022)
7+
======================
8+
9+
- Major performance improvement for ``__getitem_`` (:pr:`349`).
10+
By `Deepak Cherian`_.
11+
- Raise warning instead of error with malformed ``cell_measures`` attributes. Warnings
12+
now print names of variables with malformed attributes (:pr:`350`).
13+
By `Deepak Cherian`_.
14+
15+
v0.7.3 (June 30, 2022)
16+
======================
817
- :py:meth:`Dataset.cf.guess_coord_axis` now skips known axes/coordinates and only returns a single guess per variable.
918
Additional attributes such as `units` must be added to known axes/coordinates using :py:meth:`Dataset.cf.add_canonical_attributes`.
1019
By `Mattia Almansi`_.

0 commit comments

Comments
 (0)