Releases: xarray-contrib/xoak
Releases · xarray-contrib/xoak
Release v0.2.0
What's Changed
Full Changelog: 0.1.2...0.2.0
Release v0.1.2
What's Changed
- Replace deprecated pkg_resources by @rafa-guedes in #45
- CI, packaging and doc maintenance by @benbovy in #47
New Contributors
- @rafa-guedes made their first contribution in #45
Full Changelog: 0.1.1...0.1.2
Release v0.1.1
release v0.1.1
Release v0.1.0
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