We have a few PRs marked for a 0.12.2 release and already some merged:
|
## 0.12.2 (????-??-??) |
|
|
|
### Bug fixes |
|
|
|
- Fix writing non-string object columns with arrow (#630). |
|
- Fix writing empty string category columns with arrow fails (#621). |
|
- Fix Time type columns being skipped with `use_arrow=False` (#617). |
|
- Fix overwriting a corrupt fileGDB directory (#600). |
|
- Fix attribute data being incorrectly written with KML driver (#650). |
But given the time since 0.12, I was thinking we could also just do a 0.13 release instead. @brendan-ward @theroggy thoughts?
Then we can also update the GDAL version in the wheels (we're currently at 3.11.4, and could update to 3.11.5 in a 0.12.2 release, but could also update to 3.12.4 or 3.13.0 for 0.13), and potentially drop support for older python (#655) or pandas (#607)
Anyway, I would target doing a release somewhere next week or the week after to get out what we already have.
Previous release issue: #560
We have a few PRs marked for a 0.12.2 release and already some merged:
pyogrio/CHANGES.md
Lines 3 to 11 in b588fc4
But given the time since 0.12, I was thinking we could also just do a 0.13 release instead. @brendan-ward @theroggy thoughts?
Then we can also update the GDAL version in the wheels (we're currently at 3.11.4, and could update to 3.11.5 in a 0.12.2 release, but could also update to 3.12.4 or 3.13.0 for 0.13), and potentially drop support for older python (#655) or pandas (#607)
Anyway, I would target doing a release somewhere next week or the week after to get out what we already have.
Previous release issue: #560