Skip to content

v1.4.1 'Sassy Sapphire'

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 03 Nov 13:05
· 267 commits to main since this release
510df78

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

  • new (Exponential-) Integral model added #243
  • added wheels for Python 3.11 #272

Changes

  • API documentation is polished and fully auto-generated now #271

Bugfixes

  • fixed approximation of Matern.spectrum for big nu #243
  • GSTools had wrong version when installed from git archive #272
  • Field.plot: solve long-standing mpl slider bug #273