base repository: googleapis/python-bigquery
base: v2.0.0
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.1.0
- 8 commits
- 14 files changed
- 9 contributors
Commits on Oct 1, 2020
chore(deps): update dependency google-cloud-bigquery to v2 (#287)
renovate-bot authoredOct 1, 2020 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Oct 6, 2020
test: update tests to support latest google-cloud-core (#276)
`google-cloud-core` version 1.4.2 populates `prettyPrint=false` by default. Update the connection tests to expect a value for `prettyPrint`.
tswast authoredOct 6, 2020 feat: add constants for MONTH and YEAR time partitioning types (#283)
Co-authored-by: Steffany Brown <[email protected]>
docs(samples): add create_table_clustered code snippet (#291)
* docs(samples): add create_table_clustered code snippet * docs(samples): add create_table_clustered code snippet * fix unit test and lint Co-authored-by: Tim Swast <[email protected]>
Commits on Oct 7, 2020
perf: remove redundant array deepcopy (#26)
* perf(bigquery): remove redundant array deepcopy deepcopy can be a very costly operation when considering large arrays with complex nested objects. refactor helpers to allow recursive conversion without copying arrays. * add check to ignore REPEATED mode * Update google/cloud/bigquery/_helpers.py Co-authored-by: Bu Sun Kim <[email protected]> Co-authored-by: Tres Seaver <[email protected]> Co-authored-by: Tim Swast <[email protected]> Co-authored-by: Bu Sun Kim <[email protected]>
chore(python): skip reporting coverage for namespace package (#279)
* chore(python): remove note about editable installs `pip install -e .` is supported and is how we install the library for tests. Source-Author: Bu Sun Kim <[email protected]> Source-Date: Tue Sep 22 12:06:12 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d Source-Link: googleapis/synthtool@a651c5f * chore(python): skip reporting coverage for namespace package Source-Author: Tres Seaver <[email protected]> Source-Date: Wed Sep 23 10:58:13 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f3c04883d6c43261ff13db1f52d03a283be06871 Source-Link: googleapis/synthtool@f3c0488 Co-authored-by: Tim Swast <[email protected]>
Commits on Oct 8, 2020
fix: remove unnecessary dependency on libcst (#308)
* fix: remove unnecessary dependency on libcst * remove scripts Co-authored-by: Steffany Brown <[email protected]>
🤖 I have created a release \*beep\* \*boop\* --- ## [2.1.0](https://www..com/googleapis/python-bigquery/compare/v2.0.0...v2.1.0) (2020-10-08) ### Features * add constants for MONTH and YEAR time partitioning types ([#283](https://www..com/googleapis/python-bigquery/issues/283)) ([9090e1c](https://www..com/googleapis/python-bigquery/commit/9090e1ccd8825a97835325b4829f6e7ecfd9ea88)) ### Bug Fixes * remove unnecessary dependency on libcst ([#308](https://www..com/googleapis/python-bigquery/issues/308)) ([c055930](https://www..com/googleapis/python-bigquery/commit/c05593094c1405f752b2c51b15202a6dbb5cb83f)) ### Performance Improvements * remove redundant array deepcopy ([#26](https://www..com/googleapis/python-bigquery/issues/26)) ([b54f867](https://www..com/googleapis/python-bigquery/commit/b54f86769c982ce5c8fcbf3889f82450428bb40c)) ### Documentation * **samples:** add create_table_clustered code snippet ([#291](https://www..com/googleapis/python-bigquery/issues/291)) ([d1eb8b3](https://www..com/googleapis/python-bigquery/commit/d1eb8b3dcc789916c5d3ba8464f62b1f8bef35ff)) --- This PR was generated with [Release Please](https://.com/googleapis/release-please).
release-please[bot] authoredOct 8, 2020 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
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 v2.0.0...v2.1.0
Uh oh!
There was an error while loading. Please reload this page.