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)