Releases: GeoStat-Framework/GSTools-Cython
v1.2.0
Release Notes
This package is not meant to be installed stand alone and will be installed by default when installing GSTools.
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-cython.readthedocs.io/
What's new?
See #11
Changes
- add support for Python 3.14 (incl. free-threaded support)
- move pypy version to 3.11
- add win arm64 wheels (without Python 3.10, since there are no numpy wheels prior to 3.11)
- remove support for Python 3.9 (EOL)
- fix bug in error message in variogram.pyx (undetected by cython<3.1)
- update pyproject.toml and use setuptools>=77
- increased coverage
v1.1.0
Release Notes
This package is not meant to be installed stand alone and will be installed by default when installing GSTools.
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-cython.readthedocs.io/
What's new?
See #5
Changes
- dropping Python 3.8 (EOL reached)
- adding musllinux wheels
- adding PyPy wheels (pp39 and pp310)
- PyPy needs
setuptools<72.2: pypa/distutils#283
- PyPy needs
- adding 32bit Windows wheels again (still Tier 1 support in Python)
- adding aarch64 Linux wheels
v1.0.0
Release Notes
Since changes in the Cython part of GSTools are rather rare, we decided to provided the Cython backend as a separate package.
This package is not meant to be installed stand alone and will be installed by default when installing GSTools.
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-cython.readthedocs.io/
What's new?
First release of GSTools-Cython
Changes
- moved Cython files into this separate package
v1.0.0-rc1 1. Release Candidate
Release Notes
Since changes in the Cython part of GSTools are rather rare, we decided to provided the Cython backend as a separate package.
This package is not meant to be installed stand alone and will be installed by default when installing GSTools.
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-cython.readthedocs.io/
What's new?
First release of GSTools-Cython
Changes
- moved Cython files into this separate package