-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-magics
base: v0.2.0
head repository: googleapis/python-bigquery-magics
compare: v0.3.0
- 6 commits
- 18 files changed
- 6 contributors
Commits on Sep 13, 2024
-
refactor: use dataclass for Context to reduce boilerplate (#53)
* refactor: use dataclass for Context to reduce boilerplate * Fix test cover workflow. Ref: googleapis/python-bigquery-dataframes#948 * Fix field name * fix docstring indentation
Configuration menu - View commit details
-
Copy full SHA for aa4b655 - Browse repository at this point
Copy the full SHA aa4b655View commit details
Commits on Sep 17, 2024
-
refactor: break down _cell_magic() into several helper functions to i… (
#54) * refactor: break down _cell_magic() into several helper functions to improve readability * Fix import * fix test failures * 🦉 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 * fix type hint for pre 3.9 compatibility * remove unused variable in test --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e222deb - Browse repository at this point
Copy the full SHA e222debView commit details -
build(python): release script update (#55)
Source-Link: googleapis/synthtool@71a7297 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for e720063 - Browse repository at this point
Copy the full SHA e720063View commit details -
chore(deps): update all dependencies (#56)
* chore(deps): update all dependencies * 🦉 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> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for b0b7bec - Browse repository at this point
Copy the full SHA b0b7becView commit details
Commits on Sep 20, 2024
-
feat: add support for BigQuery DataFrames. Set
context.engine
to 'b……igframes' to support query results larger than 10 GB (#58) * define 'engine' field in the conext * use bigframes API when the context.engine says so * remove unnecessary deps * relax pip deps * undo pip deps * make bigframes an optional dependency * fix format * use 'is' for None checks * 🦉 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 * parametrize bigframes installation * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * define unit_bf with bf installation to make owlbot happy * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * parametrize bf installation and disable owlbot enforcement on the noxfile * chang owlbot file to test optional bf deps * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for 90ba05f - Browse repository at this point
Copy the full SHA 90ba05fView commit details
Commits on Sep 23, 2024
-
chore(main): release 0.3.0 (#59)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef2becf - Browse repository at this point
Copy the full SHA ef2becfView commit details
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.2.0...v0.3.0