v1.3.0
1.3.0
Package release consolidating artifact bumps and default-surface updates.
What shipped
| Area | Change |
|---|---|
| Dictionaries / metrics | built_in_dictionaries_v3 and text_metrics_v3 — dictionary package split, flag suppressions, legal phrases, modal tiers, topic tuning |
| Scoring default | deterministic_scoring_v2 is now the default on CLI, HTTP, MCP, and score_filing_html() / score_for_model(); legacy deterministic_scoring_v1 remains opt-in |
| Validation data | Reports and baselines removed from the public repo (see INTERNAL_VALIDATION.md on the internal branch) |
| Docs | Evidence, scope, HTTP/MCP guides, versioning pins, and glossary aligned to current artifact versions |
| Release tooling | Version sync test, HTTP endpoints doc drift check, hardened PyPI publish workflow |
Current artifact defaults
| Artifact | Version |
|---|---|
| Parser | section_extractor_v1 |
| Metrics engine | text_metrics_v3 |
| Dictionary | built_in_dictionaries_v3 |
| Scoring (default) | deterministic_scoring_v2 |
| Scoring (legacy) | deterministic_scoring_v1 |
Breaking behavior note: scores may differ from 1.2.0 for callers who did not pin scoring_model_version=deterministic_scoring_v1. Pin package and scoring versions for reproducibility.