Skip to content

v0.22.0

Compare
Choose a tag to compare
@release-please release-please released this 27 Feb 23:00
20de7f4

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

  • Add minimum version constraint for sqlglot to 19.9.0 (#389) (8b62d77)

Documentation

  • Add a code sample for creating a kmeans model (#267) (4291d65)
  • Fix bigframes.pandas.concat documentation (#382) (234b61c)

Miscellaneous Chores

Code Refactoring