Skip to content

v1.7.0

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 18 Aug 23:26
· 21 commits to main since this release
4b2ce01

Release Notes

Installation

You can install PyKrige with conda:

conda install -c conda-forge pykrige

or with pip:

pip install pykrige

Documentation

The documentation can be found at: https://pykrige.readthedocs.io/

What's new?

New features

  • added support for GSTools latlon models (#245)

Changes

  • drop Python 3.6 support (setuptools>60 needs py>3.7) (#242)
  • move setup.cfg content to pyproject.toml (PEP 621) (#242)
  • move to src/ based package structure (better for testing, building and structure) (#242)
  • build wheels for apple silicon (#242)
  • apply isort and add check to CI (#242)
  • fix documentation (#242, #252)

Bug fixes

  • fix AttributeError: 'UniversalKriging' object has no attribute 'external_Z_array' (#247)
  • remove deprecated scipy (v1.9) method pinv2 (#237)
  • correcting partial sill in C backend (#226)