Skip to content

v1.7.1

Latest
Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 16 Oct 11:44

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 wheels for Python v3.11 and v3.12 (#277)

Changes

  • dropped Python 3.7 support (#277)

Bug fixes

  • fixed print statement in uk3d (#272)
  • fixed exact_values behavior in C backend (#256)