python-v2.10.1
run-llama/liteparsepython-v2.10.1Jul 29, 2026by github-actions[bot]
AI Summary
The Python binding is updated to version 2.10.1, bringing the same documentation updates and reliability fixes regarding confidence values and complexity detection.
Key Highlights
- Documented a bunch of parsing parameters and types
- Detects annotations in complexity calculation
- Improved consistency in reported confidence values across bindings
New Features
- Documentation updates
- Annotation detection in complexity
- Confidence value consistency improvements
Full Release Notes
## What's Changed * docs: document a bunch of parsing params/types by @logan-markewich in https://github.com/run-llama/liteparse/pull/383 * feat: detect annotations in complexity calculation by @logan-markewich in https://github.com/run-llama/liteparse/pull/384 * fix: improve consistency in reported confidence values across bindings by @logan-markewich in https://github.com/run-llama/liteparse/pull/385 * docs: add new extraction and complexity capabilities to docs by @logan-markewich in https://github.com/run-llama/liteparse/pull/387 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.10.0...python-v2.10.1