We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e9c8 commit d2e36ceCopy full SHA for d2e36ce
CHANGELOG.md
@@ -1,6 +1,20 @@
1
Changelog
2
=========
3
4
+Version 0.4.1 (June 25, 2024)
5
+-----------------------------
6
+
7
+Bug fixes:
8
9
+- Allow to run dask-geopandas with recent dask versions without using query
10
+ planning (without dask-expr being installed).
11
12
+Packaging:
13
14
+- The `dask` dependency was updated to `dask[dataframe]` in pyproject.toml (when
15
+ installing from source or binary wheels from PyPI). This ensures dask-expr
16
+ gets installed automatically for recent versions of dask.
17
18
Version 0.4.0 (June 24, 2024)
19
-----------------------------
20
0 commit comments