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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ Fixes
14
14
* 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)
15
15
* Adjusted a broken test that was overlooked in the previous release (from changes in PR #513). (PR #535)
16
16
17
+
Internal changes
18
+
^^^^^^^^^^^^^^^^
19
+
* Updated the cookiecutter template to the latest version (#548):
20
+
* Updated the Contributor Covenant Agreement to v3.0.
21
+
* Added a `CITATION.cff` file.
22
+
* Removed `black`, `blackdoc`, and `isort`, as well as their configurations.
23
+
* Updated `pyproject.toml` to be `PEP 639 <https://peps.python.org/pep-0639>`_-compliant.
24
+
* Pinned `pydantic` below v2.12 due to breaking changes in their API. (PR #548)
0 commit comments