Release Notes
This release brings Python 3.13 support 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
- added wheels for Python 3.13 #375