release: v2.1.0#6
Merged
Merged
Conversation
First package version to advance past the PyPI-stuck 1.5.0 (git tags had reached v2.0.2 while pyproject stayed at 1.5.0, so PyPI never updated). 2.1.0 ships the phase-8 work: Pixi + Docker install, PyPI matlabengine, FastMCP 3.4.4, F5/F6/F12 features. Bumps pyproject, the install.bat banner, and the wiki version ref; rebuilds the vendored project wheel to 2.1.0 so the offline bundle matches. Drift-guard + offline resolution verified. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Bumps the package to 2.1.0 — the first version to advance past the
PyPI-stuck
1.5.0.Why: git tags/releases had reached
v2.0.2, butpyproject.tomlwas frozenat
1.5.0the whole time, so everyv2.0.xrelease builtmatlab-mcp-python-1.5.0and PyPI never updated (twine rejects re-uploading an existing version). This bump
finally moves the package version forward and ships the Phase 8 work.
Changes
pyproject.toml1.5.0 → 2.1.0;src/matlab_mcp/__init__.py__version__ → 2.1.0.install.batbanner →v2.1.0(keeps the drift-guard green).matlab_mcp_python-2.1.0so the offlinebundle matches the source (no offline-vs-online version split).
Homeversion reference → v2.1.0.Verified locally: full suite 944 passed; drift-guard passes (project=2.1.0,
fastmcp=3.4.4, banner v2.1.0); offline win_amd64 resolution now serves 2.1.0.
Merging this, then tagging
v2.1.0, triggers the Release workflow to build adraft GitHub release (AI changelog + dist). PyPI publishes only when the draft
is published.
🤖 Generated with Claude Code