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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,13 @@ Changelog
5
5
v0.18.0 (unreleased)
6
6
--------------------
7
7
8
+
New features
9
+
^^^^^^^^^^^^
8
10
* `ravenpy` now supports Python3.13. (PR #459)
9
11
* Updated `raven-hydro` to v0.4.0 (`RavenHydroFramework` v4.0.1). (PR #459)
10
12
* Updated `xclim` to v0.54.0, `pint` to v0.24.4, and `numpy` to v1.24.0 (no longer pinned below v2.0). (PR #459)
11
13
* `ravenpy` is now registered with the Open Source Security Foundation (OSSF) Best Practices initiative (`RavenPy OpenSSF-BP Status <https://www.bestpractices.dev/en/projects/10064>`_). (PR #464)
14
+
* `ravenpy` now enables new EvaluationMetrics commands in the model configuration. Other features from `RavenHydroFramework` will be included in newer releases. (PR #476)
12
15
13
16
Bug fixes
14
17
^^^^^^^^^
@@ -25,6 +28,9 @@ Internal changes
25
28
* Spelling errors in documentation have been addressed.
26
29
* GitHub Workflows now test `ravenpy` using macOS as well as Python3.13. (PR #459)
27
30
* Several small deprecation and usage warnings as well as a few variable typing issues have been addressed. (PR #464)
31
+
* Updated the license to reflect current year. (PR #476)
32
+
* Documentation version now supports showing hyphens in the version number. (PR #476)
33
+
* Call signatures and docstrings of functions have been modified to be more precise for the expected variable type. (PR #476)
0 commit comments