-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: google/langextract
base: v1.0.1
head repository: google/langextract
compare: v1.0.2
- 13 commits
- 41 files changed
- 3 contributors
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5447637 - Browse repository at this point
Copy the full SHA 5447637View commit details
Commits on Aug 2, 2025
-
Removed inline comment in medication example
Deleted an inline comment referencing the output directory in the save_annotated_documents.
Configuration menu - View commit details
-
Copy full SHA for 175e075 - Browse repository at this point
Copy the full SHA 175e075View commit details -
Merge pull request #15 from kleeena/docs/update-medication_examples.md
docs: clarify output_dir behavior in medication_examples.md
Configuration menu - View commit details
-
Copy full SHA for 9472099 - Browse repository at this point
Copy the full SHA 9472099View commit details -
docs: add output_dir="." to all save_annotated_documents examples
Prevents confusion from default `test_output/...` by explicitly saving to current directory.
Configuration menu - View commit details
-
Copy full SHA for e6c3dcd - Browse repository at this point
Copy the full SHA e6c3dcdView commit details -
Merge pull request #17 from google/fix/output-dir-consistency
docs: add output_dir="." to all save_annotated_documents examples
Configuration menu - View commit details
-
Copy full SHA for 1fb1f1d - Browse repository at this point
Copy the full SHA 1fb1f1dView commit details
Commits on Aug 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 13fbd2c - Browse repository at this point
Copy the full SHA 13fbd2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d2027 - Browse repository at this point
Copy the full SHA c8d2027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146a095 - Browse repository at this point
Copy the full SHA 146a095View commit details -
Merge pull request #24 from google/feat/code-formatting-pipeline
feat: add code formatting and linting pipeline
Configuration menu - View commit details
-
Copy full SHA for aa6da18 - Browse repository at this point
Copy the full SHA aa6da18View commit details -
Add LangExtractError base exception for centralized error handling
Introduces a common base exception class that all library-specific exceptions inherit from, enabling users to catch all LangExtract errors with a single except clause.
Configuration menu - View commit details
-
Copy full SHA for ed65bca - Browse repository at this point
Copy the full SHA ed65bcaView commit details -
Merge pull request #26 from google/feat/exception-hierarchy
Add LangExtractError base exception for centralized error handling
Configuration menu - View commit details
-
Copy full SHA for 6c4508b - Browse repository at this point
Copy the full SHA 6c4508bView commit details -
fix: Remove LangFun and pylibmagic dependencies (v1.0.2)
Fixes #25 - Windows installation failure due to pylibmagic build requirements Breaking change: LangFunLanguageModel removed. Use GeminiLanguageModel or OllamaLanguageModel instead.
Configuration menu - View commit details
-
Copy full SHA for 8b85225 - Browse repository at this point
Copy the full SHA 8b85225View commit details -
Merge pull request #28 from google/fix/remove-breaking-dep-langfun
fix: Remove LangFun and pylibmagic dependencies to fix Windows installation and OpenAI SDK v1.x compatibility
Configuration menu - View commit details
-
Copy full SHA for 88520cc - Browse repository at this point
Copy the full SHA 88520ccView 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 v1.0.1...v1.0.2