Skip to content

v0.13.10

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 16:58
· 392 commits to main since this release

Release Notes

Breaking Changes

  • The NID service has changed some of its endpoints to use Federal ID instead of Dam ID. This change affect the NID.inventory_byid function. This function now accepts Federal IDs instead of dam IDs.

New Features

  • Refactor the show_versions function to improve performance and print the output in a nicer table-like format.

Internal Changes

  • Use the new pygeoogc.streaming_download function in huc_wb_full to improve performance and reduce code complexity.
  • 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.
  • Use pyright for static type checking instead of mypy and address all typing issues that it raised.