Unreleased (latest)
Contributors: Pascal Bourgault (:user:`aulemahal`), Éric Dupuis (:user:`coxipi`).
- No change.
- Gave credits to the package to all previous contributors of
xclim.sdba
(:issue:`58`, :pull:`59`). - Pin sphinx-codeautolink to fix ReadTheDocs and correct some docs errors (:pull:`40`).
v0.2.0 (2025-01-09)
Contributors: Éric Dupuis (:user:`coxipi`), Trevor James Smith (:user:`Zeitsperre`).
- Split sdba from xclim into its own standalone package. Where needed, some common functionalities were duplicated: (:pull:`8`)
xsdba.units
is an adaptation of thexclim.core.units
modules.- Many functions and definitions found in
xclim.core.calendar
have been adapted toxsdba.base
.
- Dependencies have been updated to reflect the new package structure. (:pull:`45`)
- Updated documentation configuration: (:pull:`46`)
- Significant improvements to the documentation content and layout.
- Now using the furo theme for sphinx.
- Notebooks are now linted and formatted with nbstripout and nbqa-black.
- CSS configurations have been added for better rendering of the documentation and logos.
- Added the vulture linter (for identifying dead code) to the pre-commit configuration. (:pull:`46`).
Contributors: Trevor James Smith (:user:`Zeitsperre`)
- First release on PyPI.