Skip to content

Conversation

@release-please
Copy link
Contributor

@release-please release-please bot commented May 13, 2024

🤖 I have created a release beep boop

1.7.0 (2024-05-20)

Features

  • read_gbq_query supports filters (9386373)
  • read_gbq suggests a correct column name when one is not found (9386373)
  • Add DefaultIndexKind.NULL to use as index_col in read_gbq*, creating an indexless DataFrame/Series (#662) (29e4886)
  • 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)
  • Fix type error in test_cluster (#698) (14d81c1)
  • Improve escaping of literals and identifiers (#682) (da9b136)
  • Properly identify non-unique index in tables without primary keys (#699) (6e0f4d8)
  • 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 release-please bot requested a review from a team as a code owner May 13, 2024 23:06
@release-please release-please bot requested a review from a team as a code owner May 13, 2024 23:06
@release-please release-please bot requested a review from milkshakeiii May 13, 2024 23:06
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 13, 2024
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label May 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 13, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label May 13, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 3f4e093 to 8c0c020 Compare May 14, 2024 14:46
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 14, 2024
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels May 14, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2024
@release-please release-please bot changed the title chore(main): release 1.6.1 chore(main): release 1.7.0 May 14, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 8c0c020 to 87a4491 Compare May 14, 2024 20:28
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 14, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 87a4491 to 374b23a Compare May 14, 2024 22:06
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 14, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 374b23a to 148f3dc Compare May 15, 2024 19:34
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 16, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch 4 times, most recently from 45fa298 to e86236d Compare May 20, 2024 15:36
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 20, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 20, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 20, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from e86236d to 080b112 Compare May 20, 2024 20:52
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 20, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 20, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 20, 2024
@tswast
Copy link
Collaborator

tswast commented May 21, 2024

Two e2e failures:

FAILED tests/system/large/test_remote_function.py::test_remote_function_via_session_vpc_invalid FAILED tests/system/large/ml/test_ensemble.py::test_randomforestclassifier_multiple_params 

The former is a timeout, likely some backend behavior change I need to further investigate. The latter is a change from uppercase to lowercase "auto". Doesn't seem like it should block the release.

@tswast tswast enabled auto-merge (squash) May 21, 2024 13:59
@tswast tswast merged commit f89b6be into main May 21, 2024
@tswast tswast deleted the release-please--branches--main branch May 21, 2024 14:00
@release-please
Copy link
Contributor Author

@release-trigger
Copy link

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2024-05-21T14:00:37.099Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. autorelease: published size: s Pull request size is small.

3 participants