From f0301e71aec05663ded9a1737adad066e8012089 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 16:19:38 +0000 Subject: [PATCH 1/2] chore: align `stats/base/dists/lognormal/logcdf` package description with namespace majority Normalize `package.json` `description` to the `"Lognormal distribution {noun}."` pattern used by 12/14 siblings in the `stats/base/dists/lognormal` namespace (85.7% conformance), and matching the dominant `"{Dist} distribution logarithm of cumulative distribution function (CDF)."` template used across `exponential`, `gamma`, `beta`, `gumbel`, `laplace`, `logistic`, `rayleigh`, and `weibull`. No source, test, or behavioral changes. Co-Authored-By: Claude Opus 4.7 (1M context) Claude-Session: https://claude.ai/code/session_016MpvUVp4pvm7okW5UysayX --- .../@stdlib/stats/base/dists/lognormal/logcdf/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/stats/base/dists/lognormal/logcdf/package.json b/lib/node_modules/@stdlib/stats/base/dists/lognormal/logcdf/package.json index ec047f85eeb4..11d82ba441b6 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/lognormal/logcdf/package.json +++ b/lib/node_modules/@stdlib/stats/base/dists/lognormal/logcdf/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/dists/lognormal/logcdf", "version": "0.0.0", - "description": "Natural logarithm of the cumulative distribution function (CDF) for a lognormal distribution.", + "description": "Lognormal distribution logarithm of cumulative distribution function (CDF).", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", From f2a48244e6d48c8de3eae2c07e4020907fbb74ac Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 16:19:44 +0000 Subject: [PATCH 2/2] chore: align `stats/base/dists/lognormal/logpdf` package description with namespace majority Normalize `package.json` `description` to the `"Lognormal distribution {noun}."` pattern used by 12/14 siblings in the `stats/base/dists/lognormal` namespace (85.7% conformance), and matching the dominant `"{Dist} distribution logarithm of probability density function (PDF)."` template used across `gamma`, `beta`, `gumbel`, `laplace`, `logistic`, `rayleigh`, and `weibull`. No source, test, or behavioral changes. Co-Authored-By: Claude Opus 4.7 (1M context) Claude-Session: https://claude.ai/code/session_016MpvUVp4pvm7okW5UysayX --- .../@stdlib/stats/base/dists/lognormal/logpdf/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/stats/base/dists/lognormal/logpdf/package.json b/lib/node_modules/@stdlib/stats/base/dists/lognormal/logpdf/package.json index d7af214748af..5f691c8f7888 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/lognormal/logpdf/package.json +++ b/lib/node_modules/@stdlib/stats/base/dists/lognormal/logpdf/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/dists/lognormal/logpdf", "version": "0.0.0", - "description": "Natural logarithm of the probability density function (PDF) for a lognormal distribution.", + "description": "Lognormal distribution logarithm of probability density function (PDF).", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",