- Notifications
You must be signed in to change notification settings - Fork321
Comparing changes
Open a pull request
base repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
base:28deba6
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:5d3e5d3
- 12commits
- 19files changed
- 7contributors
Commits on Oct 4, 2022
- dandhlee authored
Oct 4, 2022 chore(deps): update all dependencies (#1363)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Oct 5, 2022
Fix: refactor to adapt to changes to shapely dependency (#1376)
* fix: refactored to account for changes in dependency* Removes comment and ensures linting success* refactor to use loads() function* fix: refactors to account for changes to shapely dependency* fix: refactors to account for changes to shapely dependency* blacken the code* add mypy ignore flag for shapely import
chalmerlowe authoredOct 5, 2022
Commits on Oct 7, 2022
fix(deps): allow protobuf 3.19.5 (#1379)
* fix(deps): allow protobuf 3.19.5* explicitly exclude protobuf 4.21.0
parthea authoredOct 7, 2022
Commits on Oct 10, 2022
chore(deps): update all dependencies (#1380)
renovate-bot authoredOct 10, 2022 Release-As: 3.3.6We're going to use 3.3.5 for a break-fix release.
parthea authoredOct 10, 2022
Commits on Oct 11, 2022
feat: reconfigure tqdm progress bar in %%bigquery magic (#1355)
* feat: add bigquery job id to tqdm progress bar descriptionChange-Id: I2add62e3cdd5f25f88ace2d08f212796918158b6* write to sys.stdout instead of sys.stderrChange-Id: I6c4001608af1bd8c305c53c6089d64f99605bd8c* configure progress barChange-Id: I5788448d580b53898e75fba68ff5d5a9d12e33d6* tqdm.notebookChange-Id: I87e45085b7535083327a5fe2e51dba4b6411db00* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* reinclude ipywidgetsChange-Id: Ibe0fc01db05fcfaacdbe0c074b841ead3a39afc9* reinclude ipywidgetsChange-Id: I56f8f98853e83ead0e0ca743c03407a521370233* change test assertions to tqdm_notebookChange-Id: I2d55e529142ad0024ef4a98c2f15d10a73535380* change test assertions in test_magicsChange-Id: I7961ff1c5e9c54930d077e67ef9e01d79e351c5f* remove ipywidgetsChange-Id: I183e277fc7be8797c85d6802f4f8c3947871d4cc* update assertions in testChange-Id: I3b4a1b9460227ca49bf344362efbcc2c895d804d* update method args in query.py and table.pyChange-Id: I9a2bf2b54579668ff36ed992e599f4c7fabe918c* string formatting* fix typo* fix incorrect import structure for tqdm notebook* change default decorator back to tqdm* modify system test* add ipywidgets package for tqdm.notebook feature, set tqdm.notebook as default decorator for bq magic* change test assertion in test_query_pandas* revert test changes* reformat import statement* reformat import statement* remove timeouterror side effect* add tqdm mock patch* Revert "reformat import statement"This reverts commit4114221.* Revert "add tqdm mock patch"This reverts commitef809a0.* add timeout side effect* fix assertion* fix import* change mock patch to tqdm* move assertion* move assertions* add timeout side effect* adjust import statement, mock.patch tqdm* create fixture* revert import change* add import from helper* fix linting* remove unused imort* set ipywidgets version to 7.7.1* set ipywidgets version to 7.7.1* set ipywidgets version to 7.7.1* bump sphinx version* bump sphinx versionCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Oct 19, 2022
fix(deps): require requests>=2.21.0 (#1388)
parthea authoredOct 19, 2022 chore(deps): update all dependencies (#1382)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Nov 2, 2022
fix: corrects test for non-existent attribute (#1395)
* fix: corrects test for non-existent attribute* updates import statement to fix linting issue* updates a test to check for Python version* updates comments
chalmerlowe authoredNov 2, 2022
Commits on Nov 4, 2022
chore(main): release 3.3.6 (#1375)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredNov 4, 2022
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 28deba6...5d3e5d3
Uh oh!
There was an error while loading.Please reload this page.