Skip to content

Releases: Deltares/pyflwdir

v0.5.10

18 Feb 21:15
Compare
Choose a tag to compare

What's Changed

  • Add support for py 3.13
  • bugfix in from_dataframe method when downstream index is not present in the dataframe

v0.5.9

19 Dec 09:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.5.9

v0.5.8

06 Oct 12:22
Compare
Choose a tag to compare

Support py 3.11 and drop support for py 3.8

v0.5.7

22 Mar 09:09
Compare
Choose a tag to compare

This release includes one new feature to estimate floodplain volumes at different heights relative to the river.

v0.5.6

15 Nov 20:06
Compare
Choose a tag to compare

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

16 Feb 14:56
Compare
Choose a tag to compare

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

18 Jan 19:39
15b48a1
Compare
Choose a tag to compare

Improved

  • prioritize non-boundary cells with same elevation over boundary cells in dem.fill_depressions #17

Bugfix

  • fix dem_adjust method #16

v0.5.3

18 Nov 15:15
Compare
Choose a tag to compare

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

17 Nov 19:33
f1ef077
Compare
Choose a tag to compare

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

03 Oct 09:51
Compare
Choose a tag to compare

New

  • Restore FlwdirRaster.inflow_idxs and FlwdirRaster.outflow_idxs methods

Fixed

  • image in readme for display on pypi