release: v0.1.1 - #100
Merged
Merged
release: v0.1.1#100
Conversation
Bumps the version to 0.1.1 and moves Unreleased under a v0.1.1 heading. It is a patch release on purpose: v0.2 is a published milestone (score support, batching, per-label scaling) and none of it is here. The packaging test now holds __version__ to pyproject's version and to a plain X.Y.Z rather than to a literal, so it keeps guarding the v0.1.0 mismatch without being edited at every release. pyproject's description now matches what the tool says it does. Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
…rts never ran Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
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.
This prepares v0.1.1. Merging it publishes nothing. The tag and the GitHub release are separate steps that come after.
pyproject.toml,__init__.pyanduv.lock.## v0.1.1 (2026-09-25), with a one-paragraph summary, and an empty Unreleased heading stays above it.tests/test_packaging.pyused to assert the literal"0.1.0". It now asserts that__version__equals pyproject's version and is a plainX.Y.Z. It still catches the v0.1.0 mismatch, and it doesn't need editing at every release.description, which ships in the wheel's metadata, now matches the tool: "Measure whether a decision model's probabilities are trustworthy on your own labeled data."The gate, the lock check and the site checks pass.
🤖 Generated with Claude Code