Skip to content

v0.13.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 05:33
· 588 commits to main since this release

Release Notes

Breaking Changes

  • Set the minimum supported version of Python to 3.8 since many of the dependencies such as xarray, pandas, rioxarray have dropped support for Python 3.7.

Internal Changes

  • Remove USGS prefixes from the input station IDs in NWIS.get_streamflow function. Also, check if the remaining parts of the IDs are all digits and throw an exception if otherwise. Additionally, make sure that IDs have at least 8 chars by adding leading zeros (:issue_hydro:[99]{.title-ref}).
  • Use micromamba for running tests and use nox for linting in CI.