Skip to content

v0.1.6

Latest

Choose a tag to compare

@minhtridinh-kayden minhtridinh-kayden released this 28 Jul 03:46
4691daf

Documentation and tooling only — src/ is byte-identical to v0.1.5, so upgrading changes no behaviour.

Cut so the PyPI project page, which renders the README, stops serving incomplete install instructions.

Fixed

  • The installation section omitted the rtf, langchain and llamaindex extras and never stated the Python floor, so three of the seven extras were undiscoverable to anyone arriving via PyPI rather than GitHub (VIP-77).

Changed

  • The README now documents the route → extract → normalize → structure pipeline, how encoding detection picks a charmap, and where viparse sits next to general-purpose loaders. It links the project website at https://viparse.trizenx.com (VIP-77).
  • ruff and mypy are capped to a minor series. Both gate CI, and an unpinned release of either turns quality red on unrelated work — ruff 0.16 did exactly that and blocked every open PR for three days (VIP-78, VIP-79).

Full changelog: v0.1.5...v0.1.6