Skip to content

v1.9.0

Compare
Choose a tag to compare
@release-please release-please released this 10 Jun 22:39
b7b134e

1.9.0 (2024-06-10)

Features

  • Allow functions returned from bpd.read_gbq_function to execute outside of apply (#706) (ad7d8ac)
  • Support bigquery.vector_search() (#736) (dad66fd)
  • Support score() in GeminiTextGenerator (#740) (b2c7d8b)
  • Support bytes type in remote_function (#761) (4915424)
  • Support fit() in GeminiTextGenerator (#758) (d751f5c)

Bug Fixes

  • ARIMAPlus loads auto_arima_min_order param (#752) (39d7013)
  • Improve to_pandas_batches for large results (#746) (61f18cb)
  • Resolve issue with unset thread-local options (#741) (d93dbaf)

Documentation

  • Fix ML.EVALUATE spelling (#749) (7899749)
  • Remove LogisticRegression normal_equation strategy (#753) (ea5d367)