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 1890117 commit 3353a4b
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 @@ -1720,8 +1720,8 @@ base.strided.ddeg2rad,"\nbase.strided.ddeg2rad( N:integer, x:Float64Array, strid
base.strided.ddeg2rad.ndarray,"\nbase.strided.ddeg2rad.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )\n Converts each element in a double-precision floating-point strided array `x`\n from degrees to radians and assigns the results to elements in a double-\n precision floating-point strided array `y` using alternative indexing\n semantics.\n"
base.strided.ddot,"\nbase.strided.ddot( N:integer, x:Float64Array, strideX:integer, y:Float64Array, \n strideY:integer )\n Computes the dot product of two double-precision floating-point vectors.\n"
base.strided.ddot.ndarray,"\nbase.strided.ddot.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )\n Computes the dot product of two double-precision floating-point vectors\n using alternative indexing semantics.\n"
base.strided.dfill,"\nbase.strided.dfill( N:integer, alpha:number, x:Float64Array, stride:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar value.\n"
base.strided.dfill.ndarray,"\nbase.strided.dfill.ndarray( N:integer, alpha:number, x:Float64Array, \n stride:integer, offset:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar value using alternative indexing semantics.\n"
base.strided.dfill,"\nbase.strided.dfill( N:integer, alpha:number, x:Float64Array, strideX:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar value.\n"
base.strided.dfill.ndarray,"\nbase.strided.dfill.ndarray( N:integer, alpha:number, x:Float64Array, \n strideX:integer, offsetX:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar value using alternative indexing semantics.\n"
base.strided.dfloor,"\nbase.strided.dfloor( N:integer, x:Float64Array, strideX:integer, \n y:Float64Array, strideY:integer )\n Rounds each element in a double-precision floating-point strided array `x`\n toward negative infinity and assigns the results to elements in a double-\n precision floating-point strided array `y`.\n"
base.strided.dfloor.ndarray,"\nbase.strided.dfloor.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )\n Rounds each element in a double-precision floating-point strided array `x`\n toward negative infinity and assigns the results to elements in a double-\n precision floating-point strided array `y` using alternative indexing\n semantics.\n"
base.strided.dinv,"\nbase.strided.dinv( N:integer, x:Float64Array, strideX:integer, y:Float64Array, \n strideY:integer )\n Computes the multiplicative inverse for each element in a double-precision\n floating-point strided array `x` and assigns the results to elements in a\n double-precision floating-point strided array `y`.\n"
Expand Down Expand Up @@ -2275,8 +2275,8 @@ base.strided.sdssum,"\nbase.strided.sdssum( N:integer, x:Float32Array, stride:in
base.strided.sdssum.ndarray,"\nbase.strided.sdssum.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements\n using extended accumulation and alternative indexing semantics.\n"
base.strided.sdssumpw,"\nbase.strided.sdssumpw( N:integer, x:Float32Array, stride:integer )\n Computes the sum of single-precision floating-point strided array elements\n using pairwise summation with extended accumulation.\n"
base.strided.sdssumpw.ndarray,"\nbase.strided.sdssumpw.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements\n using pairwise summation with extended accumulation and alternative indexing\n semantics.\n"
base.strided.sfill,"\nbase.strided.sfill( N:integer, alpha:number, x:Float32Array, stride:integer )\n Fills a single-precision floating-point strided array with a specified\n scalar value.\n"
base.strided.sfill.ndarray,"\nbase.strided.sfill.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Fills a single-precision floating-point strided array with a specified\n scalar value using alternative indexing semantics.\n"
base.strided.sfill,"\nbase.strided.sfill( N:integer, alpha:number, x:Float32Array, strideX:integer )\n Fills a single-precision floating-point strided array with a specified\n scalar value.\n"
base.strided.sfill.ndarray,"\nbase.strided.sfill.ndarray( N:integer, alpha:number, x:Float32Array, \n strideX:integer, offsetX:integer )\n Fills a single-precision floating-point strided array with a specified\n scalar value using alternative indexing semantics.\n"
base.strided.sfloor,"\nbase.strided.sfloor( N:integer, x:Float32Array, strideX:integer, \n y:Float32Array, strideY:integer )\n Rounds each element in a single-precision floating-point strided array `x`\n toward negative infinity and assigns the results to elements in a single-\n precision floating-point strided array `y`.\n"
base.strided.sfloor.ndarray,"\nbase.strided.sfloor.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer, y:Float32Array, strideY:integer, offsetY:integer )\n Rounds each element in a single-precision floating-point strided array `x`\n toward negative infinity and assigns the results to elements in a single-\n precision floating-point strided array `y` using alternative indexing\n semantics.\n"
base.strided.sinv,"\nbase.strided.sinv( N:integer, x:Float32Array, strideX:integer, y:Float32Array, \n strideY:integer )\n Computes the multiplicative inverse for each element in a single-precision\n floating-point strided array `x` and assigns the results to elements in a\n single-precision floating-point strided array `y`.\n"
Expand Down Expand Up @@ -5400,6 +5400,9 @@ utf16ToUTF8Array,"\nutf16ToUTF8Array( str:string )\n Converts a UTF-16 encode
vartest,"\nvartest( x:Array<number>, y:Array<number>[, options:Object] )\n Computes a two-sample F-test for equal variances.\n"
waterfall,"\nwaterfall( fcns:Array<Function>, clbk:Function[, thisArg:any] )\n Executes functions in series, passing the results of one function as\n arguments to the next function.\n"
waterfall.factory,"\nwaterfall.factory( fcns:Array<Function>, clbk:Function[, thisArg:any] )\n Returns a reusable waterfall function.\n"
WebAssemblyMemory,"\nWebAssemblyMemory( descriptor:Object )\n WebAssembly memory constructor.\n"
WebAssemblyMemory.prototype.buffer,"\nWebAssemblyMemory.prototype.buffer\n Read-only property which returns the ArrayBuffer (or SharedArrayBuffer)\n referenced by the memory instance.\n"
WebAssemblyMemory.prototype.grow,"\nWebAssemblyMemory.prototype.grow( delta:integer )\n Increases the size of the memory instance by a specified number of\n WebAssembly pages (i.e., 64KiB).\n"
whileAsync,"\nwhileAsync( predicate:Function, fcn:Function, done:Function[, thisArg:any] )\n Invokes a function while a test condition is true.\n"
whileEach,"\nwhileEach( collection:Array|TypedArray|Object, predicate:Function, \n fcn:Function[, thisArg:any] )\n While a test condition is true, invokes a function for each element in a\n collection.\n"
whileEachRight,"\nwhileEachRight( collection:Array|TypedArray|Object, predicate:Function, \n fcn:Function[, thisArg:any] )\n While a test condition is true, invokes a function for each element in a\n collection, iterating from right to left.\n"
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 3353a4b

Please sign in to comment.