Skip to content

Commit

Permalink
Add breaking changes entry
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Apr 17, 2024
1 parent 87f1c94 commit fb3a2f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ New indicators
^^^^^^^^^^^^^^
* New ``snw_season_length`` and ``snd_season_length`` computing the duration between the start and the end of the snow season, both defined as the first day of a continuous period with snow above/under a threshold. Previous versions of these indicators were renamed ``snw_days_above`` and ``snd_days_above`` to better reflect what they computed : the number of days with snow above a given threshold (with no notion of continuity). (:issue:`1703`, :pull:`1708`).

Breaking changes
^^^^^^^^^^^^^^^^
* Indicators ``snw_season_length`` and ``snd_season_length`` have been modified, see above.

Bug fixes
^^^^^^^^^
* Fixed an bug in sdba's ``map_groups`` that prevented passing DataArrays with cftime coordinates if the ``sdba_encode_cf`` option was True. (:issue:`1673`, :pull:`1674`).
Expand Down

0 comments on commit fb3a2f9

Please sign in to comment.