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 3bef0ee commit 1890117
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 @@ -3076,6 +3076,7 @@ hasAtobSupport,"\nhasAtobSupport()\n Tests for native `atob` support.\n"
hasBigInt64ArraySupport,"\nhasBigInt64ArraySupport()\n Tests for native `BigInt64Array` support.\n"
hasBigIntSupport,"\nhasBigIntSupport()\n Tests for native `BigInt` support.\n"
hasBigUint64ArraySupport,"\nhasBigUint64ArraySupport()\n Tests for native `BigUint64Array` support.\n"
hasBtoaSupport,"\nhasBtoaSupport()\n Tests for native `btoa` support.\n"
hasClassSupport,"\nhasClassSupport()\n Tests for native `class` support.\n"
hasDataViewSupport,"\nhasDataViewSupport()\n Tests for native `DataView` support.\n"
hasDefinePropertiesSupport,"\nhasDefinePropertiesSupport()\n Tests for `Object.defineProperties` support.\n"
Expand Down Expand Up @@ -3728,6 +3729,7 @@ isUppercase,"\nisUppercase( value:any )\n Tests if a value is an uppercase st
isURI,"\nisURI( value:any )\n Tests if a value is a URI.\n"
isURIError,"\nisURIError( value:any )\n Tests if a value is a URIError object.\n"
isVectorLike,"\nisVectorLike( value:any )\n Tests if a value is a 1-dimensional ndarray-like object.\n"
isWebAssemblyMemory,"\nisWebAssemblyMemory( value:any )\n Tests if a value is a WebAssembly memory instance.\n"
isWellFormedString,"\nisWellFormedString( str:any )\n Tests if a string is well-formed.\n"
isWellFormedString.isPrimitive,"\nisWellFormedString.isPrimitive( str:any )\n Tests if a string is a well-formed string primitive.\n"
isWellFormedString.isObject,"\nisWellFormedString.isObject( str:any )\n Tests if a string is a well-formed string object.\n"
Expand Down Expand Up @@ -5004,7 +5006,7 @@ SAVOY_STOPWORDS_SP,"\nSAVOY_STOPWORDS_SP()\n Returns a list of Spanish stop w
SAVOY_STOPWORDS_SWE,"\nSAVOY_STOPWORDS_SWE()\n Returns a list of Swedish stop words.\n"
scalar2array,"\nscalar2array( value:any[, dtype:string] )\n Returns a single-element array containing a provided scalar value.\n"
scalar2ndarray,"\nscalar2ndarray( value:any[, options:Object] )\n Returns a zero-dimensional ndarray containing a provided scalar value.\n"
sdot,"\nsdot( x:ndarray, y:ndarray )\n Computes the dot product of two single-precision floating-point vectors.\n"
sdot,"\nsdot( x:ndarray, y:ndarray[, dim:integer] )\n Computes the dot product of two single-precision floating-point vectors.\n"
SECONDS_IN_DAY,"\nSECONDS_IN_DAY\n Number of seconds in a day.\n"
SECONDS_IN_HOUR,"\nSECONDS_IN_HOUR\n Number of seconds in an hour.\n"
SECONDS_IN_MINUTE,"\nSECONDS_IN_MINUTE\n Number of seconds in a minute.\n"
Expand Down Expand Up @@ -5070,7 +5072,7 @@ SQRT_THREE,"\nSQRT_THREE\n Square root of `3`.\n"
SQRT_TWO,"\nSQRT_TWO\n Square root of `2`.\n"
SQRT_TWO_PI,"\nSQRT_TWO_PI\n Square root of the mathematical constant `π` times `2`.\n"
SSA_US_BIRTHS_2000_2014,"\nSSA_US_BIRTHS_2000_2014()\n Returns US birth data from 2000 to 2014, as provided by the Social Security\n Administration.\n"
sswap,"\nsswap( x:ndarray, y:ndarray )\n Interchanges two single-precision floating-point vectors.\n"
sswap,"\nsswap( x:ndarray, y:ndarray[, dim:integer] )\n Interchanges two single-precision floating-point vectors.\n"
Stack,"\nStack()\n Stack constructor.\n"
standalone2pkg,"\nstandalone2pkg( pkg:string )\n Returns the internal package name associated with a provided standalone\n package name.\n"
STANDARD_CARD_DECK,"\nSTANDARD_CARD_DECK()\n Returns a string array containing two or three letter abbreviations for each\n card in a standard 52-card deck.\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 1890117

Please sign in to comment.