Skip to content

v0.13.11

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 22:24
· 346 commits to main since this release

Release Notes

New Features

  • The prepare_nhdplus now supports NHDPlus HR in addition to NHDPlus MR. It automatically detects the NHDPlus version based on the ID column name: nhdplusid for HR and comid for MR.

Internal Changes

  • Fully migrate setup.cfg and setup.py to pyproject.toml.
  • Convert relative imports to absolute with absolufy-imports.
  • Improve performance of prepare_nhdplus by using pandas.merge instead of applying a function to each row of the dataframe.