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.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: v1.21.0
Choose a head ref
  • 14 commits
  • 71 files changed
  • 7 contributors

Commits on Sep 26, 2024

  1. chore: run doctest and notebook tests in bigframes-testing project (#976

    )
    
    * chore: target bigframes-testing project for doctest and notebook tests
    
    * skip the axis=1 multi index test temporarily
    
    * regionalized notebook to honor GOOGLE_CLOUD_PROJECT
    
    * temporarily disable southamerica-west1 for regionalization testing
    
    This is to confirm that only southamerica-west1 has issue running notebook test
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * restore southameria-west1 for regionalization testing
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    shobsi and gcf-owl-bot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1604139 View commit details
    Browse the repository at this point in the history
  2. feat: add ml.model_selection.cross_validate support (#1020)

    * feat: add ml.model_selection.cross_validate support
    
    * use time.perf_count
    GarrettWu authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1a38063 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89e92e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ff11ac8 View commit details
    Browse the repository at this point in the history
  2. refactor: move reader functions from __init__.py to a separate file…

    … under the pandas package (#1023)
    
    * refactor: move reader functions from __init__.py to a separate file under pandas package
    
    * fix type in __all__
    
    * move read functions under bigframes.pandas.io.api to reflect the structure of pandas
    
    * move read functions under bigframes.pandas.io.api to reflect the structure of pandas
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update function import
    
    * fix missing comma
    
    * try to fix dup doc by directly import types from pandas
    
    * fix doc generation
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sycai and gcf-owl-bot[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2d18815 View commit details
    Browse the repository at this point in the history
  3. feat: allow access of struct fields with dot operators on Series (#…

    …1019)
    
    * feat: allow access of struct fields with dot operators for Series
    
    * fix infinite recursion of __getattr__()
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix typing and version
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sycai and gcf-owl-bot[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ef76f13 View commit details
    Browse the repository at this point in the history
  4. feat: add DeprecationWarning for PaLM2TextEmbeddingGenerator (#1018)

    * feat: add DeprecationWarning for PaLM2TextEmbeddingGenerator
    
    * fix wording
    
    * fix wording
    
    * use typing_extensions instead
    GarrettWu authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4af5bbb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix: remove pre-caching of remote function results (#1028)

    This will save redundant remote function execution as reported in
    b/370088754. The trade-off is that any remote function integration
    issues will be caughts only at a later point through a usage triggered
    sql execution. Why the caching is not working as indended in the
    reported use case in the bug? as per TrevorBergeron@ "the cached execution is useless when it is implicitly joined back to the base dataframe"
    shobsi authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0359bc8 View commit details
    Browse the repository at this point in the history
  2. chore: internal version of resample. (#1004)

    * chore: internal version of resample.
    
    * skip legacy pandas
    
    * replace generate array with range.
    
    * update casts
    
    * update to avoid ibis 9 aggregation bug.
    
    * re-order the code to avoid ibis 9 'must be qualified with a dataset' bug.
    
    * update comments
    
    * add unordered mode test
    
    * test case with duplicate
    
    * updates
    
    * doc updates
    
    * node updates
    
    * fix doc
    
    * fix doc
    Genesis929 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a5ad033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4992cc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1183b0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    057f3f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4105dba View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.21.0 (#1025)

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