Skip to content

Commit 35fb43e

Browse files
committed
Auto-generated commit
1 parent c37b188 commit 35fb43e

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Features
1212

13+
- [`f407a33`](https://github.com/stdlib-js/stdlib/commit/f407a3359654c6f68402ddc9b16d1147c8848949) - add `gminheapify` to namespace
1314
- [`80377b8`](https://github.com/stdlib-js/stdlib/commit/80377b85ea65e0e3399b37f72641748f4406f420) - add `blas/ext/base/gminheapify` [(#12936)](https://github.com/stdlib-js/stdlib/pull/12936)
1415
- [`9bc3dc8`](https://github.com/stdlib-js/stdlib/commit/9bc3dc8b54f957ac3d0978cf51cbc22c1639716e) - add `scunone` to namespace
1516
- [`7cdc092`](https://github.com/stdlib-js/stdlib/commit/7cdc09263464834df5e5e62f4f46feff4dc9c8f1) - add `gindexOfFalsy` and `sminheapSiftDown` to namespace
@@ -397,6 +398,7 @@
397398

398399
<details>
399400

401+
- [`f407a33`](https://github.com/stdlib-js/stdlib/commit/f407a3359654c6f68402ddc9b16d1147c8848949) - **feat:** add `gminheapify` to namespace _(by Athan Reines)_
400402
- [`118a1ea`](https://github.com/stdlib-js/stdlib/commit/118a1eaf28afc9be92abb582b8ca43439237d6a7) - **docs:** update namespace table of contents [(#12947)](https://github.com/stdlib-js/stdlib/pull/12947) _(by stdlib-bot)_
401403
- [`80377b8`](https://github.com/stdlib-js/stdlib/commit/80377b85ea65e0e3399b37f72641748f4406f420) - **feat:** add `blas/ext/base/gminheapify` [(#12936)](https://github.com/stdlib-js/stdlib/pull/12936) _(by Muhammad Haris, Athan Reines)_
402404
- [`9bc3dc8`](https://github.com/stdlib-js/stdlib/commit/9bc3dc8b54f957ac3d0978cf51cbc22c1639716e) - **feat:** add `scunone` to namespace _(by Athan Reines)_

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,15 @@ setReadOnly( ns, 'glinspace', require( '@stdlib/blas-ext-base-glinspace' ) );
13411341
*/
13421342
setReadOnly( ns, 'gminheapSiftDown', require( '@stdlib/blas-ext-base-gminheap-sift-down' ) );
13431343

1344+
/**
1345+
* @name gminheapify
1346+
* @memberof ns
1347+
* @readonly
1348+
* @type {Function}
1349+
* @see {@link module:@stdlib/blas/ext/base/gminheapify}
1350+
*/
1351+
setReadOnly( ns, 'gminheapify', require( '@stdlib/blas-ext-base-gminheapify' ) );
1352+
13441353
/**
13451354
* @name gmskrev
13461355
* @memberof ns

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"@stdlib/blas-ext-base-glast-index-of-row": "github:stdlib-js/blas-ext-base-glast-index-of-row#main",
182182
"@stdlib/blas-ext-base-glinspace": "^0.1.1",
183183
"@stdlib/blas-ext-base-gminheap-sift-down": "github:stdlib-js/blas-ext-base-gminheap-sift-down#main",
184+
"@stdlib/blas-ext-base-gminheapify": "github:stdlib-js/blas-ext-base-gminheapify#main",
184185
"@stdlib/blas-ext-base-gmskrev": "github:stdlib-js/blas-ext-base-gmskrev#main",
185186
"@stdlib/blas-ext-base-gnancount": "github:stdlib-js/blas-ext-base-gnancount#main",
186187
"@stdlib/blas-ext-base-gnannsumkbn": "^0.3.1",

0 commit comments

Comments
 (0)