chore: update keywords - #14212
Merged
Merged
Conversation
Add the four standard namespace keywords ('stdmath', 'stats',
'mathematics', 'math') to the package.json keywords array. Each is
present in 162 of 163 (99.4%) sibling packages in the stats/incr
namespace, including the base sibling stats/incr/covariance and the
parallel NaN-aware sibling stats/incr/nancv; nancovariance was the
sole member lacking them, an omission introduced when the NaN-aware
variant was scaffolded from an incomplete template.
Keywords are npm discovery metadata only; this change does not affect
runtime behavior, tests, types, or the public API.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
marked this pull request as ready for review
August 13, 2026 05:01
kgryte
approved these changes
Aug 13, 2026
stats/incr/nancovariance
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
This pull request restores four standard namespace keywords to
stats/incr/nancovariance, whosepackage.jsonwas the sole member of the 163-packagestats/incrnamespace missing them.stats/incr/nancovarianceAdds
stdmath,stats,mathematics, andmathto thekeywordsarray. Each of the four is present in 162 of 163 (99.4%) sibling packages, including the base siblingstats/incr/covarianceand the NaN-aware siblingstats/incr/nancv;nancovariancealone dropped them when it was scaffolded from an incomplete template. The four keywords are inserted in canonical position to matchcovariance, leaving every existing keyword (including thenanmarker) untouched. Keywords are npm discovery metadata only — no runtime behavior, tests, types, or public API change.Related Issues
None.
Questions
No.
Other
PR #13497 (merged) previously examined this same
package.json's keywords and deliberately left them, citing the contestednan/ignoremarker keywords and their ordering as a judgment call. This change is orthogonal to that exclusion: it restores four uncontested universal namespace keywords and does not touch thenanmarker or the ordering question #13497 declined. Conformance for the four added keywords across the namespace is 99.4% (162/163).Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by an automated Claude Code cross-package drift-detection pass over the
stats/incrnamespace. Structural features were extracted across all 163 members and semantic features via deterministic parsing; the single surviving keyword-conformance outlier was independently confirmed by three validation subagents (two opus, one sonnet) before the fix was applied and re-verified against the diff. A maintainer should audit before promoting out of draft.@stdlib-js/reviewers
Generated by Claude Code