Improvements
- Add support to read, write, list, and remove
/vsimem/
files (#457).
Bug fixes
- Silence warning from
write_dataframe
withGeoSeries.notna()
(#435). - Enable mask & bbox filter when geometry column not read (#431).
- Raise NotImplmentedError when user attempts to write to an open file handle (#442).
- Prevent seek on read from compressed inputs (#443).
Packaging
- For the conda-forge package, change the dependency from
libgdal
to
libgdal-core
. This package is significantly smaller as it doesn't contain
some large GDAL plugins. Extra plugins can be installed as seperate conda
packages if needed: more info here.
This also leads topyproj
becoming an optional dependency; you will need
to installpyproj
in order to support spatial reference systems (#452). - The GDAL library included in the wheels is updated from 3.8.5 to GDAL 3.9.2 (#466).
- pyogrio now requires a minimum version of Python >= 3.9 (#473).
- Wheels are now available for Python 3.13.