Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.0
Choose a head ref
  • 20 commits
  • 117 files changed
  • 10 contributors

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    15b8449 View commit details
    Browse the repository at this point in the history
  2. chore: fix benchmark file count mismatch issue. (#1909)

    * chore: fix benchmark file count mismatch issue.
    
    * reverse
    Genesis929 authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    2baa0e0 View commit details
    Browse the repository at this point in the history
  3. feat: provide day_of_year and day_of_week for dt accessor (#1911)

    * feat: provide day_of_year and day_of_week for dt accessor
    
    * fix mypy
    
    * fix lint
    
    * fix format
    
    * fix doc
    sycai authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    40e7638 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. feat: support params max_batching_rows, container_cpu, and `conta…

    …iner_memory` for `udf` (#1897)
    
    * feat: support new runtime options for udf
    
    * fix
    
    * fix test
    
    * fix test
    
    * resolve the comments
    jialuoo authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    8baa912 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. fix: resolve location reset issue in bigquery options (#1914)

    * fix: resolve location reset issue in bigquery options
    
    * fix
    
    * fix
    
    * fix the test
    jialuoo authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    c15cb8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdcd02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c54fc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. refactor: sqlglot scalar unit tests expressions (#1916)

    The sqlglot scalar unit tests are being converted to use ArrayValue for operations, since some scalar functions do not have a matching pandas API.
    chelsea-lin authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    e5d996c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. fix: Series.str.isdigit in unicode superscripts and fractions (#1924)

    * fix: Series.str.isdigit in unicode subscripts
    
    * fix test
    GarrettWu authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    8d46c36 View commit details
    Browse the repository at this point in the history
  2. docs: add code snippets for session and IO public docs (#1919)

    * docs: add code snippets for session and IO public docs
    
    * fix lint
    
    * undo test file deletion
    
    * fix typo
    sycai authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6e01cbe View commit details
    Browse the repository at this point in the history
  3. chore: migrate 10 scalar operators to SQLGlot (#1922)

    This change contains three commits generated by Gemini CLI tool:
    
    - Migrated cos, hash, isnull, notnull, and sin operators.
    - Migrated tan_op, arcsin_op, arccos_op, arctan_op, and sinh_op scalar operators to SQLGlot.
    
    Fixes internal issue 430133370
    chelsea-lin authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    25ab0d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    4da309e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8c426 View commit details
    Browse the repository at this point in the history
  3. refactor: provide infrastructure for SQLGlot aggregations compiler (#…

    …1926)
    
    Fixes internal issue 431277229
    chelsea-lin authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    c57f04e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0cefd3 View commit details
    Browse the repository at this point in the history
  5. chore: migrate 15 scalar operators to SQLGlot (#1925)

    This change contains three commits generated by Gemini CLI tool:
    
    Migrated cosh_op, tanh_op, arcsinh_op, arccosh_op, and arctanh_op scalar operators to SQLGlot.
    Migrated abs_op, capitalize_op, ceil_op, date_op, and day_op scalar operators to SQLGlot.
    Migrated dayofweek_op, dayofyear_op, exp_op, expm1_op, and floor_op scalar operators to SQLGlot.
    
    Fixes internal issue 430133370
    chelsea-lin authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    07bce8e View commit details
    Browse the repository at this point in the history
  6. feat: add code samples for dbt bigframes integration (#1898)

    * feat: add code samples for dbt bigframes integration
    
    * fix
    
    * improve comments
    
    * resolve the comments
    
    * add section in readme
    
    * fix
    jialuoo authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    7e03252 View commit details
    Browse the repository at this point in the history
  7. chore: migrate 12 scalar operators to SQLGlot (#1929)

    Migrated operators:
    - hour_op
    - invert_op
    - isalnum_op
    - isalpha_op
    - isdecimal_op
    - isdigit_op
    - islower_op
    - isnumeric_op
    - isspace_op
    - isupper_op
    - iso_day_op
    - iso_week_op
    chelsea-lin authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    f8d851f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. feat: support typed pyarrow.Scalar in assignment (#1930)

    * I am working on adding support for pyarrow.Scalar to infer_literal_method.
    
    * Update setup.py
    
    * Update tests/unit/core/test_dtypes.py
    
    * patch ibis
    
    * increase timeout
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * lint
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    cd28e12 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.12.0 (#1912)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    b47a124 View commit details
    Browse the repository at this point in the history
Loading