This release adds support for the new Dask DataFrame query-planning API.
This also updates the minimum Python version to 3.10 and the minimum Pandas version to 2.0.
It also includes several enhancements and compatibility changes with upstream packages.
Many thanks to @Azaya89 for contributing to this release and to @maximlt and @hoxbro for maintaining the project on an ongoing basis.
Enhancements
- Support the new Dask DataFrame query-planning API (#171)
- Ensure that pandas dtype matches dask when loading data from parquet (#156)
Compatibility:
Bug fix:
- Use
importlib.util.find_spec
fordask
detection (#163)
Tests:
- Allow point comparison (#149)
- Add example conftest (#150)
- Fix download data for examples (#155)
- Update resolution for floats in tests (#157)
- Don't compare line length of zero size (#161)
Infrastructure / CI: