From 10a4c91cc2dceb24d6d3a615e62ba029e30e6b31 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:51:22 -0500 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a203a4cd..81d881886 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,7 +16,7 @@ New features and enhancements * New function ``ensemble.partition.general_partition`` (:pull:`2035`) * Added a new ``xclim.indices.generic.bivariate_count_occurrences`` function to count instances where operations and performed and validated for two variables. (:pull:`2030`). * `xclim` now tracks energy usage and carbon emissions ("last run", "average", and "total") during CI workflows using the `eco-ci-energy-estimation` GitHub Action. (:pull:`2046`). -* ``xclim.testing.helpers.test_timeseries`` (:pull:`2019`) now accepts a `calendar` argument thats forwarded to ``xr.cftime_range``. +* ``xclim.testing.helpers.test_timeseries`` now accepts a `calendar` argument that is forwarded to ``xr.cftime_range``. (:pull:`2019`). Internal changes ^^^^^^^^^^^^^^^^