From a6259a3cac37ff28bda24af52d0b5273af950a4d Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:57:10 -0400 Subject: [PATCH] update CHANGES.rst --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 42ff6c252..a352c6ee7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,14 @@ v0.51.0 (unreleased) -------------------- Contributors to this version: Trevor James Smith (:user:`Zeitsperre`). +New features and enhancements +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Added the `op` keyword to the `growing_season_{start|end}` indices and indicators, allowing for customizable threshold operators using `indices.generic.compare()`. (:issue:`1794`, :pull:`1796`). + +Bug fixes +^^^^^^^^^ +* Clarified a typo in the docstring formula for `xclim.indices.growing_season_length`. (:pull:`1796`). + Internal changes ^^^^^^^^^^^^^^^^ * GitHub repository now uses Rulesets for branch protection. (:pull:`1790`).