Release Notes (What's New)
Version 2.1.0 (April 30, 2025)
For a list of all changes in this release, see the full changelog. Below are the changes we think users may wish to be aware of.
Features
- Added a new fuction:
- Block bootstrap:
scores.processing.block_bootstrap
. See PR #418.
- Block bootstrap:
- Added two new metrics:
Documentation
- Added "Block Bootstrapping" tutorial. See PR #418.
- Added "Stable Equitable Error in Probability Space (SEEPS)" tutorial. See PR #809.
- Added "Nash-Sutcliffe Efficiency (NSE)" tutorial. See PR #815.
- Updated the "Continuous Ranked Probability Score (CRPS) for Ensembles" tutorial:
- Labelled dimensions in fcst/obs data.
- Updated description of the plot to say the area squared corresponds to the CRPS.
- Added an example with multiple coordinates along a dimension.
See PR #805.
- Updated "Data Sources":
- Updated references in several sections of the documentation, following the publication of a preprint for the risk matrix score. See PR #827.
Internal Changes
- Tested and added compatibility for recent Xarray versions (2025 and onwards) and adjusted dependency specification so new year "major version" rollovers will be permitted by default in future. See commit #f109f2f and commit #8428d64.
- In
scores.emerging.weights_from_warning_scaling
, changed the name of the argumentassessment_weights
toevaluation_weights
. See PR #806.
Note: This is technically a breaking change, but does not trigger a major release as it is contained within the "emerging" section of the API. This area of the API is designated for metrics which are still undergoing peer review and as such are expected to undergo change. Once peer review is concluded, the implementation will be finalised and moved. - Add support for developers of
scores
who choose to use thepixi
tool for environment management. See PR #835, PR #839 and PR #840.
Contributors to this Release
Dougal T. Squire* (@dougiesquire), Mohammad Mahadi Hasan* (@engrmahadi), Mohammadreza Khanarmuei (@reza-armuei), Nikeeth Ramanathan (@nikeethr) Tennessee Leeuwenburg (@tennlee), Nicholas Loveday (@nicholasloveday), Robert J. Taggart (@rob-taggart), Durga Shrestha (@durgals) and Stephanie Chong (@Steph-Chong).
* indicates that this release contains their first contribution to scores
.