You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
Updated raven-hydro to v0.5.0 (RavenHydroFramework v4.1.0). (PR #560)
ravenpy now officially supports Python 3.14. (PR #577)
Fixes
Fix Reservoir command parser failing when optional fields were missing. (PR #544)
Add GaugedSubBasinGroup command to RVH class. (Issue #546, PR #547)
In nc_specs, set dim_names_nc in the order expected by Raven (x, y, t). Previously, we only made sure that time was the last dimension, but did not ensure x and y were in the right order. (PR #533)
Adjusted the Perform_a_climate_change_impact_study_on_a_watershed.ipynb notebook to reduce the number of years in the simulation to speed up execution time. (PR #535)
Adjusted a broken test that was overlooked in the previous release (from changes in PR #513). (PR #535)
Adapted code base to the pandas v3.0 API. (Issue #570, PR #572)
Addressed a small pydantic v2.12 deprecation. (PR #577)
Include NetCDFAttribute alias in emulated models. Include dict update logic higher up in the chain rather than only through the emulators field_validator. (PR #580)
Internal changes
Updated the cookiecutter template to the latest version (PR #548):
Updated the Contributor Covenant Agreement to v3.0.
Added a CITATION.cff file.
Removed black, blackdoc, and isort, as well as their configurations.