chore: apply follow-up fixes for commits recently merged to develop#13522
Draft
Planeshifter wants to merge 6 commits into
Draft
chore: apply follow-up fixes for commits recently merged to develop#13522Planeshifter wants to merge 6 commits into
Planeshifter wants to merge 6 commits into
Conversation
…anglit/mode` Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019iy7YuYNzmf8Z4Aibs6mM8
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019iy7YuYNzmf8Z4Aibs6mM8
…ensitive-gradient` Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019iy7YuYNzmf8Z4Aibs6mM8
…-insensitive-gradient` Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019iy7YuYNzmf8Z4Aibs6mM8
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019iy7YuYNzmf8Z4Aibs6mM8
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019iy7YuYNzmf8Z4Aibs6mM8
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
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.
Description
Follow-up fixes for commits merged to
developbetween 2026-07-16T10:51:12-07:00 (1255cc0) and 2026-07-17T04:16:00-07:00 (b8618bf).This pull request:
stats/base/dists/anglit/modemain.jsvariable naming inlib/node_modules/@stdlib/stats/base/dists/anglit/mode/lib/index.js, introduced in 6b72eb2 asmodeinstead ofmain; renames to match the siblinganglitdistribution packages (cdf,entropy) added in the same batch.stats/base/dists/anglit/mode'sREADME.md,examples/index.js, andexamples/c/example.c, swapping in the Greek small letter mu (μ, U+03BC) to matchanglit/cdf,anglit/entropy, and the rest of the package.stats/incr/nanmhmean[harmonic-mean][harmonic-mean]to[harmonic mean][harmonic-mean]on line 64 oflib/node_modules/@stdlib/stats/incr/nanmhmean/README.md, matching the display text used everywhere else in the file. Follow-up to ef3f635.ml/base/loss/float64/epsilon-insensitive-gradientepsilon-insensitive-gradientREADME (- **p**: predicted value.) had a stray trailing space.ml/base/loss/float64/squared-epsilon-insensitive-gradientml/base/loss/float64/squared-epsilon-insensitive-gradient(missed in 1e6bfce): adds[squared epsilon insensitive loss gradient][squared-epsilon-insensitive-loss-gradient]links in the tagline, intro, and usage sections and defines the reference link in the links section, bringing it in line with the siblingepsilon-insensitive-gradientandsquared-error-gradientpackages added in the same batch.os/platformPLATFORMvalues list inlib/node_modules/@stdlib/os/platform/README.md, which the notes section added in 1255cc0 left incomplete —'aix'and'openbsd'are validprocess.platformvalues (and already declared in the package'spackage.jsonosfield) but were missing from the enumeration._tools/lint/repl-txtoptionsin the_tools/lint/repl-txtREADME when 425613d rewrote the results object; every other_toolsREADME backtick-quotesoptionsin these two sentences, so this was just a slip in that refactor.Related Issues
No.
Questions
No.
Other
Validation. All 36 commits merged to
developin the window were reviewed by two independent style-compliance passes (checked againstdocs/style-guidesand established sibling reference packages) and two independent bug scans (mathematical correctness of the newanglitdistribution functions, NaN-aware incremental accumulators, ML loss gradients, BLASdspr/ssprwrappers and enum refactors, and the dynamic package resolution tooling). No runtime bugs were found in the window; every fix in this PR was independently re-verified against the diff before inclusion.Deliberately excluded: subjective/judgment-call findings, and anything not fixable within the window's diff. Notably,
blas/base/dsymvandblas/base/sspmv(bothlib/*.jsvariants) throwTypeErrors with unsubstituted%splaceholders (missingformat()wrapping) — a real defect, but pre-existing code outside this window's diff, so it is left for a separate PR.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code as part of an automated review of commits merged to
developin the last 24 hours: multiple independent AI review passes flagged candidate issues, each finding was re-verified against the diff before a fix was applied, and all fixes were applied and committed by Claude Code. A human maintainer will audit before promoting this draft.