release: v0.5.0#54
Merged
Merged
Conversation
Bump version 0.4.0 -> 0.5.0 and promote the [Unreleased] CHANGELOG section under ## [0.5.0] - 2026-05-18. Headline change since 0.4.0: add-gt-alignment-target — third built-in FaithfulnessTarget (GroundTruthTarget), motivated by jascal/sm-sae's production GroundTruthAlignment scorer. The default surface is byte-identical to v0.4.0; GT-alignment is opt-in only via ForgePipeline(faithfulness=GroundTruthTarget(...)). Minor-version bump (vs patch) reflects the new scipy>=1.10 runtime dep — additive on default behaviour but technically breaking for callers with strict pins. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
saeforge/__init__.py::__version__from0.4.0→0.5.0.[Unreleased]CHANGELOG section under## [0.5.0] — 2026-05-18with a short release-header summary.Why this version
Headline change since 0.4.0 is
add-gt-alignment-target(PR #51 proposal, PR #52 implementation, PR #53 archive) — third built-inFaithfulnessTarget(GroundTruthTarget), motivated byjascal/sm-sae's productionGroundTruthAlignmentscorer. Default surface is byte-identical to v0.4.0; GT-alignment is opt-in only viaForgePipeline(faithfulness=GroundTruthTarget(...)).Minor-version bump (vs. patch) reflects the new
scipy>=1.10runtime dep — additive on default behaviour but technically breaking for callers with strict pins.Follow-up after merge (manual)
git tag v0.5.0 <merge-sha> && git push origin v0.5.0[0.5.0]bodypython -m build && twine upload dist/*(or however the v0.4.0 publish was done — there's no GH Actions PyPI workflow in.github/workflows/)Test plan
python -c "import saeforge; print(saeforge.__version__)"→0.5.0git diff mainis exactly 2 files (no surprise drag-in)Generated with Claude Code