v0.0.2
anomalyco/opentuiv0.0.2Jul 1, 2026by chonknick
AI Summary
Second release of pulpie under the feyninc organization, focusing on developer experience improvements and MinerU-HTML parity. Updates model identifiers and adds Apple MPS support.
Key Highlights
- Markdown extra now matches the official documentation
- Extractor/Pipeline DX fixes including markdown cleanup, error propagation, `extract_batch`, and dataclass results
- Port of MinerU-HTML `simplify`/`reconstruct` logic with byte-parity verification against the 65/65 test suite
- Apple MPS auto-detection added for hardware acceleration
- Model IDs updated to `feyninc/pulpie-orange-{small,base,large}`
New Features
- Apple MPS auto-detection support
- Improved error handling and batch extraction
- Dataclass results for standardized output
- Updated model repository hosting
Full Release Notes
First release under the feyninc org.
- Ships `pulpie.markdown` (the `[markdown]` extra now matches the docs).
- Extractor/Pipeline DX fixes: markdown cleanup, error propagation, `extract_batch`, dataclass results.
- MinerU-HTML-parity `simplify`/`reconstruct` port (byte-parity tested against the vendored oracle).
- Apple MPS auto-detection.
- Model IDs now resolve to `feyninc/pulpie-orange-{small,base,large}`.
Install: `pip install "pulpie[markdown]"`