v0.7.3
What's new in 0.7.3 (2024-08-22)
These are the changes in xorbits v0.7.3.
Enhancements
- ENH: fix test CI dependency of hadoop, lightgbm and web ui by @luweizheng in #772
- ENH: Remove
sum_over_features
parameter frommanhattan_distances
with sklearn > 1.4 by @Dawnfz-Lenfeng in #779 - ENH: Fix import error if np>=2.0 by @luweizheng in #787
- ENH: Fix tests hang in CI by @luweizheng in #794
- ENH: support cudf Buffer BufferOwner structure by @hucorz in #798
- ENH: Fix DataFrame._data deprecated warnings by @luweizheng in #793
- ENH: Fix gpu cudf
to_csv
by @hucorz in #799 - ENH: Fix vineyard compatibility issue by @luweizheng in #783
- ENH: fix cudf comp issue by @luweizheng in #803
- BLD: Pin numpy<2.0 as xorbits is not fully prepared for it by @luweizheng in #782
- BLD: Fix macos and windows build CI by @luweizheng in #784
- BLD: Fix CI of uploading pypi by @luweizheng in #785
- BLD: Fix macos build wheel CI by @luweizheng in #789
- BLD: Fix Docker CI/CD workflow by @Dawnfz-Lenfeng in #796
- BLD: Fix slurm CI/CD workflow by @Dawnfz-Lenfeng in #801
- BLD: update CI test workflow yaml by @hucorz in #802
- BLD: Fix asv workflow by @luweizheng in #792
- REF: Delede code on pd < 1.2.2 by @hucorz in #797
Bug fixes
- BUG: fix compatibility issue of df.sort_index() and df.groupby(sort=True) by @luweizheng in #776
- BUG: fix CI of pypi & dockerhub by @luweizheng in #777
Tests
- TST: compatible libs with pandas 1.5.3 by @luweizheng in #775
New Contributors
- @Dawnfz-Lenfeng made their first contribution in #779
- @hucorz made their first contribution in #798
Full Changelog: v0.7.2...v0.7.3