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.20.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.21.0
Choose a head ref
  • 8 commits
  • 169 files changed
  • 5 contributors

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    090ce8e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    0fc795a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81dbf9a View commit details
    Browse the repository at this point in the history
  3. fix: allow bigframes.options.bigquery.credentials to be None (#2092)

    * fix: allow bigframes.options.bigquery.credentials to be `None`
    
    This is a partial revert of "perf: avoid re-authenticating if
    credentials have already been fetched (#2058)", commit
    913de1b.
    
    * add unit test
    tswast authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    78f4001 View commit details
    Browse the repository at this point in the history
  4. feat: support average='binary' in precision_score() (#2080)

    * feat: support 'binary' for precision_score
    
    * add test
    
    * use unique(keep_order=False) to count unique items
    
    * use local variables to hold unique classes
    
    * use concat before checking unique labels
    
    * fix test
    sycai authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    920f381 View commit details
    Browse the repository at this point in the history
  5. refactor: reorganize the sqlglot scalar compiler layout - part 2 (#2093)

    This change follows up on #2075 by splitting unary_compiler.py and its unit test file into smaller files.
    chelsea-lin authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    bbd95e5 View commit details
    Browse the repository at this point in the history
  6. feat: support pandas series in ai.generate_bool (#2086)

    * feat: support pandas series in ai.generate_bool
    
    * fix mypy error
    
    * define PROMPT_TYPE with Union
    
    * fix type
    
    * update test
    
    * update comment
    
    * fix mypy
    
    * fix return type
    
    * update doc
    
    * fix doctest
    sycai authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    a3de53f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. chore(main): release 2.21.0 (#2090)

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