We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b12d9f commit f9d2831Copy full SHA for f9d2831
CHANGELOG.rst
@@ -6,6 +6,20 @@ Changelog
6
""""""""""
7
8
9
+v1.8.6 : Tmp restrict SciPy
10
+---------------------------
11
+
12
+**2025-01-07**
13
14
+- Maintenance:
15
16
+ - Restricting to ``SciPy<1.15``. The function ``scipy.interpolate.interpnd``
17
+ is deprecated, and ``scipy.interpolate.interpnd._ndim_coords_from_array``
18
+ was removed. Needs fixing in ``emg3d.maps._points_from_grids``.
19
+ - Re-adding a test for normalizing source warning; avoid rounding over and
20
+ over again in recursion of creating a dipole/wire source.
21
22
23
v1.8.5 : Bugfix and pyproject
24
-----------------------------
25
0 commit comments