Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Release notes

This section summarizes the numerical changes that downstream packages must understand. The canonical keep-a-changelog record remains in the repository’s CHANGELOG.md; the Release checklist turns publication into explicit, evidence-carrying local and remote gates.

Two reconciliations from the 0.1.0 line are worth flagging here because they can shift downstream numbers:

Release evidence

Before a release or downstream migration, record the exact commands and results used to qualify the branch. The normal local gate is:

bash scripts/check.sh

For a Pages candidate, also verify the production base path and rendered DOM:

BASE_URL=/jaxstro bash scripts/check_docs.sh

The release note should name any intentionally skipped gate, the reason it was skipped, and the narrower command that still covers the changed subsystem.

Data packaging policy

Do not commit large external scientific data products to the repo or wheel. Local mirrors such as PHOENIX/NewEra atmosphere products belong under gitignored data or cache directories. Tests should use tiny synthetic fixtures or compact metadata manifests unless a small redistributable upstream product is explicitly approved and documented.

No checklist row authorizes a remote action. Pushes, Pages configuration, deployment, tags, archives, and package-index uploads remain separate approvals.