Skip to content

v0.8.1

Latest

Choose a tag to compare

@RondeauG RondeauG released this 29 Jun 16:01
· 16 commits to main since this release
Immutable release. Only release title and notes can be modified.
949012b

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_outputs method 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_outputs when processing large basins. Weights were previously computed as a dense boolean tensor; the aggregation now uses xr.dot with the dim parameter instead. (PR/434).

Internal changes

  • Fixed the xfail condition in the tests. (PR/435).
  • Pinned the pyjuliapkg and pyjuliacall dependencies 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 pytest 9.1.0 in the CI workflows. (PR/436).