Release Notes
This release includes a new spatial random field generator called "Fourier" which can generate periodic random fields.
Installation
You can install GSTools with conda:
conda install -c conda-forge gstools
or with pip:
pip install gstools
Documentation
The documentation can be found at: https://gstools.readthedocs.io/
What's new?
Enhancements
- add a new spatial random field generator called
Fourier
(#302)- create periodic spatial random fields with
Fourier
, by setting the period length with the keywordperiodic
- add examples to showcase how to use the new generator
- create periodic spatial random fields with
Bugfixes
- fix some Cython issues (#354)
- update deprecated conditional compilation for OpenMP support
- fix changing between Cython and Rust backends
- improve documentation regarding parallelization
- fix deprecated license identifier, now Zenodo releases work again (#356)
Changes
- require gstools-core v1.0.0 at least (#361)