v0.1.22¶
Release date: 2026-03-06
Highlights¶
- Added dedicated MDMP namespace in Python:
iints.mdmp. - Added dedicated MDMP CLI namespace:
iints mdmp ...(template,validate,synthetic-mirror,visualizer). - Kept existing
iints data ...MDMP commands for backward compatibility.
MDMP Infrastructure¶
- Added runtime Auto-Guardian gate:
mdmp_gate(...)decorator for in-memory DataFrame gate enforcement.- Added Synthetic Mirror pipeline:
- Generates privacy-safe synthetic datasets while preserving schema and broad statistical behavior.
- Validates generated output against MDMP contract gates.
- Added MDMP visualizer:
- Self-contained HTML dashboard from MDMP report JSON.
Docs and Launch Prep¶
- Added MkDocs site setup (
mkdocs.yml) and GitHub Pages deploy workflow (docs-site.yml). - Added docs landing page (
docs/index.md) and expanded navigation. - Updated docs and manuals for v0.1.22.
Bugfixes / Quality¶
- Switched report UTC timestamp generation to timezone-aware datetime.
- Removed non-ASCII cockpit alert glyph to avoid font rendering warnings.
- Extended tests for MDMP aliases, guardians, synthetic mirror, and clinical-trial scaffolding.