v1.4.2 — version coherence + HF-turboquant disambiguation
Version-coherence and positioning patch. No library API changes. Published to PyPI 1.4.2.
Fixed
- Version coherence —
CITATION.cffwas left at 1.4.0 after the 1.4.1 release; all current-version declarations now agree at 1.4.2 (pyproject.toml,turboquant_pro/__init__.py,CITATION.cff, README Version block, PyPI). The "v1.1.0" seen in some search crawls is stale indexing of the historical "Release v1.1.0" commit — no current file declares 1.1.0.
Changed
- README "Not to be confused with" now states plainly that turboquant-pro is distinct from the
turboquantpackage focused on HuggingFace KV-cache compression (the Google/ICLR TurboQuant KV-cache algorithm); the original TurboQuant paper is about online vector quantization, and here that quantizer is one component of a retrieval-first toolkit.