Xee 0.1.0 prerelease testing #303
jdbcode
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, Xee 0.1.0 prerelease is now available on PyPI and we’d really value your help testing before stable release.
This is a major refactor of Xee. The goal is to enforce an unambiguous spatial grid definition and common dimension ordering in the output.
There are two significant changes:
crs,scale,projection,geometry) have been removed. The new API requires three unified, explicit parameters:crs,crs_transform, andshape_2d. (We include helpers for defining these!)We've included new and comprehensive docs that include a migration guide.
If you have bandwidth, please try your existing workflows against the prerelease and report anything that breaks or feels rough. We want to catch small bugs now before final 0.1.0.
You can get the prerelease with:
pip install --upgrade --pre xeeThere are a bunch of usage examples in the User Guide and also in an end-to-end testing notebook.
We're tentatively planning to do the stable release the week of April 27th.
Beta Was this translation helpful? Give feedback.
All reactions