Release v0.3.0 - Phase 5 Interactive Playground Complete#76
Merged
InauguralPhysicist merged 4 commits intomainfrom Nov 23, 2025
Merged
Release v0.3.0 - Phase 5 Interactive Playground Complete#76InauguralPhysicist merged 4 commits intomainfrom
InauguralPhysicist merged 4 commits intomainfrom
Conversation
- Update version to 0.3.0 in pyproject.toml and __init__.py - Add v0.3.0 release notes to CHANGELOG.md with Phase 5 achievements - Update README.md to reflect Phase 5 completion status - Update ROADMAP.md to mark Phase 5 as complete - All 665 tests passing Co-authored-by: InauguralPhysicist <217690737+InauguralPhysicist@users.noreply.github.com>
- Update PHASE3_COMPLETION_STATUS.md to note Phase 5 is complete - Update ROADMAP.md overview text to mention v0.3.0 - All 665 tests passing Co-authored-by: InauguralPhysicist <217690737+InauguralPhysicist@users.noreply.github.com>
- Import __version__ from eigenscript module - Update REPL startup message to use dynamic version - Update --version argument to use dynamic version - Ensures all version references stay in sync - All 665 tests passing Co-authored-by: InauguralPhysicist <217690737+InauguralPhysicist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare for release of version 0.3.0
Release v0.3.0 - Phase 5 Interactive Playground Complete
Nov 23, 2025
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 version to 0.3.0 to mark completion of Phase 5 (EigenSpace Interactive Playground).
Changes
Version Management
pyproject.tomlandsrc/eigenscript/__init__.pyto v0.3.0__main__.pyto import__version__dynamically, eliminating hardcoded version stringsRelease Documentation
CHANGELOG.md: Added v0.3.0 entry documenting:
ROADMAP.md:
README.md: Updated roadmap section to show Phase 5 complete, Phase 6 next
Version Consistency
All version references now trace to single source in
__init__.py:Tests
665/665 passing (100% pass rate)
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.