·
16 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
v0.8.1 (2026-06-29)
Contributors to this version: Gabriel Rondeau-Genesse (@RondeauG), Antoine Lefebvre-Brossard (@antoinelb).
New features and enhancements
- No changes.
Breaking changes
- Hidden wildcards are no longer forced in the
get_outputsmethod of the hydrological model classes and are now only used if the user explicitly provides them. (PR/436).
Bug fixes
- Fixed a memory explosion in
xhydro.modelling.aggregate_outputswhen processing large basins. Weights were previously computed as a dense boolean tensor; the aggregation now usesxr.dotwith thedimparameter instead. (PR/434).
Internal changes
- Fixed the
xfailcondition in the tests. (PR/435). - Pinned the
pyjuliapkgandpyjuliacalldependencies in the CI workflows due to segfaults with the latest versions. (PR/435).- This issue does not seem to occur locally, so further investigation is needed to determine the root cause.
- Added support for
pytest9.1.0 in the CI workflows. (PR/436).