[go: up one dir, main page]

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
base: v3.3.4
Choose a base ref
...
head repository: googleapis/python-bigquery
compare: v3.3.6
Choose a head ref
  • 12 commits
  • 19 files changed
  • 7 contributors

Commits on Oct 4, 2022

  1. docs: fix typos (#1372)

    dandhlee committed Oct 4, 2022
    Copy the full SHA
    21cc525 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#1363)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Oct 4, 2022
    Copy the full SHA
    78db9ea View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. 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 committed Oct 5, 2022
    Copy the full SHA
    2afd278 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. fix(deps): allow protobuf 3.19.5 (#1379)

    * fix(deps): allow protobuf 3.19.5
    
    * explicitly exclude protobuf 4.21.0
    parthea committed Oct 7, 2022
    Copy the full SHA
    3e4a074 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Copy the full SHA
    1c0642c View commit details
    Browse the repository at this point in the history
  2. chore: release 3.3.6 (#1381)

    Release-As: 3.3.6
    
    We're going to use 3.3.5 for a break-fix release.
    parthea committed Oct 10, 2022
    Copy the full SHA
    4fce1d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. feat: reconfigure tqdm progress bar in %%bigquery magic (#1355)

    * feat: add bigquery job id to tqdm progress bar description
    
    Change-Id: I2add62e3cdd5f25f88ace2d08f212796918158b6
    
    * write to sys.stdout instead of sys.stderr
    
    Change-Id: I6c4001608af1bd8c305c53c6089d64f99605bd8c
    
    * configure progress bar
    
    Change-Id: I5788448d580b53898e75fba68ff5d5a9d12e33d6
    
    * tqdm.notebook
    
    Change-Id: I87e45085b7535083327a5fe2e51dba4b6411db00
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * reinclude ipywidgets
    
    Change-Id: Ibe0fc01db05fcfaacdbe0c074b841ead3a39afc9
    
    * reinclude ipywidgets
    
    Change-Id: I56f8f98853e83ead0e0ca743c03407a521370233
    
    * change test assertions to tqdm_notebook
    
    Change-Id: I2d55e529142ad0024ef4a98c2f15d10a73535380
    
    * change test assertions in test_magics
    
    Change-Id: I7961ff1c5e9c54930d077e67ef9e01d79e351c5f
    
    * remove ipywidgets
    
    Change-Id: I183e277fc7be8797c85d6802f4f8c3947871d4cc
    
    * update assertions in test
    
    Change-Id: I3b4a1b9460227ca49bf344362efbcc2c895d804d
    
    * update method args in query.py and table.py
    
    Change-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 commit 4114221.
    
    * Revert "add tqdm mock patch"
    
    This reverts commit ef809a0.
    
    * 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 version
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    aribray and gcf-owl-bot[bot] committed Oct 11, 2022
    Copy the full SHA
    506f781 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Copy the full SHA
    e398336 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#1382)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Oct 19, 2022
    Copy the full SHA
    36c4a63 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. 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 committed Nov 2, 2022
    Copy the full SHA
    a80f436 View commit details
    Browse the repository at this point in the history
  2. fix(deps): allow pyarrow < 11 (#1393)

    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    parthea and chalmerlowe committed Nov 2, 2022
    Copy the full SHA
    c898546 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. chore(main): release 3.3.6 (#1375)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Nov 4, 2022
    Copy the full SHA
    5d3e5d3 View commit details
    Browse the repository at this point in the history