python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
chore(main): release 1.7.0
:robot: I have created a release beep boop
1.7.0 (2024-05-16)
Features
-
read_gbq_querysupportsfilters(9386373) -
read_gbqsuggests 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_tablerespects primary keys even whenfiltersare set (#689) (9386373) - Improve escaping of literals and identifiers (#682) (da9b136)
- Remove a usage of the
resourcepackage 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_tableiffiltersis set (9386373) - Use a
LIMITclause whenmax_resultsis 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.