v1.4.3 — docs cleanup + test-count metric fix
Documentation patch. No library API changes. Published to PyPI 1.4.3.
Changed
- Removed meta-commentary from README/docs (text about search indexing / release history / review process rather than the software).
- Library-growth table now uses the same pytest-collected item count (514) for the v1.4.x row as the historical rows. A prior row briefly showed the raw
def test_function count (~445), which read like a regression but was a different, smaller metric — no tests were removed (function count 429 → 446 across 1.4.0 → 1.4.3). Footnote clarified.