Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Mar 14, 2024

🤖 I have created a release beep boop

0.26.0 (2024-03-20)

âš  BREAKING CHANGES

  • exclude remote models for .register() (#465)

Features

  • (Series|DataFrame).plot (#438) (1c3e668)
  • read_gbq_table supports LIKE as a operator in filters (#454) (d2d425a)
  • Add DataFrame.pipe() method (#421) (95f5a6e)
  • Set force=True by default in DataFrame.peek() (#469) (4e8e97d)
  • Support datetime related casting in (Series|DataFrame|Index).astype (#442) (fde339b)
  • Support Series.dt.strftime (#453) (8f6e955)

Bug Fixes

  • Any() on empty set now correctly returns False (#471) (f55680c)
  • Df.drop_na preserves columns dtype (#457) (3bab1a9)
  • Disable to_json and to_csv related tests (#462) (874026d)
  • Exclude remote models for .register() (#465) (73fe0f8)
  • Fix broken link in covid notebook (#450) (adadb06)
  • Fix broken multiindex loc cases (#467) (b519197)
  • Fix grouping series on multiple other series (#455) (3971bd2)
  • Groupby aggregates no longer check if grouping keys are numeric (#472) (4fbf938)
  • Raise ValueError when read_pandas() receives a bigframes DataFrame (#447) (b28f9fd)
  • Series.(to_csv|to_json) leverages bq export (#452) (718a00c)
  • Warn when read_gbq / read_gbq_table uses the snapshot time cache (#441) (e16a8c0)

Documentation

  • Add code samples for ml.metrics.r2_score (#459) (85fefa2)
  • Add the docs for loc and iloc indexers (#446) (14ab8d8)
  • Add the pages for at and iat indexers (#456) (340f0b5)
  • Add version information to bug template (#437) (91bd39e)
  • Indicate that project and location are optional in example notebooks (#451) (1df0140)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner March 14, 2024 22:14
@release-please release-please bot requested a review from a team as a code owner March 14, 2024 22:14
@release-please release-please bot requested a review from GarrettWu March 14, 2024 22:14
@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 Mar 14, 2024
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Mar 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 14, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label Mar 14, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 41db291 to 3b14d37 Compare March 15, 2024 05: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 Mar 15, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 15, 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 Mar 15, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 15, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 3b14d37 to c7f885a Compare March 15, 2024 14:53
@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 Mar 15, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 15, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 15, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from c7f885a to 665c7c8 Compare March 15, 2024 14:54
@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 Mar 15, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 15, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 15, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 665c7c8 to 98d12b4 Compare March 15, 2024 16:39
@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 Mar 15, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 19, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 19, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 0bf89bd to edc1522 Compare March 19, 2024 23:08
@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 Mar 19, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 19, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 19, 2024
@shobsi shobsi added the release-please:force-run To run release-please label Mar 20, 2024
@release-please release-please bot removed the release-please:force-run To run release-please label Mar 20, 2024
@release-please release-please bot changed the title chore(main): release 1.0.0 chore(main): release 0.26.0 Mar 20, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from edc1522 to 858d0f1 Compare March 20, 2024 02:25
@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 Mar 20, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 20, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 20, 2024
@shobsi shobsi merged commit 4727563 into main Mar 20, 2024
@shobsi shobsi deleted the release-please--branches--main branch March 20, 2024 04:32
Copy link
Contributor Author

Copy link

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2024-03-20T04:32:55.395Z)

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

TrevorBergeron pushed a commit that referenced this pull request Mar 20, 2024
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.

3 participants