Skip to content

Releases: GeoStat-Framework/PyKrige

v1.7.1

16 Oct 11:44
Compare
Choose a tag to compare

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

  • fixed print statement in uk3d (#272)
  • fixed exact_values behavior in C backend (#256)

v1.7.0

18 Aug 23:26
4b2ce01
Compare
Choose a tag to compare

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 GSTools latlon models (#245)

Changes

  • drop Python 3.6 support (setuptools>60 needs py>3.7) (#242)
  • move setup.cfg content to pyproject.toml (PEP 621) (#242)
  • move to src/ based package structure (better for testing, building and structure) (#242)
  • build wheels for apple silicon (#242)
  • apply isort and add check to CI (#242)
  • fix documentation (#242, #252)

Bug fixes

  • fix AttributeError: 'UniversalKriging' object has no attribute 'external_Z_array' (#247)
  • remove deprecated scipy (v1.9) method pinv2 (#237)
  • correcting partial sill in C backend (#226)

v1.6.1

02 Sep 10:21
Compare
Choose a tag to compare

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

  • IO routines for zmap files (#199)
  • write_asc_grid got new keyword no_data (#199)

Changes

  • now using a pyproject.toml file (#211)
  • now using a single main branch in the repository (#212)
  • Fixed typos (#188, #189)

Bug fixes

  • write_asc_grid was to strict about dx (#197)

v1.6.0

04 Apr 07:09
95c4e3b
Compare
Choose a tag to compare

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 Classification Kriging (#165, #184)
  • added wheels for Python 3.9 (#175)

Changes

  • moved scikit-learn compat-class Krige to pykrige.compat (#165)
  • dropped Python 3.5 support (#183)
  • moved CI to GitHub-Actions (#175, #183)
  • Fixed Typo in 02_kriging3D.py example (#182)

v1.6.0-rc1

03 Apr 21:52
e4224f8
Compare
Choose a tag to compare
v1.6.0-rc1 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

  • added Classification Kriging (#165, #184)
  • added wheels for Python 3.9 (#175)

Changes

  • moved scikit-learn compat-class Krige to pykrige.compat (#165)
  • dropped Python 3.5 support (#183)
  • moved CI to GitHub-Actions (#175, #183)
  • Fixed Typo in 02_kriging3D.py example (#182)

v1.5.1

20 Aug 10:51
40e349b
Compare
Choose a tag to compare

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

v1.5.1rc1

19 Aug 14:54
40e349b
Compare
Choose a tag to compare
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

v1.5.0

04 Apr 13:30
1a889a7
Compare
Choose a tag to compare

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

v1.5.0rc2

04 Apr 12:21
Compare
Choose a tag to compare
v1.5.0rc2 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

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