From 95bcb0dfe90a9174de1061d8036a19f8c7f29529 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:28:15 -0500 Subject: [PATCH 1/3] updated CHANGES.rst --- CHANGES.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d9454043d..f69c45d54 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,19 +2,19 @@ Changelog ========= -v0.47.0 (unreleased) +v0.47.0 (2023-12-01) -------------------- Contributors to this version: Juliette Lavoie (:user:`juliettelavoie`), Pascal Bourgault (:user:`aulemahal`), Trevor James Smith (:user:`Zeitsperre`), David Huard (:user:`huard`), Éric Dupuis (:user:`coxipi`). Announcements ^^^^^^^^^^^^^ -* To circumvent issues stemming from changes to the frequency code convention in `pandas` v2.2, we have pinned `xarray` (< 2023.11.0) and `pandas` (< 2.2) for this release. This change will be reverted in `xclim` v0.48.0 to support the newer versions (`xarray>= 2023.11.0` and `pandas>= 2.2`). +* To circumvent issues stemming from changes to the frequency code convention in `pandas` v2.2, we have pinned `xarray` (< 2023.11.0) and `pandas` (< 2.2) for this release. This change will be reverted in `xclim` v0.48.0 to support the newer versions. (`xarray>= 2023.11.0` and `pandas>= 2.2`). * `xclim` v0.47.0 will be the last release supporting Python3.8. New features and enhancements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* New functions ``xclim.ensembles.robustness_fractions`` and ``xclim.ensembles.robustness_categories``. The former will replace ``xclim.ensembles.change_significance`` which is now deprecated and will be removed in xclim 0.49. (:pull:`1514`). -* Add indicator ID to searched terms in the indicator search documentation page. (:issue:`1525`, :pull:`1528`). +* New functions ``xclim.ensembles.robustness_fractions`` and ``xclim.ensembles.robustness_categories``. The former will replace ``xclim.ensembles.change_significance`` which is now deprecated and will be removed in `xclim` v0.49.0. (:pull:`1514`). +* Added indicator ID to searched terms in the indicator search documentation page. (:issue:`1525`, :pull:`1528`). Bug fixes ^^^^^^^^^ From f2eca6f8e181efb977b6d6d9ee1cd3aa78681be1 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:59:24 -0500 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=200.46.11-beta=20=E2=86=92?= =?UTF-8?q?=200.47.0-beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- xclim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e37004249..ffb489365 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.46.11-beta +current_version = 0.47.0-beta commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/xclim/__init__.py b/xclim/__init__.py index 3e0a3b164..348bcd6a0 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -15,7 +15,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.46.11-beta" +__version__ = "0.47.0-beta" _module_data = _files("xclim.data") From a3e137d1e88092f58ba9150a39b341376eac8824 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:00:47 -0500 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=200.47.0-beta=20=E2=86=92?= =?UTF-8?q?=200.47.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- xclim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ffb489365..72c7825f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.47.0-beta +current_version = 0.47.0 commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/xclim/__init__.py b/xclim/__init__.py index 348bcd6a0..c70429906 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -15,7 +15,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.47.0-beta" +__version__ = "0.47.0" _module_data = _files("xclim.data")