Release v0.3.0 - #57
Merged
Merged
Conversation
Bump 0.2.0 -> 0.3.0. generator_version stays 0.3.0 (the manifest's new preferences_sha256 is optional/additive; existing bundles verify unchanged). Highlights (full list in CHANGELOG): - Closes the validator-hack / arch-mismatch pattern: portable-code prompts, retarget prompts to the actual validating GPU, non-blocking guard-removal flag. - Denser training signal: DPO correctness preference pairs, now sha256-pinned and attested in the manifest; token-efficient diff-style repair export. - External task seeds (KernelBook/opus/gpt-oss, PyTorch tasks only, re-proved).
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.
Cuts v0.3.0 — bumps
pyproject.toml(0.2.0 → 0.3.0) and rolls[Unreleased]into[0.3.0] — 2026-07-26.generator_versionstays 0.3.0 (the newpreferences_sha256manifest field is optional/additive; existing bundles verify unchanged).Highlights
Dataset-quality + training-signal release (PRs #35, #51–#56):
385 tests pass, ruff clean.
Compatibility
Additive only: the manifest gains an optional, attested
preferences_sha256; bundles without it verify exactly as before. Nostable_keyschange, nogenerator_versionbump.After merge, tag
v0.3.0on the merge commit + publish the GitHub Release.