Skip to content

v0.3.6

Latest
Compare
Choose a tag to compare
@RondeauG RondeauG released this 10 Jun 18:17
· 194 commits to main since this release
3b9eaa8

v0.3.6 (2024-06-10)

Contributors to this version: Gabriel Rondeau-Genesse (@RondeauG), Richard Arsenault (@richardarsenault), Sébastien Langlois (@sebastienlanglois).

New features and enhancements

  • Added support for the Hydrotel hydrological model. (PR/18).
  • Added support for various hydrological models emulated through the Raven hydrological framework. (PR/128).
  • Added optimal interpolation functions for time-series and streamflow indicators. (PR/88, PR/129).
  • Added optimal interpolation notebooks. (PR/123).
  • Added surface properties (elevation, slope, aspect ratio) to the gis module. (PR/151).

Breaking changes

  • Hydrological models are now classes instead of functions and dictionaries. (GH/93, PR/18).
  • xhydro now uses a 'src' layout <https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout>_ for the package. (PR/147).

Internal changes

  • Tests using the gamma distribution were changed to the gumbel_r to avoid changes in xclim v0.49.0. (PR/145).
  • The cookiecutter template has been updated to the latest commit. Changes include the addition of a CODE_OF_CONDUCT.rst file, the renaming of CHANGES.rst to CHANGELOG.rst, and many small adjustments to the documentation. (PR/147).
  • Added a CODE_OF_CONDUCT.rst file with Contributor Covenant guidelines. (PR/147).