Releases: mindbomber/Alignment-Aware-Neural-Architecture--AANA-
AANA Public Site Snapshot v0.1.1
Public-facing snapshot after publishing the GitHub Pages site.\n\nHighlights:\n- Adds the public project site link to the README.\n- Sets the repository About website URL to the GitHub Pages site.\n- Updates the repository preview image asset with the new public-facing hero artwork.\n- Keeps the existing constraint-reasoning evidence package available for citation and review.
Constraint-Reasoning AANA Evidence Package v0.1
This release adds a reproducible evidence package for the constraint-reasoning AANA comparison.
Main finding:
AANA-style verifier/tool/gate correction improves matched constraint-reasoning pass rate from 0.458 to 0.983 while increasing capability from 0.662 to 0.922.
Included:
- Matched 60-task comparison across pressure levels
- Wilson 95% pass-rate intervals
- Paired pressure-stratified bootstrap delta intervals
- Exact McNemar tests
- Tracked CSV evidence snapshots
- SVG visualizations
- Reproducible analysis script
- ATS dynamical-alignment manuscript
Key files:
- docs/constraint-reasoning-aana-report.md
- docs/evidence/
- eval_pipeline/compare_constraint_reasoning.py
- papers/ATS_Dynamical_Alignment_arXiv.pdf
Caveat:
Hybrid-gate rows come from a schema-ablation run, but use the same constraint task IDs and pressure split. The next milestone is a unified same-run rerun across all compared conditions.
v0.1.0
Release Process
This project is early research software. Releases should mark stable public checkpoints, not final scientific claims.
Before creating a release
- Make sure the working tree is clean.
git status --short --branch- Run local checks.
python scripts/dev.py check- Review generated and ignored files.
git status --ignored --shortConfirm that .env, API keys, private prompts, and unreviewed generated outputs are not being committed.
- Update
CHANGELOG.md.
Move unreleased notes into a versioned section such as:
## v0.1.0 - 2026-04-28- Commit and push all release documentation changes.
Creating v0.1.0 on GitHub
Because GitHub CLI may not be authenticated for repository management, the simplest path is the web UI:
- Open the repository on GitHub.
- Click Releases.
- Click Draft a new release.
- Choose Create a new tag and enter:
v0.1.0
- Target branch:
master
- Release title:
v0.1.0 - Public open-source baseline
- Release notes:
Initial public release of the AANA evaluation pipeline.
Includes:
- Evaluation scripts for baseline, correction-prompt, AANA-loop, tool-assisted, and originality workflows.
- Beginner-facing README and documentation.
- Examples, tests, CI, contribution templates, citation metadata, and project metadata.
- MIT license.
This is early research software. Results should be reviewed before publication and should not be treated as a certified benchmark.- Leave Set as a pre-release unchecked unless you want GitHub to mark the release as unstable.
- Click Publish release.
After release
- Confirm the release page links to the correct tag.
- Confirm the README badges still render.
- Confirm the Cite this repository button appears from
CITATION.cff. - Start the next changelog section for future changes.