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 3e55b3e commit e29afb5Copy full SHA for e29afb5
CHANGELOG.md
@@ -1,6 +1,21 @@
1
Changelog
2
=========
3
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
19
Version 0.4.1 (June 25, 2024)
20
-----------------------------
21
0 commit comments