Skip to content

v0.9.0

Compare
Choose a tag to compare
@release-please release-please released this 18 Oct 17:38
e2788a8

0.9.0 (2023-10-18)

⚠ BREAKING CHANGES

  • rename bigframes.pandas.reset_session to close_session (#101)

Features

  • Add bigframes.options.bigquery.application_name for partner attribution (#117) (52d64ff)
  • Add AtIndexer getitems (#107) (752b01f)
  • Rename bigframes.pandas.reset_session to close_session (#101) (36693bf)
  • Send BigQuery cancel request when canceling bigframes process (#103) (e325fbb)
  • Support external packages in remote_function (#98) (ec10c4a)
  • Use ArrowDtype for STRUCT columns in to_pandas (#85) (9238fad)

Bug Fixes

  • Support multiindex for three loc getitem overloads (#113) (68e3cd3)

Performance Improvements

  • If primary keys are defined, read_gbq avoids copying table data (#112) (e6c0cd1)

Documentation

  • Add documentation for Series.struct.field and Series.struct.explode (#114) (a6dab9c)
  • Add open-source link in API doc (#106) (db51fe3)
  • Update ML overview API doc (#105) (1b3f3a5)