We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169bd20 commit e1b01cfCopy full SHA for e1b01cf
CHANGELOG.md
@@ -2,6 +2,23 @@ Changelog
2
=========
3
4
5
+Version 1.7.3
6
+-------------
7
+*October 16, 2025*
8
+
9
+See [#308](https://github.com/GeoStat-Framework/PyKrige/pull/308)
10
11
+**Changes**
12
13
+* add wheels for Python 3.13 and 3.14 as well as for Linux aarch64
14
+* pin the earliest supported scikit-learn release alongside NumPy/SciPy in the sdist CI
15
+* allow the housing-based classification/regression tests to attempt loading the California housing dataset and skip cleanly when the download fails
16
17
+**Bug fixes**
18
19
+* prevent `ValueError` from NumPy when pseudo inverse kriging statistics encounter duplicate coordinates by keeping distance vectors 1-D
20
21
22
Version 1.7.2
23
-------------
24
*May 27, 2024*
0 commit comments