Skip to content

Version 0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 19:11
· 4 commits to main since this release
eb8e788

Improvements

  • Add support to read, write, list, and remove /vsimem/ files (#457).

Bug fixes

  • Silence warning from write_dataframe with GeoSeries.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 to pyproj becoming an optional dependency; you will need
    to install pyproj 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.