From 26a9b0fa725546b597affd618d0832ce1a214f97 Mon Sep 17 00:00:00 2001 From: saschahofmann Date: Wed, 11 Dec 2024 12:17:17 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ffd7ab3fb..01085ecb9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ Bug fixes * Fixed an issue with ``nimbus`` that was causing URL path components to be improperly joined. (:pull:`1997`). * `base_kws_vars` in `MBCn` is now copied inside the `adjust` function so that in-place changes do not change the dict globally. (:pull:`1999`). * Fixed a bug in the logic of ``xclim.testing.utils.load_registry`` that impacted the ability to load a `registry.txt` from a non-default repository. (:pull:`2001`). +* Fixed a bug in ``xclim.sdba.Grouper.get_index`` that didnt correctly interpolate seasonal values (:issue:`2014`, :pull:`2019`). Internal changes ^^^^^^^^^^^^^^^^