release: v0.5.0 grounded AI narratives - #30
Merged
Merged
Conversation
* feat: add human approval checkpoints for Agentic EDA * fix: harden Agentic EDA approval validation
* Add grounded AI narratives for v0.5.0 * fix: harden grounded narrative integrity --------- Co-authored-by: Codex <codex@openai.com>
* feat: add deterministic Agentic EDA notebook export (#21) * fix: support pandas 3 datetime resolution in notebook export (#23) * feat: add human approval checkpoints for Agentic EDA (#22) * feat: add human approval checkpoints for Agentic EDA * fix: harden Agentic EDA approval validation * chore: prepare v0.4.0 release (#24)
…op-v0.5.0 chore: repair develop ancestry before v0.5.0 release
chore: finalize v0.5.0 release documentation
suneelprojects
marked this pull request as ready for review
August 4, 2026 13:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release summary
EazyDataFix v0.5.0 adds an optional, provider-neutral grounded narrative layer on top of completed deterministic Agentic EDA workflows. Deterministic metrics remain authoritative, existing non-AI workflows remain unchanged, and no LLM dependency or API key is required unless narrative generation is explicitly used.
Main user-facing features
edf.generate_agentic_eda_narrative(...)for evidence-cited, business-facing narrativesNarrativeProviderinterfaceopenaiextraGrounding and integrity safeguards
These controls are deterministic guardrails, not proof of semantic truth; generated narratives still require human review.
Compatibility
0.5.0developis 10 commits ahead and 0 commits behindmainRelease validation
python -m pytest: 194 passed, 1 skipped (195 collected)ruff check .: passedblack --check .: passed (177 files unchanged)git diff --check origin/main...origin/develop: passedpython -m build: passedeazydatafix-0.5.0-py3-none-any.whleazydatafix-0.5.0.tar.gzpython -m twine check dist/*: passed for all checked distributions, including both v0.5.0 artifactsRequires-Python: >=3.10eazydatafix.__version__ == "0.5.0"v0.5.0tag check: not presentPost-merge release checklist
v0.5.0tagTagging, GitHub Release creation, and PyPI publication intentionally remain pending until this pull request is reviewed and merged.