Recent Releases of pykrige
pykrige - v1.7.2
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 numpy 2 (#290)
Changes
- remove universal2 wheels for macos (we already provide separate intel and arm64 wheels) (#290)
Bug fixes
- fixed cython long / longlong issue on windows (#290)
- Python
Published by MuellerSeb over 1 year ago
pykrige - 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
- Python
Published by MuellerSeb over 2 years ago
pykrige - v1.7.0
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.cfgcontent topyproject.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 'externalZarray' (#247)
- remove deprecated scipy (v1.9) method pinv2 (#237)
- correcting partial sill in C backend (#226)
- Python
Published by MuellerSeb over 3 years ago
pykrige - v1.6.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
Changes
- now using a
pyproject.tomlfile (#211) - now using a single
mainbranch in the repository (#212) - Fixed typos (#188, #189)
Bug fixes
write_asc_gridwas to strict about dx (#197)
- Python
Published by MuellerSeb over 4 years ago
pykrige - v1.6.0
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
Changes
- moved scikit-learn compat-class
Krigetopykrige.compat(#165) - dropped Python 3.5 support (#183)
- moved CI to GitHub-Actions (#175, #183)
- Fixed Typo in
02_kriging3D.pyexample (#182)
- Python
Published by MuellerSeb almost 5 years ago
pykrige - v1.6.0-rc1
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
Changes
- moved scikit-learn compat-class
Krigetopykrige.compat(#165) - dropped Python 3.5 support (#183)
- moved CI to GitHub-Actions (#175, #183)
- Fixed Typo in
02_kriging3D.pyexample (#182)
- Python
Published by MuellerSeb almost 5 years ago
pykrige - v1.5.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
- 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
- Python
Published by MuellerSeb over 5 years ago
pykrige - v1.5.1rc1
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
- Python
Published by MuellerSeb over 5 years ago
pykrige - v1.5.0
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
- Python
Published by MuellerSeb almost 6 years ago
pykrige - v1.5.0rc2
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
- Python
Published by MuellerSeb almost 6 years ago
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
- 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
- Python
Published by MuellerSeb almost 6 years ago