Skip to content

Version 0.5.0

Latest
Compare
Choose a tag to compare
@hoxbro hoxbro released this 18 Feb 09:34
· 5 commits to main since this release
v0.5.0
e8933f9

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 for dask 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:

  • Move infrastructure to Pixi, Hatchling, Pre-commit, and Ruff (#142)
  • Enable Ruff rules (#151, #153, #154, #173)
  • Update test to use collector (#162)
  • Small updates to build infrastructure (#165)
  • Modify nighly-lock workflow to exclude forks (#174)