-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release geoarrow v0.3.0-beta.1 #705
Conversation
37179f9
to
68a26ba
Compare
Does crates-io let you publish a package that relies on another library's pre-release version? I.e. alpha or beta? |
I believe so, so if we wanted to go |
Let's set this as 0.3.0-beta.1 if that's ok. |
68a26ba
to
7b91d9a
Compare
✅ |
- Parse row group stats out of GeoParquet ([#571](https://github.com/geoarrow/geoarrow-rs/pull/571)) | ||
- Writing GeoParquet with GeoArrow encoding ([#583](https://github.com/geoarrow/geoarrow-rs/pull/583)) | ||
- Async GeoParquet writing ([#587](https://github.com/geoarrow/geoarrow-rs/pull/587)) | ||
- Bounding box queries on GeoParquet files ([#590](https://github.com/geoarrow/geoarrow-rs/pull/590)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd really like to have full GeoParquet 1.1 support in the 0.3.0 release
Thanks Kyle! |
If it's ok, I'd be stoked to get a v0.3.0 release of geoarrow — some of my stac-geoparquet is getting close to being release-able.
Here's a checklist of things that have been mentioned as part of a v0.3 (including #628 (comment) and https://github.com/geoarrow/geoarrow-rs/milestone/3):
As a part of this release PR I've updated our deps when possible (
sqlx
will require code change to support an update so I haven't done that one).