Skip to content

SFRmaker version 0.11.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 18:29

Changes in this Release:

0.11.3 (2024-10-19)

Bug Fixes

  • SFRData.from_yaml(); SFRData.set_streambed_top_elevations_from_dem(): refactor get_slopes() method to use general function in elevations.py module; rename SFRData.get_slopes to update_slopes. Updates slopes in from_yaml and set_streambed_top_elevations_from_dem after streambed top elevations are populated, so that slopes are consistent with streambed tops. Add tests for scripting and from_yaml contexts. (d20cc6c)
  • utils.py::assign_layers: bad logic in return branch (e4df4f9)

Documentation

  • Readme: add conda-forge badge (c268314)
  • update release history (25a7b0a)