Prepare 0.30.1-beta release - #541
Merged
Merged
Conversation
Makie backend parity (#540): render! / overlay, HLine/VLine decorations, :steppost / :scatter seriestype dispatch, z_order, axis-attribute forwarding. Plus the :split + `label=` legend fix on both backends, and the plotting-guide docs pass. All additive / bug-fix — no breaking change. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Prepares the 0.30.1-beta release: version bump +
CHANGELOG.md+BREAKING.md.Bundles the plotting work merged since
v0.30.0-beta:Plotting.render!/ overlay on aMakie.Figure,HLine/VLinedecorations,:steppost/:scatterseriestype dispatch,z_order, and axis-attribute forwarding inrender/render!. Methods that previously threwNotImplementednow work.1a2624f—:splitlegend fix: a userlabel=(or an IR series label) turns the legend back on, on both the Plots and Makie backends.1b71e9e— docs pass: plotting guide names both backends + new "User Attributes: Series vs Axis" section.All additive or bug-fix — no breaking change (see
BREAKING.md→ Non-breaking note (0.30.1-beta); also backfilled the missing 0.30.0-beta note).Also dates the
[0.30.0-beta]changelog heading (2026-08-27, the tag date).Follow-up
Once this merges and is registered,
control-toolbox/CTModels.jl#411needs its[compat] CTBasebumped to0.30.1— its CI is red only because the released CTBase still has the proof-of-concept Makie backend.🤖 Generated with Claude Code