v0.3.0 release cut#78
Merged
Merged
Conversation
Aggregate the v0.3.0 CHANGELOG section — the VS Code extension and the per-model leaderboard (never-committed held-out headline + hosted Space) — and bump the package version and CITATION metadata to 0.3.0. The VS Code extension is already in lockstep at 0.3.0, and docs/decisions.md already carries the v0.3 decisions. Refs #52
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.
Summary
gmat_copilot.__version__) andCITATION.cffto 0.3.0; the VS Code extension is already at 0.3.0 (lockstep).## [0.3.0]CHANGELOG.mdsection: the VS Code extension (D15) and the per-model leaderboard with the never-committed held-out headline + hosted Hugging Face Space (D16).docs/decisions.mdalready carries the v0.3 decisions, so the public snapshot needs no change; the README has no roadmap row to trim.Pre-tag audit
uv build→gmat_copilot-0.3.0-py3-none-any.whl,Requires-Python >=3.10, ships the bundled corpus + FAISS index undergmat_copilot/rag/corpus/(corpus.jsonl,index.faiss,manifest.json). Base install stays GMAT-free.Test plan
pip install gmat-copilot==0.3.0resolves on 3.10/3.11/3.12 with permissive base deps only (post-tag).Release execution (post-merge, tracked in #52)
leaderboard/leaderboard.json.v0.3.0→ PyPI + VS Code Marketplace/Open VSX + docs site + GitHub release.CHANGELOG.mdv0.3.0 section.Refs #52