Skip to content

Releases: GeoStat-Framework/PyKrige

v1.5.0rc1

02 Apr 18:01
Compare
Choose a tag to compare
v1.5.0rc1 Pre-release
Pre-release

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

  • dropped py2* and py<3.5 support (#142)
  • installation now requires cython (#142)
  • codebase was formatted with black (#144)
  • internally use of scipys lapack/blas bindings (#142)
  • PyKrige is now part of the GeoStat-Framework