v0.4.1
A small patch release fixing some packaging issues related to dask-expr (both ensure it gets installed by default as still allow to run without it).
What's Changed
Bug fixes:
- Allow to run dask-geopandas with recent dask versions without using query
planning (without dask-expr being installed).
Packaging:
- The
dask
dependency was updated todask[dataframe]
in pyproject.toml (when
installing from source or binary wheels from PyPI). This ensures dask-expr
gets installed automatically for recent versions of dask.
Full Changelog: v0.4.0...v0.4.1