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.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,28 @@
2
2
3
3
All notable changes to **GSTools** will be documented in this file.
4
4
5
-
## [Unreleased] - ?
5
+
## [1.5.2] - Nifty Neon - 2024-05
6
6
7
7
### Enhancements
8
8
9
9
- added global variable `config.NUM_THREADS` to select number of threads for parallel computation ([#336](https://github.com/GeoStat-Framework/GSTools/pull/336))
10
+
- speed up sampling with emcee by setting `vectorize=True` in `EnsembleSampler` ([#346](https://github.com/GeoStat-Framework/GSTools/pull/346))
10
11
- prepare numpy 2 support ([#340](https://github.com/GeoStat-Framework/GSTools/pull/340))
11
-
- numpy 2.0.0rc1 for building extensions (for Python 3.9 and above)
12
+
-at least numpy 2.0.0rc1 for building extensions (for Python 3.9 and above)
12
13
- check multiple numpy and scipy versions in CI
13
14
- fixed minimal versions for numpy
14
15
- use `np.asarray` everywhere with `np.atleast_(n)d`
15
16
- fix long/longlong integer issue in cython on windows by always using 64bit integers
16
17
17
18
### Bugfixes
18
19
- build docs with latest sphinx version ([#340](https://github.com/GeoStat-Framework/GSTools/pull/340))
20
+
- fixed zero division error in spectral density of Integral model ([#347](https://github.com/GeoStat-Framework/GSTools/pull/347))
21
+
- minor pylint fixes for used-before-assignment issues ([#350](https://github.com/GeoStat-Framework/GSTools/pull/350))
19
22
20
23
### Changes
21
24
- require pyvista 0.40 at least ([#340](https://github.com/GeoStat-Framework/GSTools/pull/340))
25
+
- require matplotlib 3.7 at least ([#350](https://github.com/GeoStat-Framework/GSTools/pull/350))
26
+
- remove universal2 wheels for macos (we already provide separate intel and arm64 wheels) ([#350](https://github.com/GeoStat-Framework/GSTools/pull/350))
0 commit comments