File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
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
1221Version 0.3.1 (April 28, 2023)
1322------------------------------
You can’t perform that action at this time.
0 commit comments