From 09aaa231fd0a99c35141c6d302d1792dfd22ebbd Mon Sep 17 00:00:00 2001 From: Fabien Maussion Date: Sun, 11 Feb 2024 19:26:43 +0000 Subject: [PATCH] Release v0.3.10 --- docs/whats-new.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index 3f9dbf4..23c9b06 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -3,10 +3,15 @@ What's New ========== -v0.3.X (Unreleased) -------------------- - - +v0.3.10 (11 Februrary 2024) +--------------------------- + +A minor release of the salem package to fix deprecation warnings and a few bugs: +- we stop enforcing singe threaded Dask. This may have unintended consequences, + will monitor (:issue:`233`) +- Geotiff files opened with `open_xr_dataset` are now correctly using the center grid + representation. This bug may have shifted coordinates by half a pixel on such applications + (:pull:`234`). v0.3.9 (20 January 2023) ------------------------