release: v0.10.0 — SolveStats, the Δt-weighting fix, 99.45% coverage - #137
Merged
Conversation
|
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…lake Fails intermittently on PR CI (twice consecutively on this release PR) while passing locally everywhere and failing main runs too; the check is sensitive to runner-level async timing. Stops gating releases on a coin flip; revisit when the Aqua/1.12.7 interaction is understood.
The unconditional broken=true made Aqua report 'Unexpected Pass' as an error on the healthy versions (the flake is 1.12-runner-specific).
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.
Version bump + CHANGELOG. Everything merged since v0.9.8:
solve!returnsSolveStats(status, iterations, objective, wall time — both backends) feat: solve! returns SolveStats (status, iterations, objective, wall time) #133QuadraticRegularizerweights by a single Δt, not Δt² (QuadraticRegularizer weights by Δt² while its docstring specifies Δt — penalty strength drifts as 1/N #122/fix(objectives): weight QuadraticRegularizer by Δt, not Δt² #123) — this is the fix whose non-release caused Piccolissimo's stale-pin incident; hand-tunedRvalues change meaning, see the changelog's migration noteOn merge: tag v0.10.0 +
@JuliaRegistrator register.