Changelog

Generated by releaseledger. Manual edits may be overwritten. Update releaseledger entries and rebuild this file instead.

[0.1.3] - 2026-08-22

Added

  • Added deterministic normalized lexical prefix completion through Lexicon.complete() and the complete CLI command

Changed

  • Added automatic color styling for interactive human dictionary output with explicit opt-out controls

[0.1.2] - Unreleased

Added

  • Added deterministic local lexical prefix completion through Lexicon.complete() and lexhint complete

Changed

  • Changed WordEvidence to expose lexical case attestation and uppercase-only evidence

Fixed

  • Fixed semantic context anchoring so character-span numeric and symbolic targets do not consume adjacent cues

[0.1.1] - 2026-08-21

Added

  • Added GitHub release dataset discovery and installation for versioned Lexhint SQLite artifacts

Changed

  • Added schema-aware dataset variants and regional locale preferences for dictionary lookup and rendering

[0.1.0] - 2026-08-20

Added

  • Added CLI commands for lookup, segmentation, context evidence, artifact builds, dictionary inspection, and status

  • Added streamed Wiktextract and Kaikki dictionary builds that produce self-describing SQLite artifacts

  • Added stable semantic-domain evidence that explains context cues while excluding the target span

  • Added a local read-only Lexicon for dictionary-derived membership and compact identifier segmentation

  • Added zero runtime dependencies and support for Python 3.10 through 3.14

Changed

  • Changed FrequencyWords integration to optional counts and ranks that enrich dictionary-derived lexemes with provenance

  • Changed rich dictionary entries to preserve senses, forms, pronunciations, examples, relations, and etymology

Removed

  • Removed standalone word-list vendoring in favor of dictionary-derived lexical membership

  • Removed lazy runtime dictionary fetching and per-word artifact population

Documentation

  • Documented the local SQLite artifact architecture and Sphinx documentation setup

Quality

  • Improved CI and publication checks for tests, static analysis, documentation, distributions, and wheel smoke tests