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)