python-bigquery-dataframes icon indicating copy to clipboard operation
python-bigquery-dataframes copied to clipboard

chore(main): release 1.7.0

Open release-please[bot] opened this issue 1 year ago • 0 comments

:robot: I have created a release beep boop

1.7.0 (2024-05-16)

Features

  • read_gbq_query supports filters (9386373)
  • read_gbq suggests a correct column name when one is not found (9386373)
  • Bigframes.bigquery.array_agg(SeriesGroupBy|DataFrameGroupby) (#663) (412f28b)
  • To_datetime supports utc=False for string inputs (#579) (adf9889)

Bug Fixes

  • read_gbq_table respects primary keys even when filters are set (#689) (9386373)
  • Improve escaping of literals and identifiers (#682) (da9b136)
  • Remove a usage of the resource package when not available, such as on Windows (#681) (96243f2)
  • The imported samples error and use peek() (#688) (1a0b744)

Performance Improvements

  • Don't run query immediately from read_gbq_table if filters is set (9386373)
  • Use a LIMIT clause when max_results is set (9386373)

Documentation

  • Add code snippets for imported onnx tutorials (#684) (cb36e46)
  • Add code snippets for imported tensorflow model (#679) (b02c401)
  • Use class_weight="balanced" in the logistic regression prediction tutorial (#678) (b951549)

This PR was generated with Release Please. See documentation.

release-please[bot] avatar May 13 '24 23:05 release-please[bot]