docs: propagate recent fixes across stats/base/dists and lapack/base#11999
Draft
Planeshifter wants to merge 2 commits intodevelopfrom
Draft
docs: propagate recent fixes across stats/base/dists and lapack/base#11999Planeshifter wants to merge 2 commits intodevelopfrom
stats/base/dists and lapack/base#11999Planeshifter wants to merge 2 commits intodevelopfrom
Conversation
…/logpdf` Propagates fix from ff7716f ("docs: correct C API heading function name in `stats/base/dists/exponential/logcdf`") to a sibling distribution README where the C API level-4 heading carried the wrong function name.
…e/zlacpy` Propagates fix from ee5eced ("docs: improve doctests for complex number typed arrays in `blas/base/wasm`") to a sibling package whose REPL doctests used the same verbose `view.get(i)` / `real(z)` / `imag(z)` unwrap idiom; replaced with a direct `> view` print of the full Complex128Array.
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
Propagating fixes merged to
developbetween 2026-05-07 18:37 UTC and 2026-05-08 11:47 UTC to sibling packages.docs:correct C API heading function nameFixes a copy-paste error in the C API section heading of
@stdlib/stats/base/dists/gumbel/logpdf, propagating the same correction made in ff7716f. The level-4 heading incorrectly namedstdlib_base_dists_gumbel_logcdfrather thanstdlib_base_dists_gumbel_logpdf; the surrounding#include, example call, and C signature were already correct. The defect originated from reuse of sibling-package documentation without updating the function name in the heading.Source: ff7716f (
docs: correct C API heading function name in stats/base/dists/exponential/logcdf)Target packages:
@stdlib/stats/base/dists/gumbel/logpdfdocs:improve doctests for complex number typed arraysPropagates the pattern from ee5eced, which replaced per-element
real/imagunwrap idioms on Complex typed array views with a direct> viewprint rendering the full array, to@stdlib/lapack/base/zlacpy. Both the{{alias}}and{{alias}}.ndarraydoctests indocs/repl.txtwere updated accordingly.Source: ee5eced (
docs: improve doctests for complex number typed arrays in blas/base/wasm)Target packages:
@stdlib/lapack/base/zlacpyRelated Issues
None.
Questions
No.
Other
Validation
Pattern search scope:
lib/node_modules/@stdlib/stats/base/dists/*/*/README.md(423 files scanned).**/docs/repl.txtunderlib/node_modules/@stdlib/, plus the alias-call sweep across complex/real/imag references.Each candidate site passed two independent validation agents (defect confirmation by reading the full file), an adaptation pass (computing the exact
<Complex128Array>[ ... ]rendering from the doctest setup), and a style-consistency pass (checked against an already-fixed sibling,blas/base/wasm/zcopy/docs/repl.txt).Deliberately excluded:
view.get(i)/real/imagtriplet documents per-element accessor behavior itself (e.g.,array/complex64/docs/repl.txt,array/complex128/docs/repl.txt) — the unwrap is the feature being demonstrated.Complex64/Complex128return-value unwraps incomplex/float{32,64}/base/{add,sub,mul,div,...}/docs/repl.txt— no array view, so the source pattern does not apply.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was prepared by Claude Code as part of an automated fix-propagation routine. The agent enumerated candidate sites for each source-commit pattern, ran independent validation passes, and applied the validated patches; commits and the PR body were authored by the agent. A maintainer should review before promoting from draft.
@stdlib-js/reviewers
Generated by Claude Code