Skip to content

v1.11.0

Compare
Choose a tag to compare
@release-please release-please released this 01 Jul 19:57
6d947a2

1.11.0 (2024-07-01)

Features

  • Add .agg support for size (#792) (87e6018)
  • Add bigframes.bigquery.json_set (#782) (1b613e0)
  • Add bigframes.streaming.to_pubsub method to create continuous query that writes to Pub/Sub (#801) (b47f32d)
  • Add DataFrame.to_arrow to create Arrow Table from DataFrame (#807) (1e3feda)
  • Add PolynomialFeatures support to to_gbq and pipelines (#805) (57d98b9)
  • Add Series.peek to preview data efficiently (#727) (580e1b9)
  • Expose gcf memory param in remote_function (#803) (014765c)
  • More informative error when query plan too complex (#811) (136dc24)

Bug Fixes

  • Include internally required packages in remote_function hash (#799) (4b8fc15)

Documentation

  • Document dtype limitation on row processing remote_function (#800) (487dff6)