Skip to content

Commit e7ed975

Browse files
authored
Merge pull request #361 from GeoStat-Framework/release_v1.6
Finalize v1.6
2 parents f73ec6b + 6af6878 commit e7ed975

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Diff for: CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to **GSTools** will be documented in this file.
44

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+
522
## [1.5.2] - Nifty Neon - 2024-05
623

724
### Enhancements
@@ -440,7 +457,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
440457
First release of GSTools.
441458

442459

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
444462
[1.5.2]: https://github.com/GeoStat-Framework/gstools/compare/v1.5.1...v1.5.2
445463
[1.5.1]: https://github.com/GeoStat-Framework/gstools/compare/v1.5.0...v1.5.1
446464
[1.5.0]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.1...v1.5.0

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ plotting = [
7171
"matplotlib>=3.7",
7272
"pyvista>=0.40",
7373
]
74-
rust = ["gstools_core>=0.2.0,<1"]
74+
rust = ["gstools_core>=1.0.0"]
7575
test = ["pytest-cov>=3"]
7676
lint = [
7777
"black>=24",

0 commit comments

Comments
 (0)