Releases: GeoStat-Framework/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)
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
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.cfg
content 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
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.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
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
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
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
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
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
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