Skip to content

v1.6.1

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 02 Sep 10:21
· 55 commits to main since this 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

  • 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)