v1.3.4 'Pure Pink'
Release Notes
This release comes with wheels for Python 3.10 and a new optional package with re-implementations of the Cython routines in Rust called GSTools-Core.
You can install the rust package as an option with
pip install gstools[rust]
Or simply by
pip install gstools-core
If the package is present it will be used instead of the Cython routines.
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 GSTools-Core as optional dependency #215
- provide wheels for Python 3.10 #211
- provide macOS wheels for Apple Silicon #211
Changes
- remove unnecessary
dim
argument in Cython code #216