-
Notifications
You must be signed in to change notification settings - Fork 48
chore(v1): release 1.42.0 #1567
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
Open
release-please
wants to merge
42
commits into
v1
Choose a base branch
from
release-please--branches--v1
base: v1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: support iloc with negative indices * update partial ordering test * update naming * update logic * update comment * update logic and tests * update filter
* feat: Support dry_run in * centralize dry_run logics at block level * fix lint errors * remove unnecessary code * use dataframe for dry_run stats * flatten the job stats to a series * fix lint * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix query job issue * Make pandas surface directly call block._compute_dry_run * type hint update --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* feat: add df.take and series.take * update
…ype (#1516) * chore: throws NotImplementedError when read_pandas with nested JSON type * increase test coverage * fix python 3.6
…nce()` (#1471) * feat: add GeoSeries.difference() * add st_difference method and test cases for geo.difference and st_difference * update method and tests * update method and tests * update test to cover different inputs * update test assertion * update testing with single geometry object and add notebook tag to ignore the exception * fix docstrings * modify geo_difference to make it available for use and update tests and notebook * fix my py type error
…1523) * test: fix json tests fail locally with disable allow_large_results * fix test_read_gbq_w_json_in_array * move test_read_gbq_w_json* to test_session.py
This is to give a breather to the BigQuery managed udf team to troubleshoot the quota issue.
…erence()` docs (#1526) * docs: update GeoSeries.difference() and bigframes.bigquery.st_difference() docs * update variable names for readability
…N when windowing (#1507) * chore: allow PRECEDING and FOLLOWING to appear on both side of BETWEEN when windowing * fix lint * Simplify the code by using the sign of the value for PRECEDING/FOLLOWING * fix lint * fix mypy * polish doc * remove float support for range rolling because Pandas does not support that
Co-authored-by: Shenyang Cai <[email protected]>
…1511) * refactor: introduce ai operator namespace and deprecated semantics * duplicate semantic op options too * improve test coverage * relax test condition * clean up semantics and add public docs * addressing comments * use FutureWarning for deprecation * copy over recent top_k changes
* feat: add Linear_Regression.global_explain() * remove class_level_explain param * working global_explain() * begin adding tests * update snippet * complete snippet * failing, near complete linear model test * passing system test * Update core.py - set index to have sorted by feature * Update test_linear_model.py - remove set/set index * Update linear_model.py - fix doc section * Update conftest.py - rename penguins w global explain * Update linear_model.py - complete doc * lint * passing test and fixed expected results
* chore: configure CI for 1.x branch (#1528) * chore: set up release-please for previous major version (1.x) * revert owlbot.py change as it already excludes release-please.yml * chore: set up release-please for previous major version (1.x) * revert owlbot.py change as it already excludes release-please.yml * Revert "chore: configure CI for 1.x branch (#1528)" This reverts commit 54e63ea. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…lly gemini-1.0-X and gemini-1.5-X (#1534)
* chore: cleanup udf resources in blob transform functions * cleanup on session close * use remote function cleanup
…section()` (#1529) * feat: add GeoSeries.intersection() and bigframes.bigquery.st_intersection() * fix docstrings format * fix docstring output error * fix docstrings code examples * fix st_intersection
…1545) * chore: update benchmark logic for 2.0 * update benchmark logic * fix
* chore: expose blob docs * include semantic and ai * exclude sem and ai, already in frames
* add error handling for pdf chunk * change return type for pdf chunk * add error handling for pdf chunk * introuduce a control variable called verbose for pdf chunk, when it is true, display both error message and content, otherwises, display content only * add pdf extract testcase * add testcase for pdf chunk * code change for pdf extract and pdf chunk, need to fix test * all testcases are clean * update testcase for better readibility
* refactor: break up groupby/__init__.py file * fix lint * properly merge with base branch * fix copyright year
* feat: set vscode and jupyter environments in the BQ jobs In this change we are including the vscode and jupyter environments in the application name set in the BigQuery jobs. This would help understand the BigFrames usage coming from those environments. * remove print, overlook all exceptions during extension detection * slight formatting fix
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
tswast
reviewed
Mar 28, 2025
.github/workflows/lint.yml
Outdated
@@ -1,7 +1,7 @@ | |||
on: | |||
pull_request: | |||
branches: | |||
- v1 | |||
- main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we might need to update some owlbot config to avoid getting this overwritten. CC @shobsi
Adding |
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: pending
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
size: s
Pull request size is small.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.42.0 (2025-03-28)
Features
closed
parameter in rolling() (#1539) (83379a4)GeoSeries.difference()
andbigframes.bigquery.st_difference()
(#1471) (e12c7d8)GeoSeries.intersection()
andbigframes.bigquery.st_intersection()
(#1529) (d86c6af)to_pandas()
(#1436) (a29a751)udf
to preview (#1536) (b841379)Bug Fixes
Performance Improvements
Documentation
GeoSeries.difference()
andbigframes.bigquery.st_difference()
docs (#1526) (85801e6)This PR was generated with Release Please. See documentation.