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: v1.30.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: v1.31.0
Choose a head ref
  • 9 commits
  • 24 files changed
  • 9 contributors

Commits on Jan 3, 2025

  1. fix: reduce the number of labels added to query jobs (#1245)

    * fix: reduce the number of labels added to query jobs
    
    Fixes internal issue 386825477
    
    * fix unit tests
    tswast authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    fdcdc18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f08da View commit details
    Browse the repository at this point in the history
  3. fix: raise if trying to change ordering_mode after session has star…

    …ted (#1252)
    
    * fix: raise if trying to change `ordering_mode` after session has started
    
    * fix lint and add unit tests
    
    * fix mypy
    tswast authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    8cfaae8 View commit details
    Browse the repository at this point in the history
  4. Update semantic_operators.ipynb (#1254)

    Rename semantic operator to AI operator in the introduction.
    jiaxunwu authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    7f8c972 View commit details
    Browse the repository at this point in the history
  5. feat: implement confirmation threshold for semantic operators (#1251)

    * feat: implement confirmation threshold for semantic operators
    
    * fix format
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add doc
    
    * raise exception when the user didn't confirm to proceed
    
    * fix prompt format
    
    * add sem ops autofail option
    
    * fix doc
    
    * use option_context to set options in tests
    
    * remove redundant code
    
    * fix tests
    
    * fix doctest
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sycai and gcf-owl-bot[bot] authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    5ba4511 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. docs: remove bq studio link (#1258)

    * remove bq studio link
    
    * remove a box that is added by mistake
    
    ---------
    
    Co-authored-by: Shuowei Li <[email protected]>
    Shuowei Li and shuoweil authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    dd4fd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b483932 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

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

Commits on Jan 6, 2025

  1. chore(main): release 1.31.0 (#1255)

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