Skip to content

v0.13.1

Choose a tag to compare

@RondeauG RondeauG released this 21 Oct 15:07
· 417 commits to main since this release
afa34a7

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_var option in xs.clean_up to clip values outside a given range. (PR/645).

Bug fixes

  • Fixed a bug in ProjectCatalog.update where the function would crash on Windows systems. (PR/656).

Breaking changes

  • Pins have been added for h5py (>=3.12.1) and h5netcdf (>=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, and isort with ruff.
    • Added a CITATION.cff file.
    • pyproject.toml is now PEP 639-compliant.
  • Pinned pydantic below v2.12.0 for compatibility issues with intake-esm
  • When running tests with tox, the h5py library is now compiled from source. This requires the hdf5 (conda) or libhdf5-dev (system) packages to be installed. (PR/658).