-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: googleapis/python-documentai-toolbox
base: v0.13.3-alpha
head repository: googleapis/python-documentai-toolbox
compare: v0.13.4-alpha
- 14 commits
- 33 files changed
- 8 contributors
Commits on Mar 18, 2024
-
chore(python): update dependencies in /.kokoro (#287)
Source-Link: googleapis/synthtool@db94845 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c8d56d - Browse repository at this point
Copy the full SHA 5c8d56dView commit details -
chore(python): add requirements for docs build (#288)
Source-Link: googleapis/synthtool@85c23b6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3741fd1f5f5150378563c76afa06bcc12777b5fe54c5ee01115218f83872134f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf838dc - Browse repository at this point
Copy the full SHA cf838dcView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dd5d5c - Browse repository at this point
Copy the full SHA 0dd5d5cView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e75019c - Browse repository at this point
Copy the full SHA e75019cView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ccf3a2 - Browse repository at this point
Copy the full SHA 6ccf3a2View commit details
Commits on Mar 28, 2024
-
chore(deps): update all dependencies (#294)
* chore(deps): update all dependencies
Configuration menu - View commit details
-
Copy full SHA for b6edc3d - Browse repository at this point
Copy the full SHA b6edc3dView commit details
Commits on Apr 2, 2024
-
chore(deps): update all dependencies (#297)
--------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@google.com>
Configuration menu - View commit details
-
Copy full SHA for bbf4c1a - Browse repository at this point
Copy the full SHA bbf4c1aView commit details
Commits on Apr 3, 2024
-
chore(deps): update all dependencies (#299)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e1bb1a - Browse repository at this point
Copy the full SHA 5e1bb1aView commit details
Commits on Apr 12, 2024
-
chore(python): bump idna from 3.4 to 3.7 in .kokoro (#304)
* chore(python): bump idna from 3.4 to 3.7 in .kokoro Source-Link: googleapis/synthtool@d50980e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070 * Apply changes from googleapis/synthtool#1950 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 09f38f3 - Browse repository at this point
Copy the full SHA 09f38f3View commit details
Commits on May 6, 2024
-
chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /.kokoro (#307)
* chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /.kokoro Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 355684d - Browse repository at this point
Copy the full SHA 355684dView commit details
Commits on May 21, 2024
-
chore(deps): update all dependencies (#309)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67be44a - Browse repository at this point
Copy the full SHA 67be44aView commit details
Commits on Jun 12, 2024
-
refactor: Change read-only properties to
@cached_property
for reada……bility and speed improvements (#210) * refactor: Change read-only properties to `@cached_property` for readability --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7773ffe - Browse repository at this point
Copy the full SHA 7773ffeView commit details
Commits on Jun 13, 2024
-
fix: Change
if
condition typo in_get_children_of_element()
(#313)The previous `if` condition was inefficient and should have been written with an `and` This resulted in a performance gap. cProfile timing of `export_hocr_string()` on the same document Before ``` 143598720 function calls (129111346 primitive calls) in 44.487 seconds ``` After ``` 97883150 function calls (88084552 primitive calls) in 30.235 seconds ``` Fixes #312 🦕
Configuration menu - View commit details
-
Copy full SHA for 7495e0e - Browse repository at this point
Copy the full SHA 7495e0eView commit details -
chore(main): release 0.13.4-alpha (#314)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 369719b - Browse repository at this point
Copy the full SHA 369719bView commit details
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 v0.13.3-alpha...v0.13.4-alpha