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