Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 20, 2024
1 parent 53b3129 commit 997c5ac
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-16)
## Unreleased (2024-09-20)

<section class="features">

### Features

- [`a215aba`](https://github.com/stdlib-js/stdlib/commit/a215aba7a01decc26f4d2ea7b7046dafc69ea96b) - add `isndarrayLikeWithDataType` to namespace
- [`8504393`](https://github.com/stdlib-js/stdlib/commit/85043930ff962e1c6393c55f7aa6d481b4ea2b81) - add `isWebAssemblyMemory` and `WebAssemblyMemory` to namespace
- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - add `hasBtoaSupport` to namespace
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - add `hasAtobSupport` to namespace
Expand All @@ -29,6 +30,7 @@

<details>

- [`a215aba`](https://github.com/stdlib-js/stdlib/commit/a215aba7a01decc26f4d2ea7b7046dafc69ea96b) - **feat:** add `isndarrayLikeWithDataType` to namespace _(by Athan Reines)_
- [`8504393`](https://github.com/stdlib-js/stdlib/commit/85043930ff962e1c6393c55f7aa6d481b4ea2b81) - **feat:** add `isWebAssemblyMemory` and `WebAssemblyMemory` to namespace _(by Athan Reines)_
- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - **feat:** add `hasBtoaSupport` to namespace _(by Athan Reines)_
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - **feat:** add `hasAtobSupport` to namespace _(by Athan Reines)_
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.

Aayush Khanna <[email protected]>
Adarsh Palaskar <[email protected]>
Aditya Sapra <[email protected]>
AgPriyanshu18 <[email protected]>
Expand Down Expand Up @@ -39,6 +40,7 @@ Joey Reed <[email protected]>
Jordan Gallivan <[email protected]>
Joris Labie <[email protected]>
Justin Dennison <[email protected]>
Kaif Mohd <[email protected]>
Karthik Prakash <[email protected]>
Khaldon <[email protected]>
Krishnendu Das <[email protected]>
Expand Down
11 changes: 7 additions & 4 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1721,8 +1721,8 @@ base.strided.ddeg2rad,"base.strided.ddeg2rad( N, x, strideX, y, strideY )"
base.strided.ddeg2rad.ndarray,"base.strided.ddeg2rad.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.ddot,"base.strided.ddot( N, x, strideX, y, strideY )"
base.strided.ddot.ndarray,"base.strided.ddot.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.dfill,"base.strided.dfill( N, alpha, x, stride )"
base.strided.dfill.ndarray,"base.strided.dfill.ndarray( N, alpha, x, stride, offset )"
base.strided.dfill,"base.strided.dfill( N, alpha, x, strideX )"
base.strided.dfill.ndarray,"base.strided.dfill.ndarray( N, alpha, x, strideX, offsetX )"
base.strided.dfloor,"base.strided.dfloor( N, x, strideX, y, strideY )"
base.strided.dfloor.ndarray,"base.strided.dfloor.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.dinv,"base.strided.dinv( N, x, strideX, y, strideY )"
Expand Down Expand Up @@ -2276,8 +2276,8 @@ base.strided.sdssum,"base.strided.sdssum( N, x, stride )"
base.strided.sdssum.ndarray,"base.strided.sdssum.ndarray( N, x, stride, offset )"
base.strided.sdssumpw,"base.strided.sdssumpw( N, x, stride )"
base.strided.sdssumpw.ndarray,"base.strided.sdssumpw.ndarray( N, x, stride, offset )"
base.strided.sfill,"base.strided.sfill( N, alpha, x, stride )"
base.strided.sfill.ndarray,"base.strided.sfill.ndarray( N, alpha, x, stride, offset )"
base.strided.sfill,"base.strided.sfill( N, alpha, x, strideX )"
base.strided.sfill.ndarray,"base.strided.sfill.ndarray( N, alpha, x, strideX, offsetX )"
base.strided.sfloor,"base.strided.sfloor( N, x, strideX, y, strideY )"
base.strided.sfloor.ndarray,"base.strided.sfloor.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.sinv,"base.strided.sinv( N, x, strideX, y, strideY )"
Expand Down Expand Up @@ -5484,6 +5484,9 @@ utf16ToUTF8Array,"utf16ToUTF8Array( str )"
vartest,"vartest( x, y[, options] )"
waterfall,"waterfall( fcns, clbk[, thisArg] )"
waterfall.factory,"waterfall.factory( fcns, clbk[, thisArg] )"
WebAssemblyMemory,"WebAssemblyMemory( descriptor )"
WebAssemblyMemory.prototype.buffer,"WebAssemblyMemory.prototype.buffer"
WebAssemblyMemory.prototype.grow,"WebAssemblyMemory.prototype.grow( delta )"
whileAsync,"whileAsync( predicate, fcn, done[, thisArg] )"
whileEach,"whileEach( collection, predicate, fcn[, thisArg] )"
whileEachRight,"whileEachRight( collection, predicate, fcn[, thisArg] )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 997c5ac

Please sign in to comment.