-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v2.25.0
head repository: googleapis/python-bigquery-dataframes
compare: v2.26.0
- 18 commits
- 147 files changed
- 6 contributors
Commits on Oct 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 305e57d - Browse repository at this point
Copy the full SHA 305e57dView commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60b28bf - Browse repository at this point
Copy the full SHA 60b28bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb4df0 - Browse repository at this point
Copy the full SHA ddb4df0View commit details -
feat: make
allandanycompatible with integer columns on Polars ……session (#2154) * docs: remove import bigframes.pandas as bpd boilerplate from many samples Also, fixes several constructors that didn't take a session for compatibility with multi-session applications. * fix docs * fix unit tests * skip sklearn test * fix snapshot * plumb through session for from_tuples and from_arrays * add from_frame * make sure polars session isnt skipped on Kokoro * fix apply doctest * make doctest conftest available everywhere * add python version flexibility for to_dict * disambiguate explicit names * disambiguate explicit name none versus no name * fix for column name comparison in pandas bin op * avoid setting column labels in special case of Series(block) * revert doctest changes * revert doctest changes * revert df docstrings * add polars series unit tests * restore a test * Revert "restore a test" This reverts commit 765b678. * skip null * skip unsupported tests * revert more docs changes * revert more docs * revert more docs * fix unit tests python 3.13 * add test to reproduce name error * revert new session methods * fix TestSession read_pandas for Series * revert more unnecessary changes * even more * add unit_noextras to improve code coverage * run system tests on latest fully supported * system-3.12 not found * cap polars version * hide progress bar * relax polars upper pin
Configuration menu - View commit details
-
Copy full SHA for 6353d6e - Browse repository at this point
Copy the full SHA 6353d6eView commit details
Commits on Oct 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a6f87a0 - Browse repository at this point
Copy the full SHA a6f87a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f7e9f - Browse repository at this point
Copy the full SHA 62f7e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 118c265 - Browse repository at this point
Copy the full SHA 118c265View commit details -
feat: implement cos, sin, and log operations for polars compiler (#2170)
* feat: implement cos, sin, and log operations for polars compiler * fix domain for log * update snapshot * revert sqrt change * revert sqrt change
Configuration menu - View commit details
-
Copy full SHA for 5613e44 - Browse repository at this point
Copy the full SHA 5613e44View commit details -
feat: enhanced multimodal error handling with verbose mode for blob i…
…mage functions (#2024) * add error handling for one function, test is not clean * add verbose for image function * still have decoding issue with image normarlize to bytes * Add image normalize error handling * add eror handling for image functions * add error handling, mypy not clean * clean mypy * image function still have bug * test fix * fix testcase * Revert "fix testcase" This reverts commit 9a5bcd2. * Fix: Correctly handle destination blob series in image transformation functions * fix test * fix the bug for test_blob_image_*_to series and to_folder * fix test_blob_image_resize* and test_blob_image_normalize* * fix lint error * fix presubmit * fix mypy * cosmetic change * refactor testcase
Configuration menu - View commit details
-
Copy full SHA for f9e28fe - Browse repository at this point
Copy the full SHA f9e28feView commit details
Commits on Oct 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7ce0ac5 - Browse repository at this point
Copy the full SHA 7ce0ac5View commit details -
docs: clarify that only NULL values are handled by fillna/isna, not N…
…aN (#2176) * docs: clarify that only NULL values are handled by fillna/isna, not NaN * fix series fillna doctest
Configuration menu - View commit details
-
Copy full SHA for 8f27e73 - Browse repository at this point
Copy the full SHA 8f27e73View commit details -
docs: remove import bigframes.pandas as bpd boilerplate from many sam…
…ples (#2147) * docs: remove import bigframes.pandas as bpd boilerplate from many samples Also, fixes several constructors that didn't take a session for compatibility with multi-session applications. * fix docs * fix unit tests * skip sklearn test * fix snapshot * plumb through session for from_tuples and from_arrays * add from_frame * make sure polars session isnt skipped on Kokoro * fix apply doctest * make doctest conftest available everywhere * add python version flexibility for to_dict * disambiguate explicit names * disambiguate explicit name none versus no name * fix for column name comparison in pandas bin op * avoid setting column labels in special case of Series(block) * revert doctest changes * revert doctest changes * revert df docstrings * add polars series unit tests * restore a test * Revert "restore a test" This reverts commit 765b678. * skip null * skip unsupported tests * revert more docs changes * revert more docs * revert more docs * fix unit tests python 3.13 * add test to reproduce name error * add tests for session scoped methods * revert new session methods * fix TestSession read_pandas for Series * revert more unnecessary changes * even more * add unit_noextras to improve code coverage * run system tests on latest fully supported * system-3.12 not found * cap polars version * hide progress bar * relax polars upper pin * try to restore docs changes * remove progress bar boilerplate * remove standardd community imports boilerplate * restore bpd to datetimelike * remove bpd boilerplate * avoid bpd.NA * fix more docs * dont skip tests if polars isnt installed * fix more doctests * skip remote functions in Series.apply * feat: implement cos, sin, and log operations for polars compiler * fix domain for log * update snapshot * fix domain for log * update snapshot * revert sqrt change * revert sqrt change * fix more samples * sync polars compiler with main * avoid np in output * Update tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql * Update bigframes/core/compile/sqlglot/expressions/numeric_ops.py * upgrade requirements in polars sample * add todo for making doctest more robust
Configuration menu - View commit details
-
Copy full SHA for 1a01ab9 - Browse repository at this point
Copy the full SHA 1a01ab9View commit details -
chore: Migrate strconcat_op operator to SQLGlot (#2166)
* chore: Migrate strconcat_op operator to SQLGlot Migrated the `strconcat_op` operator from the Ibis compiler to the new SQLGlot compiler. This includes the implementation of the compiler logic and a corresponding unit test with a snapshot. * fix
Configuration menu - View commit details
-
Copy full SHA for cabbf85 - Browse repository at this point
Copy the full SHA cabbf85View commit details
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fbd405d - Browse repository at this point
Copy the full SHA fbd405dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a44e84 - Browse repository at this point
Copy the full SHA 0a44e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for e95dc2c - Browse repository at this point
Copy the full SHA e95dc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf95e3 - Browse repository at this point
Copy the full SHA ebf95e3View commit details
Commits on Oct 20, 2025
-
chore(main): release 2.26.0 (#2167)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f7b2bc - Browse repository at this point
Copy the full SHA 1f7b2bcView 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.25.0...v2.26.0