v1.5.1rc1
Pre-release
Pre-release
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