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: google/langextract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: google/langextract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 13 commits
  • 41 files changed
  • 3 contributors

Commits on Aug 1, 2025

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

Commits on Aug 2, 2025

  1. Removed inline comment in medication example

    Deleted an inline comment referencing the  output directory in the save_annotated_documents.
    kleeena committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    175e075 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from kleeena/docs/update-medication_examples.md

    docs: clarify output_dir behavior in medication_examples.md
    aksg87 authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    9472099 View commit details
    Browse the repository at this point in the history
  3. docs: add output_dir="." to all save_annotated_documents examples

    Prevents confusion from default `test_output/...` by explicitly saving to current directory.
    aksg87 committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    e6c3dcd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17 from google/fix/output-dir-consistency

    docs: add output_dir="." to all save_annotated_documents examples
    aksg87 authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    1fb1f1d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. Configuration menu
    Copy the full SHA
    13fbd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d2027 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146a095 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from google/feat/code-formatting-pipeline

    feat: add code formatting and linting pipeline
    aksg87 authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    aa6da18 View commit details
    Browse the repository at this point in the history
  5. 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.
    aksg87 committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    ed65bca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26 from google/feat/exception-hierarchy

    Add LangExtractError base exception for centralized error handling
    aksg87 authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    6c4508b View commit details
    Browse the repository at this point in the history
  7. 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.
    aksg87 committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    8b85225 View commit details
    Browse the repository at this point in the history
  8. 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
    aksg87 authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    88520cc View commit details
    Browse the repository at this point in the history
Loading