Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 15:09
· 80 commits to main since this release

Release Notes

New Features

  • Add baseflow_recession function for computing the master recession curve and baseflow recession constant following Posavec et al. (2006).

Internal Changes

  • Add the exceptions module to the high-level API to declutter the main module. In the future, all exceptions will be raised from this module and not from the main module. For now, the exceptions are raised from both modules for backward compatibility.
  • Switch to using the src layout instead of the flat layout for the package structure. This is to make the package more maintainable and to avoid any potential conflicts with other packages.
  • Add artifact attestations to the release workflow.