v0.0.2
tt-a1i/archifyv0.0.2Jul 1, 2026by chonknick
AI Summary
This update marks the first release under the feyninc org, focusing on improving developer experience (DX) for the Extractor/Pipeline and ensuring byte-parity with MinerU-HTML.
Key Highlights
- First release under feyninc org
- Markdown extra now matches documentation
- Improved DX with error propagation and extract_batch
- MinerU-HTML-parity port with byte-parity testing
- Apple MPS auto-detection support
New Features
- Markdown output support via pulpie.markdown extra
- extract_batch method for batch processing
- Apple MPS auto-detection
- Updated model IDs to feyninc/pulpie-orange-*
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]"`