From c9646ac81e12bd7bdb3bc23de282e98a54d9d4a6 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 8 Jan 2025 07:45:04 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + examples/index.js | 2 +- package.json | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8323cf1..ab15e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@
+- [`21006f2`](https://github.com/stdlib-js/stdlib/commit/21006f2b89ee26106054fb7895792c09f1f3fc7e) - **docs:** fix examples require path for `blas/ext/base/gnansumpw` [(#4642)](https://github.com/stdlib-js/stdlib/pull/4642) _(by Muhammad Haris)_ - [`86d1379`](https://github.com/stdlib-js/stdlib/commit/86d1379bcadc1736b92d507ce6ea03c58c24b1d3) - **refactor:** update `blas/ext/base/gnansumpw` to follow current project conventions [(#4641)](https://github.com/stdlib-js/stdlib/pull/4641) _(by Muhammad Haris)_
diff --git a/examples/index.js b/examples/index.js index f947cc0..73d24cd 100644 --- a/examples/index.js +++ b/examples/index.js @@ -21,7 +21,7 @@ var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ); var bernoulli = require( '@stdlib/random-base-bernoulli' ); var filledarrayBy = require( '@stdlib/array-filled-by' ); -var gnansumpw = require( '@stdlib/blas-ext-base-gnansumpw' ); +var gnansumpw = require( './../lib' ); function rand() { if ( bernoulli( 0.7 ) > 0 ) { diff --git a/package.json b/package.json index 6cffa8e..500e85c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "devDependencies": { "@stdlib/array-filled-by": "^0.2.1", "@stdlib/array-float64": "^0.2.2", - "@stdlib/blas-ext-base-gnansumpw": "^0.2.2", "@stdlib/math-base-special-pow": "^0.3.0", "@stdlib/random-base-bernoulli": "^0.2.1", "@stdlib/random-base-discrete-uniform": "^0.2.1",