chore: follow-up fixes for commits merged to develop in the last 24 hours#13653
Draft
Planeshifter wants to merge 3 commits into
Draft
chore: follow-up fixes for commits merged to develop in the last 24 hours#13653Planeshifter wants to merge 3 commits into
develop in the last 24 hours#13653Planeshifter wants to merge 3 commits into
Conversation
…dified-huber-gradient`
…base/dists/invgamma/quantile`
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-24T14:34:00-07:00 (aef97d0) and 2026-07-25T03:11:20-07:00 (b0882ed). An automated review of that window (12 commits) surfaced the issues below; each was independently re-verified against the diff and the stdlib style guides before being fixed.This pull request:
ml/base/loss/float64/modified-huber-gradientlib/node_modules/@stdlib/ml/base/loss/float64/modified-huber-gradient/README.md).lib/node_modules/@stdlib/ml/base/loss/float64/modified-huber-gradient/README.md(from 9a8f1f3) where thex/pNaN examples both hadNaNin theyslot, leaving those cases undemonstrated; now mirrorssquared-error-gradientwith one example per argument plus all-NaN.stats/base/dists/invgamma/quantilealpha/beta/pparameter description dropped from the C doxygen summaries ininclude/stdlib/stats/base/dists/invgamma/quantile.handsrc/main.cin 525c0cb, aligning wording withlib/main.jsand every other quantile package's C docs.lib/node_modules/@stdlib/stats/base/dists/invgamma/quantile/test/test.native.jsstill read "given large rate parameterbeta"; updated to "scale parameter" to match the corrected shape/scale parameterization.p[i],alpha[i],beta[i],expected[i]) introduced in 525c0cb'stest/test.native.jsforstats/base/dists/invgamma/quantile, bringing them in line with the adjacentexpected[ i ]/p[ i ]usages per the style guide's spaced-array-index rule.stats/base/dists/anglit/pdfx[i]→x[ i ], etc.) in thestats/base/dists/anglit/pdftests introduced by 72cc422, acrosstest/test.factory.js,test/test.main.js, andtest/test.native.js.Related Issues
No related issues.
Questions
No.
Other
Validation performed:
docs/style-guides, comparing new packages against mature reference packages).node --check; changes are limited to comments, docs, test description strings, and whitespace (no behavioral changes).Deliberately excluded (to keep this PR high-signal):
σ <= 0README wording inanglit/pdfmatches the establishedanglit/cdfconvention, so it was left alone; likewise thetest.main.jsnaming, which is shared by several existing packages).EPSrequire" in theatanhtest migration is in fact still used).Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was produced by a scheduled Claude Code review of the last 24 hours of commits merged to
develop. Claude identified, verified, and applied all fixes; a human maintainer will audit before promoting the PR out of draft.Generated by Claude Code