CompatHelper: bump compat for TaylorDiff to 0.2, (keep existing compat)#3
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
orebas
added a commit
that referenced
this pull request
Jun 12, 2026
…view fixes Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
orebas
added a commit
that referenced
this pull request
Jun 12, 2026
…NaN, warns, seeds, guard P0 (probe-adjudicated): - #1 process_raw_solution: probe = LATENT (0/79 registry models reorder under MTK 11, adversarial declaration order preserved) — fixed as convention unification: the pre-err parameter pass resolves by findfirst against MTK order exactly like the states loop (identical behavior when orders match); the redundant post-err second pass is deleted; the seeded-rescue producer's MIXED-convention raw_sol (states MTK-ordered, params original-ordered) is unified to MTK order. - #2 _has_trfn checked p_true, but trfn vars are transform-added STATES (live in ic) — was always false, so multipoint never disabled for transcendental models. Now checks ic ∪ p_true. - #3 MP→SP projection fabricated 0.0 for unmapped vars — now NaN (fails the candidate's ODE solve → err 1e15 → ranked out; the 0.0 solved plausibly). Same class as the Phase-C data-evaluator fixes. P1: - The three multipoint failure catches (template build / combo eval / HC solve) no longer gate their @warn on opts.diagnostics (maxlog=10) — a systematically failing multipoint stage was invisible at default verbosity. - Structural RNG seeded: the QR-pivot draw deciding WHICH unidentifiable parameter gets fixed; both template rank-probe loops (matching the already-seeded noise-frontier twin); the terminal direct-opt rescue (hash-derived per problem); _track_gamma_straight's default rng. fast_core's lone unseeded noisy sampling seeded (+ using Random). - Final polish ODE solve guarded (try/catch + polish_ode_maxiters, mirroring the in-loss solve) — a throwing integrator in the terminal rescue paths no longer kills the estimation. Tracker checkboxes updated. Full suite: 755/755 green. Co-Authored-By: Claude Opus 4.8 (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.
This pull request changes the compat entry for the
TaylorDiffpackage from=0.2.1to=0.2.1, 0.2.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.