Skip to content

chore(main): release 1.18.0 #986

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

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

release-please[bot]
Copy link
Contributor

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

🤖 I have created a release beep boop

1.18.0 (2024-09-18)

Features

  • Add "include" param to describe for string types (#973) (deac6d2)
  • Add subset parameter to DataFrame.dropna to select which columns to consider (#981) (f7c03dc)

Bug Fixes

  • DataFrameGroupby.agg now works with unnamed tuples (#985) (0f047b4)
  • Fix a bug that raises exception when re-indexing columns with their original order (#988) (596b03b)
  • Make the Series.apply outcome assignable to the original dataframe in partial ordering mode (#874) (c94ead9)

Dependencies

  • Limit ibis-framework version to 9.2.0 (#989) (06c1b33)
  • Update to ibis-framework 9.x and newer sqlglot (#827) (89ea44f)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners September 13, 2024 17:59
@release-please release-please bot requested a review from tswast September 13, 2024 17:59
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Sep 13, 2024
@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 Sep 13, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 13d15f6 to 0b311ba Compare September 13, 2024 20:03
@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 Sep 13, 2024
@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 Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 0b311ba to c4d8c99 Compare September 13, 2024 22:22
@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 Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from c4d8c99 to feb942c Compare September 13, 2024 22: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 Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@release-please release-please bot changed the title chore(main): release 1.17.1 chore(main): release 1.18.0 Sep 16, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from feb942c to 1484028 Compare September 16, 2024 18:09
@release-please release-please bot force-pushed the release-please--branches--main branch from 55a9d97 to b36d488 Compare September 17, 2024 15: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 Sep 17, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 17, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 17, 2024
@tswast tswast removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 17, 2024
@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 Sep 18, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 18, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 18, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from b464a97 to 84a71da Compare September 18, 2024 18: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 Sep 18, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 18, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 18, 2024
@GarrettWu
Copy link
Contributor

The failed test was a datetype miss match in test by updating Ibis9. Confirmed with @chelsea-lin , that shouldn't block our release.

@GarrettWu GarrettWu merged commit d2fb49f into main Sep 18, 2024
22 of 23 checks passed
@GarrettWu GarrettWu deleted the release-please--branches--main branch September 18, 2024 20:21
Copy link
Contributor Author

🤖 Created releases:

Copy link

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2024-09-18T20:21:42.197Z)

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! 💜

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.

5 participants