Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 06:53

Small bug-fix release with this critical fix:

  • Fix the a regression in reading from URLs using geopandas.read_file (#2908). This
    restores the behaviour to download all data up-front before passing it to the
    underlying engine (fiona or pyogrio), except if the server supports partial requests
    (to support reading a subset of a large file).