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 Feb 28, 2025
1 parent 2d1ea4c commit 90f114f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2025-02-24)
## Unreleased (2025-02-28)

<section class="features">

Expand Down Expand Up @@ -34,6 +34,7 @@

<details>

- [`fd6d830`](/~https://github.com/stdlib-js/stdlib/commit/fd6d8300eddef5b383a5f6e0973ce8e1893f549b) - **docs:** update REPL namespace documentation [(#5512)](/~https://github.com/stdlib-js/stdlib/pull/5512) _(by stdlib-bot)_
- [`6b175bb`](/~https://github.com/stdlib-js/stdlib/commit/6b175bb24511e22562ec90f20e8388eec791093c) - **docs:** update REPL namespace documentation [(#5402)](/~https://github.com/stdlib-js/stdlib/pull/5402) _(by stdlib-bot)_
- [`29a7783`](/~https://github.com/stdlib-js/stdlib/commit/29a77831faaa86ca3512d0a1248e06a5f3653e7c) - **docs:** update REPL namespace documentation [(#5386)](/~https://github.com/stdlib-js/stdlib/pull/5386) _(by stdlib-bot)_
- [`0625d8e`](/~https://github.com/stdlib-js/stdlib/commit/0625d8e45c3f5ad868b15c0999e4c1da32326dd7) - **docs:** update REPL namespace documentation [(#5365)](/~https://github.com/stdlib-js/stdlib/pull/5365) _(by stdlib-bot, Philipp Burckhardt)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
ekambains <bainsinbusiness@gmail.com>
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
rainn <88160429+AmCodesLame@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,8 @@ base.strided.gnrm2,"\nbase.strided.gnrm2( N:integer, x:Array|TypedArray, stride:
base.strided.gnrm2.ndarray,"\nbase.strided.gnrm2.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the L2-norm of a vector using alternative indexing semantics.\n"
base.strided.grev,"\nbase.strided.grev( N:integer, x:ArrayLikeObject, strideX:integer )\n Reverses a strided array in-place.\n"
base.strided.grev.ndarray,"\nbase.strided.grev.ndarray( N:integer, x:ArrayLikeObject, strideX:integer, \n offsetX:integer )\n Reverses a strided array in-place using alternative indexing semantics.\n"
base.strided.gscal,"\nbase.strided.gscal( N:integer, alpha:number, x:Array|TypedArray, \n stride:integer )\n Multiplies a vector `x` by a constant `alpha`.\n"
base.strided.gscal.ndarray,"\nbase.strided.gscal.ndarray( N:integer, alpha:number, x:Array|TypedArray, \n stride:integer, offset:integer )\n Multiplies `x` by a constant `alpha` using alternative indexing semantics.\n"
base.strided.gscal,"\nbase.strided.gscal( N:integer, alpha:number, x:Array|TypedArray, \n strideX:integer )\n Multiplies a vector by a scalar constant.\n"
base.strided.gscal.ndarray,"\nbase.strided.gscal.ndarray( N:integer, alpha:number, x:Array|TypedArray, \n strideX:integer, offsetX:integer )\n Multiplies a vector by a scalar constant using alternative indexing\n semantics.\n"
base.strided.gsort2hp,"\nbase.strided.gsort2hp( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, y:Array|TypedArray, strideY:integer )\n Simultaneously sorts two strided arrays based on the sort order of the first\n array using heapsort.\n"
base.strided.gsort2hp.ndarray,"\nbase.strided.gsort2hp.ndarray( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, offsetX:integer, y:Array|TypedArray, strideY:integer, \n offsetY:integer )\n Simultaneously sorts two strided arrays based on the sort order of the first\n array using heapsort and alternative indexing semantics.\n"
base.strided.gsort2ins,"\nbase.strided.gsort2ins( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, y:Array|TypedArray, strideY:integer )\n Simultaneously sorts two strided arrays based on the sort order of the first\n array using insertion sort.\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 90f114f

Please sign in to comment.