Skip to content

v1.5.1

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 20 Aug 10:51
40e349b

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

  • update Regression Kriging class to be compatible with all kriging features (#158)
  • added option to enable/disable "exact values" to all kriging routines (#153)
  • added option to use the pseudo-inverse in all kriging routines (#151)

Changes

  • removed compat-layer for sklearn (#157)
  • updated examples in documentation