Skip to content

Commit 8d752ad

Browse files
Update release notes for 0.4.0 (#292)
1 parent 870d2ae commit 8d752ad

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

CHANGELOG.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
Changelog
22
=========
33

4-
Version 0.4.0 (March ??, 2024)
5-
------------------------------
4+
Version 0.4.0 (June 24, 2024)
5+
-----------------------------
6+
7+
Enhancements:
8+
9+
- Added preliminary support for dask's new query planning (dask >= 2024.3.0) (#285).
10+
- Added support for using dask-geopandas with distributed's P2P shuffle (this
11+
requires the latest distributed>=2024.6.0 to work) (#295).
12+
- Added new `from_wkb()` and `from_wkt()` functions to convert a dask Series of
13+
WKB or WKT values into a dask-geopandas GeoSeries (#293).
614

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

9-
Updated minimum supported versions of dependencies, now requiring Python 3.9,
10-
GeoPandas 0.12, numpy 1.23 and dask/distributed 2022.06.0.
17+
- Removed support for PyGEOS, now requiring Shapely >= 2 (#280).
18+
- Updated minimum supported versions of dependencies, now requiring Python 3.9,
19+
GeoPandas 0.12, numpy 1.23 and dask/distributed 2022.06.0.
1120

1221
Version 0.3.1 (April 28, 2023)
1322
------------------------------

0 commit comments

Comments
 (0)