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: v0.19.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: v0.19.1
Choose a head ref
  • 10 commits
  • 31 files changed
  • 7 contributors

Commits on Jan 10, 2024

  1. fix: handle multi-level columns for df aggregates properly (#305)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    TrevorBergeron authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5bb45ba View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. fix: update max_output_token limitation. (#308)

    * fix: update max_output_token limitation.
    
    * update format
    
    * update if-else condition.
    
    * update else
    
    * logic update.
    
    ---------
    
    Co-authored-by: Ashley Xu <[email protected]>
    Genesis929 and ashleyxuu authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5cccd36 View commit details
    Browse the repository at this point in the history
  2. refactor: define scalar expression structs (#309)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    TrevorBergeron authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8922e5e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. refactor: refactor block materialization (#306)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    TrevorBergeron authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4a1a1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9150c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb64f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    cd2c729 View commit details
    Browse the repository at this point in the history
  2. build(python): fix docs and docfx builds (#319)

    * build(python): fix `docs` and `docfx` builds
    
    Source-Link: googleapis/synthtool@fac8444
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
    
    * Update noxfile.
    
    * update noxfile docfx
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Huan Chen <[email protected]>
    Co-authored-by: Huan Chen <[email protected]>
    4 people authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c057658 View commit details
    Browse the repository at this point in the history
  3. chore: add polished ml fundamental notebooks and retire the old one (#…

    …310)
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes internal issue #303708466 🦕
    ashleyxuu authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e165ba8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. chore(main): release 0.19.1 (#311)

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