v0.13.1
v0.13.1 (2025-10-21)
Contributors to this version: Juliette Lavoie (@juliettelavoie), Trevor James Smith (@Zeitsperre), Gabriel Rondeau-Genesse (@RondeauG).
New features and enhancements
- New official column
bias_adjust_reference. When a bias_adjust_project has multiple references (e.g., CanLead, ESPO6 v2.0), the information is stored in this column. (PR/643, PR/644). - Add
clip_varoption inxs.clean_upto clip values outside a given range. (PR/645).
Bug fixes
- Fixed a bug in
ProjectCatalog.updatewhere the function would crash on Windows systems. (PR/656).
Breaking changes
- Pins have been added for
h5py(>=3.12.1) andh5netcdf(>=1.5.0) to ensure that modern versions are preferably installed. (PR/658).
Internal changes
- Updated the cookiecutter template to the latest version. (PR/651):
- Updated the Contributor Covenant agreement to v3.0.
- Replaced
black,blackdoc, andisortwithruff. - Added a
CITATION.cfffile. pyproject.tomlis now PEP 639-compliant.
- Pinned
pydanticbelow v2.12.0 for compatibility issues withintake-esm - When running tests with
tox, theh5pylibrary is now compiled from source. This requires thehdf5(conda) orlibhdf5-dev(system) packages to be installed. (PR/658).