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 Aug 17, 2024
1 parent 6140f5e commit 1c58f37
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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-08-11)
## Unreleased (2024-08-17)

<section class="features">

### Features

- [`febd8ae`](https://github.com/stdlib-js/stdlib/commit/febd8aef423c3723ef0cd4a04099faa609a38f51) - add `ndarraylike2ndarray` to namespace
- [`09ffebd`](https://github.com/stdlib-js/stdlib/commit/09ffebdfb9946b7e1dd3c05f58637fa073f0a121) - add `nditerInterleaveSubarrays` to namespace
- [`2939f56`](https://github.com/stdlib-js/stdlib/commit/2939f5662f4bc178fbe532579380d501ff7b1722) - add `nditerStacks` to namespace
- [`082324e`](https://github.com/stdlib-js/stdlib/commit/082324e5c0004e84a711debf81abebf755399f29) - add `nditerSubarrays` to namespace
Expand All @@ -24,6 +25,7 @@

<details>

- [`febd8ae`](https://github.com/stdlib-js/stdlib/commit/febd8aef423c3723ef0cd4a04099faa609a38f51) - **feat:** add `ndarraylike2ndarray` to namespace _(by Athan Reines)_
- [`09ffebd`](https://github.com/stdlib-js/stdlib/commit/09ffebdfb9946b7e1dd3c05f58637fa073f0a121) - **feat:** add `nditerInterleaveSubarrays` to namespace _(by Athan Reines)_
- [`2939f56`](https://github.com/stdlib-js/stdlib/commit/2939f5662f4bc178fbe532579380d501ff7b1722) - **feat:** add `nditerStacks` to namespace _(by Athan Reines)_
- [`082324e`](https://github.com/stdlib-js/stdlib/commit/082324e5c0004e84a711debf81abebf755399f29) - **feat:** add `nditerSubarrays` to namespace _(by Athan Reines)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
Matt Cochrane <[email protected]>
Mihir Pandit <[email protected]>
Milan Raj <[email protected]>
Mohammad Kaif <[email protected]>
Momtchil Momtchev <[email protected]>
Muhammad Haris <[email protected]>
Naresh Jagadeesan <[email protected]>
Expand Down
3 changes: 2 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ dayOfQuarter,"\ndayOfQuarter( [month:string|integer|Date[, day:integer, year:int
dayOfYear,"\ndayOfYear( [month:string|integer|Date[, day:integer, year:integer]] )\n Returns the day of the year.\n"
daysInMonth,"\ndaysInMonth( [month:string|integer|Date[, year:integer]] )\n Returns the number of days in a month.\n"
daysInYear,"\ndaysInYear( [value:integer|Date] )\n Returns the number of days in a year according to the Gregorian calendar.\n"
ddot,"\nddot( x:ndarray, y:ndarray )\n Computes the dot product of two double-precision floating-point vectors.\n"
ddot,"\nddot( x:ndarray, y:ndarray[, dim:integer] )\n Computes the dot product of two double-precision floating-point vectors.\n"
debugSinkStream,"\ndebugSinkStream( [options:Object,] [clbk:Function] )\n Returns a writable stream for debugging stream pipelines.\n"
debugSinkStream.factory,"\ndebugSinkStream.factory( [options:Object] )\n Returns a function for creating writable streams for debugging stream\n pipelines.\n"
debugSinkStream.objectMode,"\ndebugSinkStream.objectMode( [options:Object,] [clbk:Function] )\n Returns an \"objectMode\" writable stream for debugging stream pipelines.\n"
Expand Down Expand Up @@ -4122,6 +4122,7 @@ nditerColumnEntries,"\nnditerColumnEntries( x:ndarray[, options:Object] )\n R
nditerColumns,"\nnditerColumns( x:ndarray[, options:Object] )\n Returns an iterator which iterates over each column in a matrix (or stack of\n matrices).\n"
nditerEntries,"\nnditerEntries( x:ndarray[, options:Object] )\n Returns an iterator which returns [index, value] pairs for each element in a\n provided ndarray.\n"
nditerIndices,"\nnditerIndices( shape:Array<integer>[, options:Object] )\n Returns an iterator which returns indices for use indexing into an ndarray\n having a specified shape.\n"
nditerInterleaveSubarrays,"\nnditerInterleaveSubarrays( arr:ArrayLike<ndarray>, ndims:integer )\n Returns an iterator which iterates over interleaved subarrays.\n"
nditerMatrices,"\nnditerMatrices( x:ndarray[, options:Object] )\n Returns an iterator which iterates over each matrix in a stack of matrices.\n"
nditerMatrixEntries,"\nnditerMatrixEntries( x:ndarray[, options:Object] )\n Returns an iterator which returns [index, matrix] pairs for each matrix in a\n stack of matrices.\n"
nditerRowEntries,"\nnditerRowEntries( x:ndarray[, options:Object] )\n Returns an iterator which returns [index, row] pairs for each row in a\n matrix (or stack of matrices).\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 1c58f37

Please sign in to comment.