This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.22.0
0.22.0 (2024-02-27)
⚠ BREAKING CHANGES
- rename cosine_similarity to paired_cosine_distances (#393)
- move model optional args to kwargs (#381)
Features
- Add
DataFrames.corr()method (#379) (67fd434) - Add ml.metrics.pairwise.manhattan_distance (#392) (9d31865)
- Enable regional endpoints for me-central2 (#386) (469674d)
Bug Fixes
- Avoid ibis warning for "database" table() method argument (#390) (a0490a4)
- Correct the numeric literal dtype (#365) (93b02cd)
- Rename cosine_similarity to paired_cosine_distances (#393) (81ece46)
Performance Improvements
Dependencies
Documentation
- Add a code sample for creating a kmeans model (#267) (4291d65)
- Fix
bigframes.pandas.concatdocumentation (#382) (234b61c)