Skip to content

v1.7.2

Latest
Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 27 May 22:09
e02baad

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 numpy 2 (#290)

Changes

  • remove universal2 wheels for macos (we already provide separate intel and arm64 wheels) (#290)

Bug fixes

  • fixed cython long / longlong issue on windows (#290)