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-documentai-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0-alpha
Choose a base ref
...
head repository: googleapis/python-documentai-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1-alpha
Choose a head ref
  • 18 commits
  • 15 files changed
  • 7 contributors

Commits on Dec 8, 2023

  1. build: update warning filters (#219)

    * build: update warning filters
    
    * build: update warning filters
    parthea authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dbd6c8a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. build: update actions/checkout and actions/setup-python (#220)

    Source-Link: googleapis/synthtool@3551acd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:230f7fe8a0d2ed81a519cfc15c6bb11c5b46b9fb449b8b1219b3771bcb520ad2
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f9df690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7a5524 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. chore(deps): update dependency google-cloud-bigquery to v3.14.0 (#222)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==3.13.0` -> `==3.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-bigquery/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-cloud-bigquery/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-cloud-bigquery/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-bigquery/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery (google-cloud-bigquery)</summary>
    
    ### [`v3.14.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3140-2023-12-08)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.13.0...v3.14.0)
    
    ##### Features
    
    -   Add `Client.query_and_wait` which directly returns a `RowIterator` of results ([#&#8203;1722](https://togithub.com/googleapis/python-bigquery/issues/1722)) ([89a647e](https://togithub.com/googleapis/python-bigquery/commit/89a647e19fe5d7302c0a39bba77a155635c5c29d))
    -   Add `job_id`, `location`, `project`, and `query_id` properties on `RowIterator` ([#&#8203;1733](https://togithub.com/googleapis/python-bigquery/issues/1733)) ([494f275](https://togithub.com/googleapis/python-bigquery/commit/494f275ab2493dc7904f685c4d12e60bef51ab21))
    -   Add `job_timeout_ms` to job configuration classes ([#&#8203;1675](https://togithub.com/googleapis/python-bigquery/issues/1675)) ([84d64cd](https://togithub.com/googleapis/python-bigquery/commit/84d64cdd157afef4a7bf7807e557d59452133434))
    -   Add support dataset.max_time_travel_hours ([#&#8203;1683](https://togithub.com/googleapis/python-bigquery/issues/1683)) ([f22eff2](https://togithub.com/googleapis/python-bigquery/commit/f22eff25f116f1c4973ac2b8b03bc8a4ae1f3f42))
    -   Add support for Dataset.isCaseInsensitive ([#&#8203;1671](https://togithub.com/googleapis/python-bigquery/issues/1671)) ([386fa86](https://togithub.com/googleapis/python-bigquery/commit/386fa86c89b8cff69fc02213254a1c53c02fee42))
    -   Add support for Python 3.12 ([#&#8203;1736](https://togithub.com/googleapis/python-bigquery/issues/1736)) ([3c0976a](https://togithub.com/googleapis/python-bigquery/commit/3c0976aecb0f917477feef4e9ed865997c2bb106))
    -   Removed pkg_resources from all test files and moved importlib into pandas extra ([#&#8203;1726](https://togithub.com/googleapis/python-bigquery/issues/1726)) ([1f4ebb1](https://togithub.com/googleapis/python-bigquery/commit/1f4ebb1eca4f9380a31172fc8cb2fae125f8c5a2))
    -   Support data_governance_type ([#&#8203;1708](https://togithub.com/googleapis/python-bigquery/issues/1708)) ([eff365d](https://togithub.com/googleapis/python-bigquery/commit/eff365dc17755d0855338e2f273428ffe2056f67))
    
    ##### Bug Fixes
    
    -   `load_table_from_dataframe` now assumes there may be local null values ([#&#8203;1735](https://togithub.com/googleapis/python-bigquery/issues/1735)) ([f05dc69](https://togithub.com/googleapis/python-bigquery/commit/f05dc69a1f8c65ac32085bfcc6950c2c83f8a843))
    -   Ensure query job retry has longer deadline than API request deadline ([#&#8203;1734](https://togithub.com/googleapis/python-bigquery/issues/1734)) ([5573579](https://togithub.com/googleapis/python-bigquery/commit/55735791122f97b7f67cb962b489fd1f12210af5))
    -   Keep `RowIterator.total_rows` populated after iteration ([#&#8203;1748](https://togithub.com/googleapis/python-bigquery/issues/1748)) ([8482f47](https://togithub.com/googleapis/python-bigquery/commit/8482f4759ce3c4b00fa06a7f306a2ac4d4ee8eb7))
    -   Move grpc, proto-plus and protobuf packages to extras ([#&#8203;1721](https://togithub.com/googleapis/python-bigquery/issues/1721)) ([5ce4d13](https://togithub.com/googleapis/python-bigquery/commit/5ce4d136af97b91fbe1cc56bba1021e50a9c8476))
    
    ##### Performance Improvements
    
    -   Use the first page a results when `query(api_method="QUERY")` ([#&#8203;1723](https://togithub.com/googleapis/python-bigquery/issues/1723)) ([6290517](https://togithub.com/googleapis/python-bigquery/commit/6290517d6b153a31f20098f75aee580b7915aca9))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/python-documentai-toolbox).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    766e886 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-storage to v2.14.0 (#225)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==2.13.0` -> `==2.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-storage/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-cloud-storage/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-cloud-storage/2.13.0/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-storage/2.13.0/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage (google-cloud-storage)</summary>
    
    ### [`v2.14.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#2140-2023-12-10)
    
    [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.13.0...v2.14.0)
    
    ##### Features
    
    -   Add support for Python 3.12 ([#&#8203;1187](https://togithub.com/googleapis/python-storage/issues/1187)) ([ecf4150](https://togithub.com/googleapis/python-storage/commit/ecf41504ba7f2a2c2db2e3c7e267686283d2cab3))
    -   Support object retention lock ([#&#8203;1188](https://togithub.com/googleapis/python-storage/issues/1188)) ([a179337](https://togithub.com/googleapis/python-storage/commit/a1793375cf038ce79d4d4b7077f6b4dcc4b4aeec))
    
    ##### Bug Fixes
    
    -   Clarify error message and docstrings in Blob class method ([#&#8203;1196](https://togithub.com/googleapis/python-storage/issues/1196)) ([92c20d3](https://togithub.com/googleapis/python-storage/commit/92c20d3f7520c6b94308ebb156202fdfd1dcd482))
    -   Propagate timeout in BlobWriter ([#&#8203;1186](https://togithub.com/googleapis/python-storage/issues/1186)) ([22f36da](https://togithub.com/googleapis/python-storage/commit/22f36da1ce5b04408653ddbdbf35f25ed1072af8)), closes [#&#8203;1184](https://togithub.com/googleapis/python-storage/issues/1184)
    -   Use native namespace to avoid pkg_resources warnings ([#&#8203;1176](https://togithub.com/googleapis/python-storage/issues/1176)) ([2ed915e](https://togithub.com/googleapis/python-storage/commit/2ed915ec4b35df6fad04f42df25e48667148fcf5))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/python-documentai-toolbox).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7d30aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. chore(deps): update dependency google-cloud-documentai to v2.21.1 (#226)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-documentai](https://togithub.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-documentai) ([source](https://togithub.com/googleapis/google-cloud-python)) | `==2.21.0` -> `==2.21.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-documentai/2.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-cloud-documentai/2.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-cloud-documentai/2.21.0/2.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-documentai/2.21.0/2.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-cloud-python (google-cloud-documentai)</summary>
    
    ### [`v2.21.1`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-documentai-v2.21.1): google-cloud-documentai: v2.21.1
    
    [Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.21.0...google-cloud-documentai-v2.21.1)
    
    ##### Documentation
    
    -   \[google-cloud-documentai] Clarify Properties documentation ([#&#8203;12118](https://togithub.com/googleapis/google-cloud-python/issues/12118)) ([35c180e](https://togithub.com/googleapis/google-cloud-python/commit/35c180e4cb7d9e52b5f72a13b606a6004b5c8a08))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/python-documentai-toolbox).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    22a326d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    4a57e61 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. build: update actions/upload-artifact and actions/download-artifact (#…

    …229)
    
    Source-Link: googleapis/synthtool@280ddae
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:346ab2efb51649c5dde7756cbbdc60dd394852ba83b9bbffc292a63549f33c17
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    887f394 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    30244e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    1a8497c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /.kokoro (#233)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    98d3074 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    4d4b3c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. build(python): fix docs and docfx builds (#235)

    Source-Link: googleapis/synthtool@fac8444
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    af9fc34 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    ccca50c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448a91c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    37e5d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    8f4e3ce View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.12.1-alpha (#248)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b741498 View commit details
    Browse the repository at this point in the history
Loading