From d6b3c13dc5cb562cf63643a0dc2d8a002eb3b1ef Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:15:27 -0500 Subject: [PATCH] update CHANGES.rst --- CHANGES.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6f689d43..6d944165 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,16 +8,18 @@ Contributors to this version: Juliette Lavoie (:user:`juliettelavoie`), Trevor J Announcements ^^^^^^^^^^^^^ -* `xscen` is now has a `security disclosure policy `_. (:pull:`353`). +* `xscen` now has a `security disclosure policy `_. (:pull:`353`). * Various frequency-related changes to match the new `pandas` naming conventions. (:pull:`351`). Internal changes ^^^^^^^^^^^^^^^^ * Added tests for diagnostics. (:pull:`352`). +* Added a `SECURITY.md` file to the repository and the documentation. (:pull:`353`). +* Added `tox` modifier for testing builds against the `main` development branch of `xclim`. (:pull:`351`). Breaking changes ^^^^^^^^^^^^^^^^ -* `xscen` now requires `pandas` >= 2.2 (:pull:`351`). +* `xscen` now requires `pandas` >= 2.2 and `xclim` >= 0.48.2. (:pull:`351`). * Functions that output a dict with keys as xrfreq (such as ``extract_dataset``, ``compute_indicators``) will now return the new nomenclature (e.g. "YS-JAN" instead of "AS-JAN"). (:pull:`351`). * Going from `xrfreq` to frequencies or timedeltas will still work, but the opposite (frequency --> xrfreq/timedelta) will now only result in the new pandas nomenclature. (:pull:`351`).