File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ** GSTools** will be documented in this file.
4
4
5
+ ## [ 1.6.0] - Periodic Peach - 2024-07
6
+
7
+ ### Enhancements
8
+ - add a new spatial random field generator called ` Fourier ` ([ #302 ] ( https://github.com/GeoStat-Framework/GSTools/pull/302 ) )
9
+ - create periodic spatial random fields with ` Fourier ` , by setting the period length with the keyword ` periodic `
10
+ - add examples to showcase how to use the new generator
11
+
12
+ ### Bugfixes
13
+ - fix some Cython issues ([ #354 ] ( https://github.com/GeoStat-Framework/GSTools/pull/354 ) )
14
+ - update deprecated conditional compilation for OpenMP support
15
+ - fix changing between Cython and Rust backends
16
+ - improve documentation regarding parallelization
17
+ - fix deprecated license identifier, now Zenodo releases work again ([ #356 ] ( https://github.com/GeoStat-Framework/GSTools/pull/356 ) )
18
+
19
+ ### Changes
20
+ - require gstools-core v1.0.0 at least ([ #361 ] ( https://github.com/GeoStat-Framework/GSTools/pull/361 ) )
21
+
5
22
## [ 1.5.2] - Nifty Neon - 2024-05
6
23
7
24
### Enhancements
@@ -440,7 +457,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
440
457
First release of GSTools.
441
458
442
459
443
- [ Unreleased ] : https://github.com/GeoStat-Framework/gstools/compare/v1.5.2...HEAD
460
+ [ Unreleased ] : https://github.com/GeoStat-Framework/gstools/compare/v1.6.0...HEAD
461
+ [ 1.6.0 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.5.2...v1.6.0
444
462
[ 1.5.2 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.5.1...v1.5.2
445
463
[ 1.5.1 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.5.0...v1.5.1
446
464
[ 1.5.0 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.4.1...v1.5.0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ plotting = [
71
71
" matplotlib>=3.7" ,
72
72
" pyvista>=0.40" ,
73
73
]
74
- rust = [" gstools_core>=0.2.0,<1 " ]
74
+ rust = [" gstools_core>=1.0.0 " ]
75
75
test = [" pytest-cov>=3" ]
76
76
lint = [
77
77
" black>=24" ,
You can’t perform that action at this time.
0 commit comments