Skip to content

v0.13.10

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 04:40
· 386 commits to main since this release

Release Notes

New Features

  • Add support for the new EPA's StreamCat RestFull API with over 500 NHDPlus catchment level metrics. One class is added for getting the service properties such as valid metrics, called StreamCat. You can use streamcat function to get the metrics as a pandas.DataFrame.
  • Refactor the show_versions function to improve performance and print the output in a nicer table-like format.

Internal Changes

  • Skip 0.13.9 version so the minor version of all HyRiver packages become the same.
  • Modify the codebase based on the latest changes in geopandas related to empty dataframes.