python-v2.14.3
AIEraDev/Clyprapython-v2.14.3Sep 1, 2026by github-actions[bot]
AI Summary
Python v2.14.3 release mirroring the Node.js version with markdown parsing enhancements.
Key Highlights
- Added parse_from_blocks API for enhanced parsing capabilities
- Fixed table header absorption issues in markdown parsing
- Improved detection of sparse markdown tables
- Published on September 1, 2026
New Features
- parse_from_blocks API (Rust-based)
Full Release Notes
## What's Changed * feat(rust): add parse_from_blocks API by @logan-markewich in https://github.com/run-llama/liteparse/pull/442 * fix: try to properly absorb table headers by @logan-markewich in https://github.com/run-llama/liteparse/pull/443 * fix: improve sparse markdown table detection by @logan-markewich in https://github.com/run-llama/liteparse/pull/444 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.14.2...python-v2.14.3