-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v2.12.0
head repository: googleapis/python-bigquery-dataframes
compare: v2.13.0
- 10 commits
- 100 files changed
- 9 contributors
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 92a2377 - Browse repository at this point
Copy the full SHA 92a2377View commit details
Commits on Jul 24, 2025
-
feat: implement Index.get_loc (#1921)
* feat: add index get_loc API * update docstring * code update * final polish of the helper function * fix mypy * reset index of result * change docstring * fix docstring * change a function call
Configuration menu - View commit details
-
Copy full SHA for bbbcaf3 - Browse repository at this point
Copy the full SHA bbbcaf3View commit details -
feat: Add CSS styling for TableWidget pagination interface (#1934)
* Beautify buttons and tables * introduce css file * change the size * change the order of initialization sequence * final touch up * add CSS scoping * Add css related testcase * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for 5b232d7 - Browse repository at this point
Copy the full SHA 5b232d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b17b0 - Browse repository at this point
Copy the full SHA 31b17b0View commit details -
chore: Migrate up to 15 scalar operators to SQLGlot (#1936)
Migrated the following unary scalar operators to SQLGlot: - pos_op - neg_op - sqrt_op - log10_op - ln_op - log1p_op - len_op - reverse_op - lower_op - upper_op - StrLstripOp - StrRstripOp - StrStripOp - StrContainsOp - StrContainsRegexOp
Configuration menu - View commit details
-
Copy full SHA for e3f8ca7 - Browse repository at this point
Copy the full SHA e3f8ca7View commit details
Commits on Jul 25, 2025
-
deps: replace
google-cloud-iam
withgrpc-google-iam-v1
(#1864)* deps: remove `google-cloud-iam` dependency * include grpc-google-iam-v1==0.14.2 dependency as we are using directly `google.iam.v1.policy_pb2` --------- Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for e5ff8f7 - Browse repository at this point
Copy the full SHA e5ff8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab01b0a - Browse repository at this point
Copy the full SHA ab01b0aView commit details -
chore: refactor
get_configuration
to use a dataclass (#1940)* Refactor get_configuration to use a dataclass I've introduced a new `BenchmarkConfig` frozen dataclass to provide a more structured way of handling benchmark configurations. I updated the `get_configuration` function in `tests/benchmark/utils.py` to return an instance of this dataclass. I have partially updated the call sites for `get_configuration` to use the new dataclass object. The following directories have been updated: - tests/benchmark/db_benchmark/groupby/ - tests/benchmark/db_benchmark/join/ - tests/benchmark/db_benchmark/sort/ - tests/benchmark/read_gbq_colab/ (except for sort_output.py) The remaining call sites in `tests/benchmark/read_gbq_colab/sort_output.py` and `tests/benchmark/tpch/` still need to be updated. * I will refactor `get_configuration` to use a dataclass. This change introduces a new `BenchmarkConfig` frozen dataclass to provide a more structured way of handling benchmark configurations. The `get_configuration` function in `tests/benchmark/utils.py` will be updated to return an instance of this dataclass. All call sites for `get_configuration` will be updated to use the new dataclass object. * I will refactor `get_configuration` to use a dataclass. This change introduces a new `BenchmarkConfig` frozen dataclass to provide a more structured way of handling benchmark configurations. The `get_configuration` function in `tests/benchmark/utils.py` will be updated to return an instance of this dataclass. All call sites for `get_configuration` will be updated to use the new dataclass object. --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ceca490 - Browse repository at this point
Copy the full SHA ceca490View commit details -
chore: Migrate up to 15 scalar operators to SQLGlot (#1938)
* chore: Migrate up to 15 scalar operators to SQLGlot Migrated the following unary scalar operators to SQLGlot: - iso_year_op - minute_op - month_op - quarter_op - second_op - time_op - year_op - normalize_op - geo_area_op - geo_st_astext_op - geo_x_op - geo_y_op - timedelta_floor_op - StrGetOp - StrSliceOp
Configuration menu - View commit details
-
Copy full SHA for f63ce9b - Browse repository at this point
Copy the full SHA f63ce9bView commit details
Commits on Jul 28, 2025
-
chore(main): release 2.13.0 (#1933)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 03ac660 - Browse repository at this point
Copy the full SHA 03ac660View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.12.0...v2.13.0