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)