[tb/statistics_bump] Bump Statistics stdlib 1bb9f77 → e7bf7a4 - #62986
Merged
Conversation
Member
|
Can you include the git diff between the old and new commits? |
Member
Stdlib: Statistics URL: https://github.com/JuliaStats/Statistics.jl.git Stdlib branch: master Julia branch: tb/statistics_bump Old commit: 1bb9f77 New commit: e7bf7a4 Julia version: 1.14.0-DEV Statistics version: 1.11.5 (Does not match) Diff: JuliaStats/Statistics.jl@1bb9f77...e7bf7a4 ``` $ git log --oneline 1bb9f77..e7bf7a4 e7bf7a4 test: Do not assert which NaN `mean` returns (#213) ``` Picks up JuliaStats/Statistics.jl#213, which stops the tests from asserting which NaN `mean` returns; they failed on RISC-V, where arithmetic yields the canonical NaN. Assisted-by: Claude Code (Fable 5.1)
maleadt
force-pushed
the
tb/statistics_bump
branch
from
September 2, 2026 20:49
cdb04a3 to
b29a385
Compare
Member
Author
TIL. Replaced the PR with the results of that script. |
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.
Stdlib: Statistics
URL: https://github.com/JuliaStats/Statistics.jl.git
Stdlib branch: master
Julia branch: tb/statistics_bump
Old commit: 1bb9f77
New commit: e7bf7a4
Julia version: 1.14.0-DEV
Statistics version: 1.11.5 (Does not match)
Diff:
JuliaStats/Statistics.jl@1bb9f77...e7bf7a4
Picks up JuliaStats/Statistics.jl#213, which stops the tests from asserting
which NaN
meanreturns; they failed on RISC-V, where arithmetic yields thecanonical NaN.
Assisted-by: Claude Code (Fable 5.1)