geopandas / pyogrio

Vectorized vector I/O using OGR
https://pyogrio.readthedocs.io
MIT License
269 stars 22 forks source link

Release version 0.5.0 #192

Closed jorisvandenbossche closed 1 year ago

jorisvandenbossche commented 1 year ago

Target release date: January 9, 2023

Current highlights would be:

I would like to still include the currently open PRs (https://github.com/geopandas/pyogrio/pulls) for enabling dataset options (https://github.com/geopandas/pyogrio/pull/189), correctly writing nulls (https://github.com/geopandas/pyogrio/pull/190), and exposing read_arrow (https://github.com/geopandas/pyogrio/pull/191)

jorisvandenbossche commented 1 year ago

Note to self: if GDAL 3.6.2 is already available by next week, update the wheels to include that version (eg GeoParquet 1.0.0-beta1 support)

kylebarron commented 1 year ago

looks like it was released today?

jorisvandenbossche commented 1 year ago

Yep, but we need https://github.com/microsoft/vcpkg/pull/28741 to be merged to use it in the wheel building

jorisvandenbossche commented 1 year ago

Released! -> https://github.com/geopandas/pyogrio/releases/tag/v0.5.0

(still waiting on conda-forge packages)

brendan-ward commented 1 year ago

Thanks @jorisvandenbossche !

mtravis commented 1 year ago

Great work @jorisvandenbossche ! Look forward to testing this soon.