Skip to content

Commit

Permalink
RLS/DOC: add release notes for 0.4.2 bug-fix release (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Sep 24, 2024
1 parent 3e55b3e commit e29afb5
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit e29afb5

Please sign in to comment.