Add changelog
Browse files- CHANGELOG.md +26 -0
CHANGELOG.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
All notable changes to this project are documented in this file.
|
| 4 |
+
|
| 5 |
+
## [v1.0.0] - 2026-03-08
|
| 6 |
+
|
| 7 |
+
### Added
|
| 8 |
+
|
| 9 |
+
- End-to-end synthetic benchmark pipeline for structured output reliability.
|
| 10 |
+
- Multi-config dataset generation (`form_easy`, `workflow_hard`) with deterministic seeds.
|
| 11 |
+
- Schema + semantic validation, repair annotation, and QA report tooling.
|
| 12 |
+
- Release artifact builder for split exports, schema registry files, and metadata manifests.
|
| 13 |
+
- Deterministic baseline metrics for generation, repair, and validity classification.
|
| 14 |
+
- High-variability generation mode with uniqueness enforcement and diversity analytics.
|
| 15 |
+
- Publication-ready documentation: dataset card, field dictionary, reproducibility guide, and release checklist.
|
| 16 |
+
|
| 17 |
+
### Quality and Verification
|
| 18 |
+
|
| 19 |
+
- Test suite coverage for phases 1-6 components.
|
| 20 |
+
- Phase 4 QA reports passing for all published configs.
|
| 21 |
+
- 5000-row high-variance release generated with full-record uniqueness checks.
|
| 22 |
+
|
| 23 |
+
### Publication
|
| 24 |
+
|
| 25 |
+
- GitHub tag `v1.0.0` created.
|
| 26 |
+
- Hugging Face public dataset published at `datasets/sigdelakshey/SchemaStress`.
|