Skip to content

Releases: geopandas/dask-geopandas

v0.4.1

25 Jun 10:17
Compare
Choose a tag to compare

A small patch release fixing some packaging issues related to dask-expr (both ensure it gets installed by default as still allow to run without it).

What's Changed

Bug fixes:

  • Allow to run dask-geopandas with recent dask versions without using query
    planning (without dask-expr being installed).

Packaging:

  • The dask dependency was updated to dask[dataframe] in pyproject.toml (when
    installing from source or binary wheels from PyPI). This ensures dask-expr
    gets installed automatically for recent versions of dask.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Jun 16:22
Compare
Choose a tag to compare

What's Changed

Enhancements:

  • Added preliminary support for dask's new query planning (dask >= 2024.3.0) (#285).
  • Added support for using dask-geopandas with distributed's P2P shuffle (this
    requires the latest distributed>=2024.6.0 to work) (#295).
  • Added new from_wkb() and from_wkt() functions to convert a dask Series of
    WKB or WKT values into a dask-geopandas GeoSeries (#293).

Notes on dependencies:

  • Removed support for PyGEOS, now requiring Shapely >= 2 (#280).
  • Updated minimum supported versions of dependencies, now requiring Python 3.9,
    GeoPandas 0.12, numpy 1.23 and dask/distributed 2022.06.0.

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

28 Apr 12:48
Compare
Choose a tag to compare

A small patch release ensuring compatibility with the latest versions of Dask and pandas.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Jan 21:32
Compare
Choose a tag to compare

What's Changed

Enhancements:

  • Dask-GeoPandas is now compatible with Shapely 2.0 (and if this version is installed, no longer requires PyGEOS)

Bug fixes:

  • Compatibility with dask >= 2022.12 for read_parquet() (#230) and for dissolve() (#229)
  • Fix the spatial_partitions of the result of sjoin() (#216)

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Jul 10:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

21 Jun 20:08
Compare
Choose a tag to compare
Version 0.1.3

v0.1.2

20 Jun 15:02
Compare
Choose a tag to compare
Version 0.1.2

v0.1.1

19 Jun 12:06
Compare
Choose a tag to compare
Version 0.1.1

v0.1.0

31 Mar 14:44
Compare
Choose a tag to compare
Version 0.1.0

v0.1.0a7

24 Feb 17:28
Compare
Choose a tag to compare
Version 0.1.0 alpha 7