Releases: Deltares/pyflwdir
Releases · Deltares/pyflwdir
v0.5.10
v0.5.9
What's Changed
- support integer type DEM by @DirkEilander in #41
- update ci; add pixi by @DirkEilander in #42
- fix overflow errors numpy v2 by @DirkEilander in #51
- support uint64 for large grids by @robgpita in #56
- Fixed allocating a large amount of memory with pixel coordinates by @vzagorovskiy in #45
New Contributors
- @vzagorovskiy made their first contribution in #45
- @robgpita made their first contribution in #56
Full Changelog: v0.5.8...v0.5.9
v0.5.8
Support py 3.11 and drop support for py 3.8
v0.5.7
This release includes one new feature to estimate floodplain volumes at different heights relative to the river.
v0.5.6
New
FlwdirRaster.smooth_rivlen
method to smooth river length with a moving window operation over a river network.
Changed
- Move to flit and pyproject.toml for installation and publication
- drop support for python 3.7
- update docs to Sphinx pydata style
v0.5.5
New
- read_nextxy method to read binary nextxy data
Bugfix
- Support -9 (river outlet at ocean) and -10 (inland river pit) pit values for nextxy data
- Fix 'argmin of an empty sequence' error in dem_dig_d4
Improved
- improve gvf and manning estimates in river_depth method
v0.5.4
v0.5.3
Improved
- add new idxs_pit argument to dem.fill_despressions
Bugfix
- min_rivdph argument was not always applied in FlwdirRaster.river_depth
v0.5.2
New
- Flwdir.river_depth for gradually varying flow (gvf) and manning river depth estimation
- Flwdir.path method to get the indices of flow paths for vector flow directions
Improved
- FlwdirRaster.streams method includes a (zero-length) line at pits and adds option for trace direction in combination with segment end cells.
- Moved accuflux method from FlwdirRaster to parent Flwdir class.
- Additional
how
argument in fillnodata to indicate how to combine values at confluences. Min, max, sum and mean are supported.
v0.5.1
New
- Restore FlwdirRaster.inflow_idxs and FlwdirRaster.outflow_idxs methods
Fixed
- image in readme for display on pypi