From 25c1ecd15ed98299d9ec32ee3e8722adf52a6067 Mon Sep 17 00:00:00 2001 From: Christian Chwala Date: Mon, 24 Oct 2022 17:45:57 +0200 Subject: [PATCH] Update whats-new.rst --- docs/whats-new.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index 88f7e80..1a61a07 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -5,11 +5,25 @@ What's New Unreleased ---------- + +v0.3.5 +------ + Enhancements ~~~~~~~~~~~~ * Added `bottelneck` as dependency to allow `max_gap` keyword in `xarray.DataArray.interpolate` (by maxmargraf in PR #99) +* Added WAA model after Pastorek et al. 2021 (by nblettern via direct commit to master branch) +* Added function and example notebook for blackout gap detection (by maxmargraf in PR #101) +* Refactore and extended grid intersction code, now using sparse matrices (by cchwala in PR #106) + +Maintenance +~~~~~~~~~~~~ +* Pinned scipy to < 1.9 because of problem in pykrige +Bug fixes +~~~~~~~~~ +* Fixed problems in IDW code (by cchwala in PR #105) v0.3.4 ------