From 1674196ae0100912d6c745ab17170657a2278e9f Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 7 Dec 2022 20:32:53 -0700 Subject: [PATCH] v0.7.6: whats-new (#382) --- doc/whats-new.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 2cc52302..5c31c44f 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -3,12 +3,14 @@ What's New ---------- -v0.7.6 (unreleased) -=================== +v0.7.6 (Dec 07, 2022) +===================== - Fix to ``cf.add_bounds`` to support all types of curved grids (:pr:`376`). By `Pascal Bourgault`_ - Allow custom criteria to match the variable name of DataArray objects (:pr:`379`). By `Mathias Hauser`_ +- Support new Xarray indexes API when creating MultiIndex for "compression by gathering" datasets. + (:pr:`381`). By `Deepak Cherian`_ v0.7.5 (Nov 15, 2022) =====================