Skip to content

v1.1.1 'Reverberating Red'

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 08 Nov 12:16

Release Notes

Bugfix release

Installation

You can install GSTools with:

pip install -U gstools

For parallel compilation try (install the standard version of gstools first, to get all dependencies):

pip install --global-option="--openmp" -U gstools

What's new?

Enhancements

Changes

  • deprecation warnings are now printed if Python versions 2.7 or 3.4 are used #40 #41

Bugfixes

  • define spectral_density instead of spectrum in covariance models since Cov-base derives spectrum. See: 00f2747
  • better boundaries for CovModel parameters. See: #37