Cut 1.2.0 - #9
Merged
Merged
Conversation
Master carried the time matrix, lyric binding, the SVG chart, the merge predicate and the housekeeping pass, all filed under Unreleased, while version.py still said 1.1.0 -- which is already on PyPI. So there was nothing publishable: building from master would either collide with an existing filename or ship this work mislabelled as 1.1.0. A minor rather than a patch. notation/merge.py, notation/lyrics.py and render/chart.py are new public modules and `chart` and `lyrics` are new commands, all backwards compatible: 6,321 files compile to exactly the music they did in 1.0.0, which is why lyric binding is opt-in. 667 tests, 7 specs, ruff clean, fingerprint unmoved, and both artifacts built and passing twine check. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PBAjxy7cD6DzJ72NX8TJEc
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.
Master carries the time matrix, lyric binding, the SVG chart, the merge
predicate and the housekeeping pass — all filed under Unreleased, while
version.pystill said1.1.0, which is already on PyPI.So there was nothing publishable. Building from master would either collide with
an existing filename or ship all of that work mislabelled as 1.1.0, and PyPI
does not let a filename be replaced.
A minor rather than a patch.
notation/merge.py,notation/lyrics.pyandrender/chart.pyare new public modules;plainsong chartandplainsong lyricsare new commands. All backwards compatible: 6,321 filescompile to exactly the music they did in 1.0.0, which is precisely why lyric
binding is opt-in behind
core.lyrics.Verification
6321 file(s) compile exactly as recorded.version.pyandpyproject.tomlto each other passes — andrelease.ymlholds the tag to both.twine check.Merge this, then tag
v1.2.0to release.🤖 Generated with Claude Code
https://claude.ai/code/session_01PBAjxy7cD6DzJ72NX8TJEc
Generated by Claude Code