Skip to content

Update release notes for 0.4.0 #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading