docs: follow-up fixes for commits merged to develop on 2026-05-26#12300
Merged
Conversation
kgryte
approved these changes
May 27, 2026
Contributor
Coverage ReportNo coverage information available. |
Member
|
As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge. |
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-05-26 01:38 PT (f42a835) and 2026-05-26 03:32 PT (58bbb07). Three issues survived filtering across two independent style audits and two independent bug scans; each is grouped into its own per-package commit.This pull request:
lib/node_modules/@stdlib/blas/base/ndarray/dsdot/README.md(introduced in496a0da) to note that accumulation is performed in double precision, distinguishingdsdotfromsdotand matching the existingrepl.txtdocumentation.lib/node_modules/@stdlib/blas/ext/base/dxsa(introduced inec4adc0) with siblingsxsa/gxsaconventions:// VARIABLES //section header inlib/dxsa.jsto// MODULES //to match the stdlib convention forrequire-only blocks.@returns input arraywith@returns `x`across all three signatures indocs/types/index.d.ts.[@stdlib/array/float64]link definition inREADME.mdfrom the repo root to the package tree URL.lib/node_modules/@stdlib/blas/base/ndarray/sdsdot/docs/repl.txt(introduced ine8b5180), which incorrectly stated the function returns0.0for empty input — the accumulator is initialised to the scalar third argument and returned directly whenN <= 0, as the existing tests already asserted.Related Issues
No.
Questions
No.
Other
The 24-hour window covered 18 first-parent commits to
develop(f42a835..58bbb07), dominated by newblas/ext/basepackages (caxpb,dxsa,sxsa,daxpb), newblas/base/ndarraywrappers (dsdot,sdsdot,scasum), theisMatrixTranspose→resolveStrrefactor across the gemm family, and routine doc/namespace housekeeping.Validation:
sxsa/gxsafordxsa;ddot/dasumfor the new ndarray wrappers;daxpb/saxpbforcaxpb).docs/style-guides/javascript.Deliberately excluded:
isMatrixTranspose→resolveStrrefactor pattern (deliberate API broadening to accept integer CBLAS enum codes).Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code: 24 hours of
developcommits were reviewed by four parallel agents (two style audits, two bug scans); only findings that survived independent re-verification against the diff and the relevant sibling reference package are included.@stdlib-js/reviewers
Generated by Claude Code