Skip to content

Version 0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 20:09
· 24 commits to main since this release

Improvements

  • Add on_invalid parameter to read_dataframe (#422).

Bug fixes

  • Fixed bug transposing longitude and latitude when writing files with
    coordinate transformation from EPSG:4326 (#421).
  • Fix bug preventing reading from file paths containing hashes in read_dataframe (#412).

Packaging

  • MacOS wheels are now only available for macOS 12+. For older unsupported macOS
    versions, pyogrio can still be built from source (requires GDAL to be installed) (#417).
  • Remove usage of deprecated distutils in setup.py (#416).