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 16, 2024
1 parent 7979282 commit 79eb3b7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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-09)
## Unreleased (2024-09-16)

<section class="features">

### Features

- [`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
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - add `isEqualArray` to namespace
Expand All @@ -28,6 +29,7 @@

<details>

- [`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)_
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - **feat:** add `isEqualArray` to namespace _(by Athan Reines)_
Expand Down
6 changes: 4 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3116,6 +3116,7 @@ hasAtobSupport,"hasAtobSupport()"
hasBigInt64ArraySupport,"hasBigInt64ArraySupport()"
hasBigIntSupport,"hasBigIntSupport()"
hasBigUint64ArraySupport,"hasBigUint64ArraySupport()"
hasBtoaSupport,"hasBtoaSupport()"
hasClassSupport,"hasClassSupport()"
hasDataViewSupport,"hasDataViewSupport()"
hasDefinePropertiesSupport,"hasDefinePropertiesSupport()"
Expand Down Expand Up @@ -3780,6 +3781,7 @@ isUppercase,"isUppercase( value:any )"
isURI,"isURI( value:any )"
isURIError,"isURIError( value:any )"
isVectorLike,"isVectorLike( value:any )"
isWebAssemblyMemory,"isWebAssemblyMemory( value:any )"
isWellFormedString,"isWellFormedString( str:any )"
isWellFormedString.isPrimitive,"isWellFormedString.isPrimitive( str:any )"
isWellFormedString.isObject,"isWellFormedString.isObject( str:any )"
Expand Down Expand Up @@ -5060,7 +5062,7 @@ SAVOY_STOPWORDS_SP,"SAVOY_STOPWORDS_SP()"
SAVOY_STOPWORDS_SWE,"SAVOY_STOPWORDS_SWE()"
scalar2array,"scalar2array( value:any[, dtype:string] )"
scalar2ndarray,"scalar2ndarray( value:any[, options:Object] )"
sdot,"sdot( x:ndarray, y:ndarray )"
sdot,"sdot( x:ndarray, y:ndarray[, dim:integer] )"
SECONDS_IN_DAY,"SECONDS_IN_DAY"
SECONDS_IN_HOUR,"SECONDS_IN_HOUR"
SECONDS_IN_MINUTE,"SECONDS_IN_MINUTE"
Expand Down Expand Up @@ -5127,7 +5129,7 @@ SQRT_THREE,"SQRT_THREE"
SQRT_TWO,"SQRT_TWO"
SQRT_TWO_PI,"SQRT_TWO_PI"
SSA_US_BIRTHS_2000_2014,"SSA_US_BIRTHS_2000_2014()"
sswap,"sswap( x:ndarray, y:ndarray )"
sswap,"sswap( x:ndarray, y:ndarray[, dim:integer] )"
Stack,"Stack()"
standalone2pkg,"standalone2pkg( pkg:string )"
STANDARD_CARD_DECK,"STANDARD_CARD_DECK()"
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 79eb3b7

Please sign in to comment.