v0.0.2
0xNyk/council-of-high-intelligencev0.0.2Jul 1, 2026by chonknick
AI Summary
This is the second release of the pulpie library, marking the transition to the feyninc organization while introducing markdown support and significant improvements to developer experience.
Key Highlights
- First release under the feyninc org
- Ships pulpie.markdown package
- Improved DX with extract_batch and dataclass results
- Achieves MinerU-HTML parity via byte-parity testing
- Apple MPS auto-detection support
New Features
- Markdown output support
- Batch extraction (extract_batch)
- Hardware acceleration for Apple MPS
- Model ID updates to feyninc namespace
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]"`