Skip to content

Commit 13a6761

Browse files
RLS/DOC: add release notes for 0.4.2 bug-fix release
1 parent 3e55b3e commit 13a6761

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

4+
Version 0.4.2 (September 24, 2024)
5+
----------------------------------
6+
7+
Bug fixes:
8+
9+
- Ensure `read_file()` produces a correct empty meta object, avoiding later
10+
errors in `spatial_shuffle()` (#302).
11+
- Fix in `sjoin()` to work with GeoDataFrames after a `spatial_shuffle()` (#303).
12+
13+
Packaging:
14+
15+
- `distributed` was dropped as a required dependency, only depending on
16+
`dask[dataframe]` (#258).
17+
18+
419
Version 0.4.1 (June 25, 2024)
520
-----------------------------
621

0 commit comments

Comments
 (0)