Release history
Changelog
What changed, when, and why. Method additions, class re-placements, and audit refreshes are all tracked here.
Maintenance policy
The Atlas is a maintained index, not a one-time snapshot of the review corpus. When you add or update content:
- Bump
ATLAS_RELEASEinsrc/lib/corpus.ts(e.g. v0.1.2 → v0.1.3 for minor updates; v0.2.0 for a batch of new methods or audit refresh). - Add a changelog entry below with date, version, title, and a one-paragraph summary.
- Tag the git release to match
ATLAS_RELEASE. - Post-review methods: set
added_after_review: truein the method YAML so the catalog separates them from the frozen review corpus. - Major releases: export a Zenodo snapshot (method YAML, audit tables, site build) and update
ATLAS_ZENODO_DOIinsrc/lib/publication.ts.
Current release: v0.1.2. Proposals from method authors are reviewed via /submit before integration.
Release log
- 2026-05-29 v0.1.2
Two-corpus model and index status banner
Distinguishes the 57-method review corpus (frozen in Supporting Information S1) from the maintained Atlas index. Home and /methods show a status banner with live counts; header shows compact index stats. Added added_after_review flag for post-publication entries. Release metadata centralized in src/lib/corpus.ts.
- 2026-05-29 v0.1.1
Sync with 2026 submission materials
Corpus updated to 57 reviewed methods (DeepNEU excluded from scope). Terminology aligned with manuscript explicitness classes (C0-C3). Audit headline numbers, SI descriptions, taxonomy prose, and import/sync script paths refreshed against 2026_Submission2Materials.
- 2026-05-24 v0.1
Initial private preview
Site scaffold, taxonomy and modality pages, sample method entries spanning C0-C3, field-level audit landing, contact-only submission page.