Skip to content

Releases: GeoStat-Framework/GSTools-Cython

v1.2.0

Choose a tag to compare

@MuellerSeb MuellerSeb released this 26 Dec 17:08
445af61

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

Choose a tag to compare

@MuellerSeb MuellerSeb released this 28 Apr 07:41
b69879c

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)
  • adding 32bit Windows wheels again (still Tier 1 support in Python)
  • adding aarch64 Linux wheels

v1.0.0

Choose a tag to compare

@MuellerSeb MuellerSeb released this 08 Feb 16:47

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

Pre-release

Choose a tag to compare

@MuellerSeb MuellerSeb released this 03 Feb 15:24
326a6d2

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