Skip to content

Commit d2e36ce

Browse files
RLS/DOC: add release notes for 0.4.1 release with packaging fixes (#301)
1 parent 9a8e9c8 commit d2e36ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

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+
418
Version 0.4.0 (June 24, 2024)
519
-----------------------------
620

0 commit comments

Comments
 (0)