Skip to content

Commit

Permalink
Update release notes for 0.4.0 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Jun 24, 2024
1 parent 870d2ae commit 8d752ad
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Changelog
=========

Version 0.4.0 (March ??, 2024)
------------------------------
Version 0.4.0 (June 24, 2024)
-----------------------------

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).

- Removed support for PyGEOS, now requiring Shapely >= 2
Notes on dependencies:

Updated minimum supported versions of dependencies, now requiring Python 3.9,
GeoPandas 0.12, numpy 1.23 and dask/distributed 2022.06.0.
- 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.

Version 0.3.1 (April 28, 2023)
------------------------------
Expand Down

0 comments on commit 8d752ad

Please sign in to comment.