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.1.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.1.1-alpha
Choose a head ref
  • 10 commits
  • 19 files changed
  • 6 contributors

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    0c2cb6e View commit details
    Browse the repository at this point in the history
  2. chore: minor refactoring of GCS Functions in document wrapper (#39)

    * chore: minor refactoring of GCS Functions in document wrapper
    - Simplified `print_gcs_document_tree` for readaibility/maintainability (And to resolve linter errors)
    - Added constants for reused values
    - Added `ignore_unknown_values` to `Document.from_json()` to avoid exceptions with new Document Proto versions between client library updates
    
    * chore: minor refactoring of GCS Functions in document wrapper
    - Simplified `print_gcs_document_tree` for readaibility/maintainability (And to resolve linter errors)
    - Added constants for reused values
    - Added `ignore_unknown_values` to `Document.from_json()` to avoid exceptions with new Document Proto versions between client library updates
    
    * chore: Fix to allow tests to pass
    holtskinner authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    00e0b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    3e7d162 View commit details
    Browse the repository at this point in the history
  2. chore: documentation fixes (#44)

    * chore: fixed documentation devsite issues
    
    * fixed comments
    
    * Update README.rst
    
    * updated readme
    galz10 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ae32565 View commit details
    Browse the repository at this point in the history
  3. docs(samples): added quickstart sample (#27)

    * added init files
    
    * added wrap_documents samples
    
    * changed file name for test
    
    * Delete wrap_document_samples_test.py
    
    * added test requirements
    
    * Delete wrap_document_samples_test.py
    
    * updated sample
    
    * updated region tags
    
    * changed tags
    
    * changed region tag
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    galz10 and parthea authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    23a0791 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    fc070b7 View commit details
    Browse the repository at this point in the history
  2. chore: changed test file name for quickstart sample (#47)

    * chore: changed test file name for quickstart sample
    
    * Updated Quickstart Sample
    - Added noxfile config for testing
    - Updated test file for formatting & type annotation
    
    * Added noxfile.py to samples directory
    
    * updated noxfile
    
    * fixed quickstart_sample
    
    ---------
    
    Co-authored-by: Holt Skinner <holtskinner@google.com>
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    3 people authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    355bca1 View commit details
    Browse the repository at this point in the history
  3. chore: minor refactoring for readability/simplicity (#42)

    - Fixed Type mismatch on `_table_wrapper_from_documentai_table`
    - Simplified boolean checks
    - Removed Extra local variables
    - Updated function names/docs for clarity
    
    Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
    holtskinner and galz10 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    67fa761 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. fix: Updated Pip install name in README (#52)

    * fix: Updated Pip install name in README
    
    - Added Toolbox to requirements.txt for Samples
    
    * fix: Update requirements and setup to avoid version conflict
    holtskinner authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    dad8c8b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.1.1-alpha (#45)

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