Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.15.0 #214

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Nov 16, 2023

🤖 I have created a release beep boop

0.15.0 (2023-11-29)

⚠ BREAKING CHANGES

  • model.predict returns all the columns (#204)

Features

  • Add info and memory_usage methods to dataframe (#219) (9d6613d)
  • Add remote vertex model support (#237) (0bfc4fb)
  • Add the recent api method for ML component (#225) (ed8876d)
  • Model.predict returns all the columns (#204) (416171a)
  • Send warnings on LLM prediction partial failures (#216) (81125f9)

Bug Fixes

  • Add df snapshots lookup for read_gbq (#229) (d0d9b84)
  • Avoid unnecessary row_number() on sort key for io (#211) (a18d40e)
  • Dedup special character (#209) (dd78acb)
  • Invalid JSON type of the notebook (#215) (a729831)
  • Make to_pandas override enable_downsampling when sampling_method is manually set. (#200) (ae03756)
  • Polish the llm+kmeans notebook (#208) (e8532b1)
  • Update the llm+kmeans notebook with recent change (#236) (f8917ab)
  • Use anonymous dataset to create remote_function (#205) (69b016e)

Documentation

  • Add code samples for index and column properties (#212) (c88d38e)
  • Add code samples for df reshaping, function, merge, and join methods (#203) (010486c)
  • Add examples for dataframe.kurt, dataframe.std, dataframe.count (#232) (f9c6e72)
  • Add examples for dataframe.mean, dataframe.median, dataframe.va… (#228) (edd0522)
  • Add examples for dataframe.min, dataframe.max and dataframe.sum (#227) (3a375e8)
  • Code samples for Series.dot and DataFrame.dot (#226) (b62a07a)
  • Code samples for Series.where and Series.mask (#217) (52dfad2)
  • Code samples for dataframe.any, dataframe.all and dataframe.prod (#223) (d7957fa)
  • Make the code samples reflect default bq connection usage (#206) (71844b0)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners November 16, 2023 18:09
@release-please release-please bot requested a review from shobsi November 16, 2023 18:09
@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 Nov 16, 2023
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Nov 16, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 16, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2023
@release-please release-please bot changed the title chore(main): release 0.14.2 chore(main): release 1.0.0 Nov 16, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from ad9157e to 1510ee0 Compare November 16, 2023 19:18
@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 Nov 16, 2023
@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 Nov 16, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 16, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 1510ee0 to c9c7740 Compare November 16, 2023 22:44
@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 Nov 16, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 16, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from c9c7740 to 349339d Compare November 16, 2023 23:58
@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 Nov 16, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 16, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 349339d to cfa945b Compare November 17, 2023 21:42
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 17, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 29, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 29, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 1ffb78f to c539723 Compare November 29, 2023 19:44
@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 Nov 29, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 29, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 29, 2023
@release-please release-please bot changed the title chore(main): release 1.0.0 chore(main): release 0.15.0 Nov 29, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from c539723 to 7469ed2 Compare November 29, 2023 21:12
@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 Nov 29, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 29, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 29, 2023
@GarrettWu GarrettWu removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 29, 2023
@GarrettWu
Copy link
Contributor

Adding do not merge as there is a release freeze until November 29th

removed

@GarrettWu GarrettWu merged commit 8089b15 into main Nov 29, 2023
16 checks passed
@GarrettWu GarrettWu deleted the release-please--branches--main branch November 29, 2023 22:46
Copy link
Contributor Author

Copy link

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2023-11-29T22:46:41.817Z)

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

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

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

Genesis929 pushed a commit that referenced this pull request Dec 12, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants