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.24.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.25.0
Choose a head ref
  • 8 commits
  • 35 files changed
  • 8 contributors

Commits on Oct 25, 2024

  1. feat: Add warning when user tries to access struct series fields with…

    … `__getitem__` (#1082)
    
    * feat: add warning when accessing structs with wrong method
    
    * polishing words
    
    * move test from unit to system
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add more tests
    
    * polish tests
    
    * upgrade test setup
    
    * define a dedicated warning and set a stack level at warning site
    
    * fix format
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix doc
    
    * Apply suggestions from code review
    
    * update doc
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Sweña (Swast) <swast@google.com>
    3 people authored Oct 25, 2024
    Copy the full SHA
    20e5c58 View commit details

Commits on Oct 28, 2024

  1. Copy the full SHA
    5528b4d View commit details

Commits on Oct 29, 2024

  1. feat: support context manager for bigframes session (#1107)

    * feat: support context manager for bigframes session
    
    * add table cleanup tests for session context manager
    
    * rename ctor, split large test
    shobsi authored Oct 29, 2024
    Copy the full SHA
    5f7b8b1 View commit details
  2. feat: allow fit to take additional eval data in linear and ensemble…

    … models (#1096)
    
    * feat: allow `fit` to take additional eval data
    
    The additional eval data would be used to measure the fitted model and
    attach the measurement to the underlying BQML model, which can be used
    as benchmark for the model consumers in BigQuery Studio and otherwise.
    
    * subclass from TrainablePredictor
    
    * add support for fit-time evaluation in ensemble models
    
    * fetch logistic regression eval numbers from multiClassClassificationMetrics
    
    * use the generic type template
    
    * update vendored docstrings for fit taking X_eval, y_eval
    
    * update key to fetch model eval metrics
    
    * enfore binary classification in the logistic regression test
    shobsi authored Oct 29, 2024
    Copy the full SHA
    254875c View commit details
  3. perf: improve series.unique performance and replace drop_duplicates i… (

    #1108)
    
    * perf: improve series.unique performance and replace drop_duplicates in tpch test.
    
    * change variable name
    
    * update docstring and index.
    
    * update flag to control behavior.
    
    * update examples
    
    * delete empty line
    
    * keep order error
    
    * reduce query_count
    
    * improve q16
    
    * benchmark updates
    Genesis929 authored Oct 29, 2024
    Copy the full SHA
    499f24a View commit details
  4. Copy the full SHA
    b5ca1d9 View commit details
  5. feat: add the ground_with_google_search option for GeminiTextGenera…

    …tor predict (#1119)
    
    * feat: add  option for GeminiTextGenerator predict
    
    * add pricing link to the warning message
    chelsea-lin authored Oct 29, 2024
    Copy the full SHA
    ca02cd4 View commit details
  6. chore(main): release 1.25.0 (#1116)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 29, 2024
    Copy the full SHA
    8962b4e View commit details
Loading