Changelog¶
SMOLTRACE follows Keep a Changelog and Semantic Versioning.
See the full changelog on GitHub: changelog.md.
Recent Highlights¶
- 0.0.15 — Relicensed from AGPL-3.0 to Apache-2.0 (LICENSE, pyproject classifier, README badge, and generated HF dataset-card frontmatter updated to match).
- 0.0.14 — Added the OpenSearch exporter (
--output-format=opensearch): creates OpenSearch indexes equivalent to the 4 HuggingFace datasets, with typed mappings, bulk indexing, and idempotent leaderboard upserts. Introduced thesmoltrace/exporters/package with aBaseExporterabstraction. See Output Formats.
For the complete history, read changelog.md on GitHub.