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
Add OpenSSF Best Practices Badge, Address Warnings (#464)
### What kind of change does this PR introduce?
* Adds the OpenSSF Best Practices badge (compliance is at 100%!)
* Addresses several warnings from deprecated usages.
### Does this PR introduce a breaking change?
It should not.
### Other information:
https://www.bestpractices.dev/en/projects/10064
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ v0.18.0 (unreleased)
8
8
* `ravenpy` now supports Python3.13. (PR #459)
9
9
* Updated `raven-hydro` to v0.4.0 (`RavenHydroFramework` v4.0.1). (PR #459)
10
10
* 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
+
* `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)
11
12
12
13
Bug fixes
13
14
^^^^^^^^^
14
15
* Fix bug in _MonthlyRecord class definition crashing the pydantic-autodoc serialization. (PR #458)
15
16
* Fixed a small API bug in the `Comparing_hindcasts_and_ESP_forecasts.ipynb` notebook. (PR #463)
17
+
* The `Raven` model previously always reported version "3.7", regardless of the installed `Raven` version. It now uses `raven-hydro`'s `__raven_version__` attribute. (PR #464)
16
18
17
19
Internal changes
18
20
^^^^^^^^^^^^^^^^
@@ -22,6 +24,7 @@ Internal changes
22
24
* Removed several `type: ignore` statements.
23
25
* Spelling errors in documentation have been addressed.
24
26
* GitHub Workflows now test `ravenpy` using macOS as well as Python3.13. (PR #459)
27
+
* Several small deprecation and usage warnings as well as a few variable typing issues have been addressed. (PR #464)
0 commit comments