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.9.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.10.0
Choose a head ref
  • 13 commits
  • 53 files changed
  • 6 contributors

Commits on Jul 1, 2025

  1. refactor: subclass DerefOp as ResolvedDerefOp (#1874)

    * refactor: subclass DerefOp as ResolvedDerefOp
    
    * replace the `field` attribute by id, dtype, nullable
    
    * final cleanup
    chelsea-lin authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    7c9b816 View commit details
    Browse the repository at this point in the history
  2. docs: update gsutil commands to gcloud commands (#1876)

    Co-authored-by: Tim Sweña (Swast) <swast@google.com>
    aliciawilliams and tswast authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    c289f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d6fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6454aff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f30f750 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. refactor: add _join_condition for all types (#1880)

    Fixes internal issue 427501553
    chelsea-lin authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3e6dfe7 View commit details
    Browse the repository at this point in the history
  2. refactor: add compile_random_sample (#1884)

    Fixes internal issue 429248387
    chelsea-lin authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    7e8658b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    e43d15d View commit details
    Browse the repository at this point in the history
  2. fea: support multi index for dataframe where (#1881)

    * feat: support multi index for dataframe where
    
    * fix test
    
    * fix
    
    * resolve the comments
    jialuoo authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    4185afe View commit details
    Browse the repository at this point in the history
  3. chore: round earlier in TPC-H q15 to try and reduce non-determinism d…

    …ue to aggregating twice (#1877)
    
    * chore: round earlier in TPC-H q15 to try and reduce non-determinism due to aggregating twice
    
    * remove unnecessary code
    tswast authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    dba2a6e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    8715105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0581a2a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.10.0 (#1879)

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