v1.4.1 'Sassy Sapphire'
Release Notes
This release brings Python 3.11 support, a new covariance model and provides some minor bugfixes.
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
Changes
- API documentation is polished and fully auto-generated now #271