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: HISTORY.rst
+15-1
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,23 @@
2
2
History
3
3
=======
4
4
5
+
0.12.2 (2023-07-04)
6
+
-------------------
7
+
This release is primarily a bugfix to address issues arising from dependencies.
8
+
9
+
Breaking changes
10
+
^^^^^^^^^^^^^^^^
11
+
* `raven-hydro` version has been bumped from v0.2.1 to v0.2.3. This version provides better support for builds on Windows and MacOS.
12
+
* Due to major breaking changes, `pydantic` has been pinned below v2.0 until changes can be made to adapt to their new API.
13
+
* `numpy` has been pinned below v1.25.0 to ensure compatibility with `numba`.
14
+
15
+
Internal changes
16
+
^^^^^^^^^^^^^^^^
17
+
* ``test_geoserver::test_select_hybas_ar_domain_point`` is now temporarily skipped when testing on MacOS due to a mysterious domain identification error.
18
+
5
19
0.12.1 (2023-06-01)
6
20
-------------------
7
-
This release is largely a bugfix to better stabilize performance and enhance the documentation.
21
+
This release is largely a bugfix to better stabilize performance and enhance the documentation.
8
22
9
23
* Avoid repeatedly calling `xr.open_dataset` in `OutputReader`'s `hydrograph` and `storage` properties. This seems to cause kernel failures in Jupyter notebooks.
0 commit comments