Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.1.0
Choose a base ref
Loading
...
head repository:googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.2.0
Choose a head ref
Loading
  • 18commits
  • 43files changed
  • 10contributors

Commits on Oct 9, 2020

  1. docs: update snippets samples to support version 2.0 (#309)

    * docs: update snippets samples to support version 2.0For some reason, old versions of the google-cloud-bigquery-storagelibrary were still getting used. This pins those dependencies directly,instead.Also, updates the samples to remove warnings about `client.dataset`.* blacken
    @tswast
    tswast authoredOct 9, 2020
    Configuration menu
    Copy the full SHA
    61634beView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0683081View commit details
    Browse the repository at this point in the history
  3. chore: start tracking obsolete files (#310)

    This PR was generated using Autosynth. 🌈Synth log will be available here:https://source.cloud.google.com/results/invocations/4563ab42-f1d6-4a7f-8e48-cc92dfba56b5/targets- [ ] To automatically regenerate this PR, check this box.PiperOrigin-RevId: 334645418Source-Link:googleapis/googleapis@c941026
    @yoshi-automation
    yoshi-automation authoredOct 9, 2020
    Configuration menu
    Copy the full SHA
    35627d1View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. fix: use version.py instead of pkg_resources.get_distribution (#307)

    * fix: use version.py instead of pkg_resources.get_distribution* fix: nit
    @HemangChothani
    HemangChothani authoredOct 12, 2020
    Configuration menu
    Copy the full SHA
    b8f502bView commit details
    Browse the repository at this point in the history
  2. deps: require pyarrow for pandas support (#314)

    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:- [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea- [X] Ensure the tests and linter pass- [X] Code coverage does not decrease (if any source code was changed)- [X] Appropriate docs were updated (if necessary)Fixes#265 🦕
    @cguardia
    cguardia authoredOct 12, 2020
    Configuration menu
    Copy the full SHA
    801e4c0View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    07c70f0View commit details
    Browse the repository at this point in the history
  2. docs: update clustering field docstrings (#286)

    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:- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea- [x] Ensure the tests and linter pass- [x] Code coverage does not decrease (if any source code was changed)- [x] Appropriate docs were updated (if necessary)Fixes#285  🦕
    @ryanyuan
    ryanyuan authoredOct 13, 2020
    Configuration menu
    Copy the full SHA
    5ea1eceView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f473bView commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency matplotlib to v3.3.2 (#260)

    Co-authored-by: Tim Swast <swast@google.com>
    @renovate-bot@tswast
    renovate-bot andtswast authoredOct 13, 2020
    Configuration menu
    Copy the full SHA
    c69cd50View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. perf: add size parameter for load table from dataframe and json metho…

    …ds (#280)* feat: add size parameter for load from dataframe and json* pref: calculate length of encoded string
    @HemangChothani
    HemangChothani authoredOct 14, 2020
    Configuration menu
    Copy the full SHA
    3be78b7View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb401bdView commit details
    Browse the repository at this point in the history
  3. feat: allow client options to be set in magics context (#322)

    * feat: allow client options to be set in magics context* add separate client options for storage client
    @cguardia
    cguardia authoredOct 14, 2020
    Configuration menu
    Copy the full SHA
    5178b55View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. refactor: update Job classes to use common _properties pattern (#323)

    Instead of mixing _properties and plain-old Python objects, always use_properties as the source of truth.This has the side-effect of properly reloading the whole job resource.Previously some properties were not reloaded.
    @tswast
    tswast authoredOct 16, 2020
    Configuration menu
    Copy the full SHA
    d093cd4View commit details
    Browse the repository at this point in the history
  2. deps: add protobuf dependency (#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:- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea- [x] Ensure the tests and linter pass- [x] Code coverage does not decrease (if any source code was changed)- [x] Appropriate docs were updated (if necessary)Fixes#305
    @anistark
    anistark authoredOct 16, 2020
    Configuration menu
    Copy the full SHA
    cebb5e0View commit details
    Browse the repository at this point in the history
  3. tests: split out snippets builds (#219)

    @tmatsuo Emulating PR#207. I don't know if I'm missing anything:  e.g., I don't quite understand what the `split_system_tests=True` does in the `synth.py` there.Toward#191
    @tseaver
    tseaver authoredOct 16, 2020
    Configuration menu
    Copy the full SHA
    29dd573View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    b0dd892View commit details
    Browse the repository at this point in the history
  2. feat: add support for listing arima, automl, boosted tree, DNN, and m…

    …atrix factorization models (#328)* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore: update proto definitions for bigquery/v2 to support BQML statisticsPiperOrigin-RevId: 337113354Source-Author: Google APIs <noreply@google.com>Source-Date: Wed Oct 14 10:04:20 2020 -0700Source-Repo: googleapis/googleapisSource-Sha: 215c12ade72d9d9616457d9b8b2f8a37f38e79f3Source-Link:googleapis/googleapis@215c12a* fix: manually revert `type` to `type_` breaking changeThis should allow us to merge the fixes for `list_models` and avoid a breaking change until `proto-plus` becomes acceptable for our use.* feat: add BIGNUMERIC to data type enumsCo-authored-by: Tim Swast <swast@google.com>
    @yoshi-automation@tswast
    yoshi-automation andtswast authoredOct 19, 2020
    Configuration menu
    Copy the full SHA
    502a092View commit details
    Browse the repository at this point in the history
  3. chore: release 2.2.0 (#321)

    🤖 I have created a release \*beep\* \*boop\* ---## [2.2.0](https://www.github.com/googleapis/python-bigquery/compare/v2.1.0...v2.2.0) (2020-10-19)### Features* add method api_repr for table list item ([#299](https://www.github.com/googleapis/python-bigquery/issues/299)) ([07c70f0](https://www.github.com/googleapis/python-bigquery/commit/07c70f0292f9212f0c968cd5c9206e8b0409c0da))* add support for listing arima, automl, boosted tree, DNN, and matrix factorization models ([#328](https://www.github.com/googleapis/python-bigquery/issues/328)) ([502a092](https://www.github.com/googleapis/python-bigquery/commit/502a0926018abf058cb84bd18043c25eba15a2cc))* add timeout paramter to load_table_from_file and it dependent methods ([#327](https://www.github.com/googleapis/python-bigquery/issues/327)) ([b0dd892](https://www.github.com/googleapis/python-bigquery/commit/b0dd892176e31ac25fddd15554b5bfa054299d4d))* add to_api_repr method to Model ([#326](https://www.github.com/googleapis/python-bigquery/issues/326)) ([fb401bd](https://www.github.com/googleapis/python-bigquery/commit/fb401bd94477323bba68cf252dd88166495daf54))* allow client options to be set in magics context ([#322](https://www.github.com/googleapis/python-bigquery/issues/322)) ([5178b55](https://www.github.com/googleapis/python-bigquery/commit/5178b55682f5e264bfc082cde26acb1fdc953a18))### Bug Fixes* make TimePartitioning repr evaluable ([#110](https://www.github.com/googleapis/python-bigquery/issues/110)) ([20f473b](https://www.github.com/googleapis/python-bigquery/commit/20f473bfff5ae98377f5d9cdf18bfe5554d86ff4)), closes [#109](https://www.github.com/googleapis/python-bigquery/issues/109)* use version.py instead of pkg_resources.get_distribution ([#307](https://www.github.com/googleapis/python-bigquery/issues/307)) ([b8f502b](https://www.github.com/googleapis/python-bigquery/commit/b8f502b14f21d1815697e4d57cf1225dfb4a7c5e))### Performance Improvements* add size parameter for load table from dataframe and json methods ([#280](https://www.github.com/googleapis/python-bigquery/issues/280)) ([3be78b7](https://www.github.com/googleapis/python-bigquery/commit/3be78b737add7111e24e912cd02fc6df75a07de6))### Documentation* update clustering field docstrings ([#286](https://www.github.com/googleapis/python-bigquery/issues/286)) ([5ea1ece](https://www.github.com/googleapis/python-bigquery/commit/5ea1ece2d911cdd1f3d9549ee01559ce8ed8269a)), closes [#285](https://www.github.com/googleapis/python-bigquery/issues/285)* update snippets samples to support version 2.0 ([#309](https://www.github.com/googleapis/python-bigquery/issues/309)) ([61634be](https://www.github.com/googleapis/python-bigquery/commit/61634be9bf9e3df7589fc1bfdbda87288859bb13))### Dependencies* add protobuf dependency ([#306](https://www.github.com/googleapis/python-bigquery/issues/306)) ([cebb5e0](https://www.github.com/googleapis/python-bigquery/commit/cebb5e0e911e8c9059bc8c9e7fce4440e518bff3)), closes [#305](https://www.github.com/googleapis/python-bigquery/issues/305)* require pyarrow for pandas support ([#314](https://www.github.com/googleapis/python-bigquery/issues/314)) ([801e4c0](https://www.github.com/googleapis/python-bigquery/commit/801e4c0574b7e421aa3a28cafec6fd6bcce940dd)), closes [#265](https://www.github.com/googleapis/python-bigquery/issues/265)---This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    @release-please
    release-please[bot] authoredOct 19, 2020
    Configuration menu
    Copy the full SHA
    82290c3View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp