0.7.0: one clean engine line — real-semantics pow, LLM-proposal channel, special-point certification#37
Merged
Merged
Conversation
…ean engine line) pow at a -inf base with finite non-integer exponent is NaN (real semantics) across the constant folder, operator realizations, and interval engine; magnitude-step cells at infinite exponents unchanged. BREAKING: the dev_7-3 reproduction line is removed (fold selector, legacy conversion variants, frozen 0.2.15 fixtures, port anchors) -- reproduce v23.0-era behavior with simplipy<=0.6.0. Parity fixtures re-baselined to the aligned line; engine_id reports the package version. Gates: cargo 63/63 warning-free; wheel-venv pytest 263/263; blast radius 0/2000; mkdocs strict clean. Known: dev_7-3 asset rule exp(u/0)->pow(-inf,u) is C99-era value-certified and inconsistent under aligned semantics (2/10k; narrow test skip; asset deliberately unchanged -- historical ruleset, superseded by the next mine). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EhLKRZHNh5nNjLZhZqym9w
… certified candidates merge through the identical certification path Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EhLKRZHNh5nNjLZhZqym9w
…edirs('')
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EhLKRZHNh5nNjLZhZqym9w
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EhLKRZHNh5nNjLZhZqym9w
… battery, source-constant sweep Certification gains a judge-grade special-point phase: fitted witnesses snap to their shipped integer/half-integer form before the domain-preservation gate, every accepted pair is checked at a battery of symbolic contract points per variable, and single-constant sources sweep a battery of special constant values. Deployed-vs-contract diverging rows are re-judged at three fixed precision rungs with coordinates rendered per precision, keeping stable limit completions while rejecting precision-dependent seams fail-closed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EhLKRZHNh5nNjLZhZqym9w
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
0.7.0 ships ONE engine line and a substantially hardened miner.
powat a-infbase with a finite non-integer exponent is NaN across the constant folder, the operator realizations, and the interval engine; magnitude-step cells at infinite exponents unchanged.foldparameter, quirk-preserving conversion variants, and frozen parity fixtures are gone. To reproduce the legacy behavior byte-for-byte, installsimplipy<=0.6.0.find_rules(..., proposals=...)certifies external candidate rules through the identical certification chain and merges the survivors, making a mined-plus-proposed ruleset reproducible from one config and one command.engine_idnow reports the package version; CLIfind-rules -oaccepts a bare filename.Test plan
cargo test(69 passed),cargo fmt --check,cargo clippy(no new warnings)pytest testson the built wheel (272 passed), including the newTestSpecialPointCertificationbattery🤖 Generated with Claude Code
https://claude.ai/code/session_01EhLKRZHNh5nNjLZhZqym9w