Skip to content
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 0.4.2 (September 24, 2024)
----------------------------------

Bug fixes:

- Ensure `read_file()` produces a correct empty meta object, avoiding later
errors in `spatial_shuffle()` (#302).
- Fix in `sjoin()` to work with GeoDataFrames after a `spatial_shuffle()` (#303).

Packaging:

- `distributed` was dropped as a required dependency, only depending on
`dask[dataframe]` (#258).


Version 0.4.1 (June 25, 2024)
-----------------------------

Expand Down
Loading