Thanks to visit codestin.com
Credit goes to github.com

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.26.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.27.0
Choose a head ref
  • 14 commits
  • 40 files changed
  • 9 contributors

Commits on Nov 12, 2024

  1. docs: document groupby.head and groupby.size methods (#1111)

    * chore: add groupby.head and groupby.size methods
    
    * Fix failing doctest
    
    * Fix doctest error
    
    * Fix doctest error
    
    * Update third_party/bigframes_vendored/pandas/core/groupby/__init__.py
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    arwas11 and tswast authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a61eb4d View commit details
    Browse the repository at this point in the history
  2. fix: exclude index columns from model fitting processes. (#1138)

    * fix: exclude index columns from model fitting processes.
    
    * update logic
    
    * fix unit test
    
    * remove empty line
    Genesis929 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8d4da15 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix: dataframe fillna with scalar. (#1132)

    * fix: dataframe fillna with string scalar.
    
    * update type supports
    
    * remove case that pandas has issue
    
    * update annotation
    Genesis929 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    37f8c32 View commit details
    Browse the repository at this point in the history
  2. fix: unordered mode too many labels issue. (#1148)

    * fix: unordered mode too many labels issue.
    
    * update test
    
    * update test
    
    * Update test
    Genesis929 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7216b21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9752da1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4d17ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f192324 View commit details
    Browse the repository at this point in the history
  6. chore: add blob experimental flag (#1150)

    * chore: add blob experimental flag
    
    * revert notebook
    GarrettWu authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    524ac91 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. build: use multiScm for Kokoro release builds (#1125)

    Source-Link: googleapis/synthtool@0da1658
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5cddfe2fb5019bbf78335bc55f15bc13e18354a56b3ff46e1834f8e540807f05
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e0962e8 View commit details
    Browse the repository at this point in the history
  2. chore(python): update dependencies in .kokoro/docker/docs (#1145)

    Source-Link: googleapis/synthtool@59171c8
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    3 people authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e1af9f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abcb059 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 16, 2024

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

Commits on Nov 18, 2024

  1. chore(main): release 1.27.0 (#1146)

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