v1.7.1
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