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.10.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.11.0
Choose a head ref
  • 14 commits
  • 57 files changed
  • 9 contributors

Commits on Jun 25, 2024

  1. fix: include internally required packages in remote_function hash (#…

    …799)
    
    * fix: include internally required packages in `remote_function` id computation
    
    * refactor to keep the tests supported
    shobsi authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4b8fc15 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    487dff6 View commit details
    Browse the repository at this point in the history
  2. feat: Add Series.peek to preview data efficiently (#727)

    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    TrevorBergeron and tswast authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    580e1b9 View commit details
    Browse the repository at this point in the history
  3. feat: add .agg support for size (#792)

    * feat: add .agg support for size
    
    * undo test change.
    
    * logic fix.
    
    * type update
    
    * Apply suggestions from code review
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    87e6018 View commit details
    Browse the repository at this point in the history
  4. feat: Add bigframes.streaming.to_pubsub method to create continuous…

    … query that writes to Pub/Sub (#801)
    
    * Add to_pubsub streaming method
    
    * fix comment
    
    * fix comment further
    
    * remove accidental files
    
    * remove more accidental files
    
    * remove another accidental file
    
    * use service account
    
    * fix return value
    
    * pass session
    
    * have the user provide the service account
    
    * fix mypy error
    
    * address comments
    
    * update service account name
    
    * fix invalid character in label
    
    * rename service_account to service_account_email
    
    * move streaming tests to own tables
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    milkshakeiii and tswast authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b47f32d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. feat: expose gcf memory param in remote_function (#803)

    * feat: expose gcf memory param in `remote_function`
    
    * add the reported broken usecase as a test
    
    * fix mypy failure
    
    * revert test that is prone to timing out during deployment
    shobsi authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    014765c View commit details
    Browse the repository at this point in the history
  2. chore: add groupby benchmark q10, update q8 (#809)

    * chore: add groupby benchmark q10, update q8
    
    * update code
    Genesis929 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3da559e View commit details
    Browse the repository at this point in the history
  3. feat: add DataFrame.to_arrow to create Arrow Table from DataFrame (#…

    …807)
    
    * feat: add `DataFrame.to_arrow` to create Arrow Table from DataFrame
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * type annotation for sample
    
    * align index names in to_arrow
    
    * better assertions
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    tswast and gcf-owl-bot[bot] authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1e3feda View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. refactor: Decorate api methods that require total ordering (#802)

    * refactor: label all apis that use total ordering
    
    * reorganize flags
    
    * fix config reference and add another test
    
    * fix broken attribute reference
    
    * add _session property to groupby objects
    
    * restore session_tokyo fixture
    
    * add docstring for OrderRequiredError
    
    * add _session property to index object
    
    * handled methods where only some parameterizations need total order
    
    * fix inverted validation
    
    * import validations module and not functions
    
    * mark some analytic ops as order independent
    
    * rename validate.py to validations.py
    
    * docstring for WindowSpec.row_bounded
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    TrevorBergeron and tswast authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ec5b068 View commit details
    Browse the repository at this point in the history
  2. feat: add PolynomailFeatures to_gbq and pipeline support (#805)

    * feat: add ml.preprocessing.PolynomialFeatures class
    
    * feat: add PolynomailFeatures to_gbq and pipeline support
    
    * fix tests
    
    * fix tests
    GarrettWu authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    57d98b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. feat: bigframes.bigquery.json_set (#782)

    * feat: bigframes.bigquery.json_set
    
    * add tests
    
    * fix
    
    * fixes
    
    * update to binary operator for series supports
    
    * supports more than two pairs, defines as ibis udf
    
    * add more tests
    chelsea-lin authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1b613e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b1f07f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136dc24 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.11.0 (#806)

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