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
ravenpy no longer installs raven-hydro by default. The Raven model executable can now be provided by explicitly setting the RAVENPY_RAVEN_BINARY_PATH environment variable. (PR #486).
Bug fixes
Fixed a bug in ravenpy.utilities.regionalization.multiple_linear_regression that was calling a class method incorrectly. (PR #484).
Internal changes
pydap has been pinned below v3.5.5 temporarily until xarray offers support for it. (PR #486).
More than 7500 DeprecationWarnings emitted during the testing suite have been addressed. Minimum supported pydantic has been raised to v2.11. (PR #487).
Regenerated the notebook outputs using newer version of xclim. (PR #484).