Version 0.19 (Expected 1st of December 2021)#
Minor update introducing a few new features and fixes some smaller bugs.
New Features / Enhancements#
ps.ChangeModelis added, simulating a response that changes over time (PR #332).ps.utils.get_equidistant_seriesis added, a method to get equidistant timeseries using nearest reindexing.ps.rfunc.Kraijenhoffis added, simulating the response in a domain between two drainage channels.ps.rch.FlexModelnow has an optional snow and interception bucket (PR #343).
Deprecations#
No methods have been deprecated in this version.
Backwards incompatible API changes#
New Example Notebooks#
An example notebook for the
ps.ChangeModelis added.An example notebook showcasing methods for creating equidistant timeseries is added.
An example notebook for the new snow model option in the
ps.rch.FlexModelis added.