File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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 ).
6
14
7
- - Removed support for PyGEOS, now requiring Shapely >= 2
15
+ Notes on dependencies:
8
16
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.
11
20
12
21
Version 0.3.1 (April 28, 2023)
13
22
------------------------------
You can’t perform that action at this time.
0 commit comments