Releases: GeoStat-Framework/PyKrige
Releases · GeoStat-Framework/PyKrige
v1.5.0rc1
Release Notes
Installation
You can install pykrige with pip:
pip install pykrige
Documentation
The documentation can be found at: https://pykrige.readthedocs.io/
What's new?
New features
- support for GSTools covariance models (#125)
- pre-build wheels for py35-py38 on Linux, Windows and MacOS (#142)
- GridSerachCV from the compat module sets iid=False by default (if present in sklearn)
to be future prove (iid will be deprecated) (#144)
Changes