Skip to content

Releases: xarray-contrib/xoak

Release v0.2.0

11 Dec 09:15

Choose a tag to compare

What's Changed

  • Integration with Xarray NDPointIndex by @benbovy in #44

Full Changelog: 0.1.2...0.2.0

Release v0.1.2

20 Nov 13:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

Release v0.1.1

04 Aug 10:26

Choose a tag to compare

release v0.1.1

Release v0.1.0

17 Dec 11:34
5641f88

Choose a tag to compare

Prepare release 0.1.0 (#31)

* update release notes

* remove pys2index from binder environment

Sadly, binder seems to use a recent linux OS version, for which the
pys2index conda-forge package seems to be broken (seg fault).

* add pypi publish github action

* update dependencies

Make scipy a required dependency (to have at least one built-in index
adapter).

Make scikit-learn a required dev dependency (used in tests for computing
brute force neighbor lookup).

* add install instructions

* change xoak formatting in notebooks

* update readme with description, install, etc.

* add description from README in doc index