Skip to content

Commit 79eb3b7

Browse files
committed
Auto-generated commit
1 parent 7979282 commit 79eb3b7

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-09)
7+
## Unreleased (2024-09-16)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`8504393`](https://github.com/stdlib-js/stdlib/commit/85043930ff962e1c6393c55f7aa6d481b4ea2b81) - add `isWebAssemblyMemory` and `WebAssemblyMemory` to namespace
1314
- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - add `hasBtoaSupport` to namespace
1415
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - add `hasAtobSupport` to namespace
1516
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - add `isEqualArray` to namespace
@@ -28,6 +29,7 @@
2829

2930
<details>
3031

32+
- [`8504393`](https://github.com/stdlib-js/stdlib/commit/85043930ff962e1c6393c55f7aa6d481b4ea2b81) - **feat:** add `isWebAssemblyMemory` and `WebAssemblyMemory` to namespace _(by Athan Reines)_
3133
- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - **feat:** add `hasBtoaSupport` to namespace _(by Athan Reines)_
3234
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - **feat:** add `hasAtobSupport` to namespace _(by Athan Reines)_
3335
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - **feat:** add `isEqualArray` to namespace _(by Athan Reines)_

data/data.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,6 +3116,7 @@ hasAtobSupport,"hasAtobSupport()"
31163116
hasBigInt64ArraySupport,"hasBigInt64ArraySupport()"
31173117
hasBigIntSupport,"hasBigIntSupport()"
31183118
hasBigUint64ArraySupport,"hasBigUint64ArraySupport()"
3119+
hasBtoaSupport,"hasBtoaSupport()"
31193120
hasClassSupport,"hasClassSupport()"
31203121
hasDataViewSupport,"hasDataViewSupport()"
31213122
hasDefinePropertiesSupport,"hasDefinePropertiesSupport()"
@@ -3780,6 +3781,7 @@ isUppercase,"isUppercase( value:any )"
37803781
isURI,"isURI( value:any )"
37813782
isURIError,"isURIError( value:any )"
37823783
isVectorLike,"isVectorLike( value:any )"
3784+
isWebAssemblyMemory,"isWebAssemblyMemory( value:any )"
37833785
isWellFormedString,"isWellFormedString( str:any )"
37843786
isWellFormedString.isPrimitive,"isWellFormedString.isPrimitive( str:any )"
37853787
isWellFormedString.isObject,"isWellFormedString.isObject( str:any )"
@@ -5060,7 +5062,7 @@ SAVOY_STOPWORDS_SP,"SAVOY_STOPWORDS_SP()"
50605062
SAVOY_STOPWORDS_SWE,"SAVOY_STOPWORDS_SWE()"
50615063
scalar2array,"scalar2array( value:any[, dtype:string] )"
50625064
scalar2ndarray,"scalar2ndarray( value:any[, options:Object] )"
5063-
sdot,"sdot( x:ndarray, y:ndarray )"
5065+
sdot,"sdot( x:ndarray, y:ndarray[, dim:integer] )"
50645066
SECONDS_IN_DAY,"SECONDS_IN_DAY"
50655067
SECONDS_IN_HOUR,"SECONDS_IN_HOUR"
50665068
SECONDS_IN_MINUTE,"SECONDS_IN_MINUTE"
@@ -5127,7 +5129,7 @@ SQRT_THREE,"SQRT_THREE"
51275129
SQRT_TWO,"SQRT_TWO"
51285130
SQRT_TWO_PI,"SQRT_TWO_PI"
51295131
SSA_US_BIRTHS_2000_2014,"SSA_US_BIRTHS_2000_2014()"
5130-
sswap,"sswap( x:ndarray, y:ndarray )"
5132+
sswap,"sswap( x:ndarray, y:ndarray[, dim:integer] )"
51315133
Stack,"Stack()"
51325134
standalone2pkg,"standalone2pkg( pkg:string )"
51335135
STANDARD_CARD_DECK,"STANDARD_CARD_DECK()"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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.

0 commit comments

Comments
 (0)