Skip to content

v1.6.0

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 04 Apr 07:09
95c4e3b

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 Classification Kriging (#165, #184)
  • added wheels for Python 3.9 (#175)

Changes

  • moved scikit-learn compat-class Krige to pykrige.compat (#165)
  • dropped Python 3.5 support (#183)
  • moved CI to GitHub-Actions (#175, #183)
  • Fixed Typo in 02_kriging3D.py example (#182)