From 0f98acb1c60833c9f8a3b89d22d5b2d54192b812 Mon Sep 17 00:00:00 2001 From: dcherian Date: Tue, 15 Nov 2022 12:54:06 -0700 Subject: [PATCH] v0.7.5 --- doc/whats-new.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 5297101b..a2f26cf4 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -3,10 +3,15 @@ What's New ---------- -v0.7.5 (unreleased) -=================== +v0.7.5 (Nov 15, 2022) +===================== + - ``cf.add_bounds`` can estimate 2D bounds using an approximate linear interpolation (:pr:`370`). By `Pascal Bourgault`_. +- Improve detection of bounds order by rellaxing check a bit (:pr:`361`). + By `Lars Buntemeyer`_. +- Performance improvements. (:pr:`358`). By `Luke Davis` +- Fix coordinate/axis detection (:pr:`359`). By `Martin Schupfner`_ v0.7.4 (July 14, 2022) ====================== @@ -177,4 +182,7 @@ v0.1.3 .. _`Filipe Fernandes`: https://github.com/ocefpaf .. _`Tom Vo`: https://github.com/tomvothecoder .. _`Romain Caneill`: https://github.com/rcaneill +.. _`Lars Buntemeyer`: https://github.com/larsbuntemeyer +.. _`Luke Davis`: https://github.com/lukelbd +.. _`Martin Schupfner`: https://github.com/sol1105 .. _`flag variables`: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#flags