Skip to content

release: v0.1.1 - #100

Merged
TMHSDigital merged 2 commits into
mainfrom
release/v0.1.1
Sep 25, 2026
Merged

TMHSDigital merged 2 commits into
mainfrom
release/v0.1.1

Conversation

@TMHSDigital

Copy link
Copy Markdown
Owner

This prepares v0.1.1. Merging it publishes nothing. The tag and the GitHub release are separate steps that come after.

  • Version: 0.1.0 becomes 0.1.1 in pyproject.toml, __init__.py and uv.lock.
  • CHANGELOG: the Unreleased entries move under ## v0.1.1 (2026-09-25), with a one-paragraph summary, and an empty Unreleased heading stays above it.
  • Why a patch and not v0.2.0: v0.2 is a published milestone (Run the local arm for real: local_logits and generative have never left the test suite #3 to Score and ordinal support: rank-aware metrics for rows that currently load and are excluded #6: score support, batching, per-label scaling), and the v0.1.0 notes promise exactly that for v0.2. None of it is in this release. What's here is the review's fixes, hardening, and the local arm's first real run.
  • Version test: tests/test_packaging.py used to assert the literal "0.1.0". It now asserts that __version__ equals pyproject's version and is a plain X.Y.Z. It still catches the v0.1.0 mismatch, and it doesn't need editing at every release.
  • Description: pyproject's 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

TMHSDigital and others added 2 commits September 25, 2026 12:51
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]>
@TMHSDigital
TMHSDigital merged commit 9542d44 into main Sep 25, 2026
23 checks passed
@TMHSDigital
TMHSDigital deleted the release/v0.1.1 branch September 25, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant