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 Nov 28, 2024
1 parent 0b87513 commit 515bb04
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 (2024-11-27)
## Unreleased (2024-11-28)

<section class="features">

Expand All @@ -31,6 +31,7 @@

<details>

- [`904955f`](https://github.com/stdlib-js/stdlib/commit/904955fccc1822538bae36c7923b67552109434e) - **docs:** update REPL namespace documentation [(#3289)](https://github.com/stdlib-js/stdlib/pull/3289) _(by stdlib-bot, Philipp Burckhardt)_
- [`9a17ee3`](https://github.com/stdlib-js/stdlib/commit/9a17ee335a8976668e06b0a41f4b19cb52380b5b) - **docs:** update REPL namespace documentation [(#3276)](https://github.com/stdlib-js/stdlib/pull/3276) _(by stdlib-bot, Philipp Burckhardt)_
- [`c314fa2`](https://github.com/stdlib-js/stdlib/commit/c314fa2199b8bd2deaac417184a363e5272767a5) - **docs:** update REPL namespace documentation [(#3260)](https://github.com/stdlib-js/stdlib/pull/3260) _(by stdlib-bot, Philipp Burckhardt)_
- [`136231d`](https://github.com/stdlib-js/stdlib/commit/136231d9a98f773662721f5f292cf50220deafc5) - **docs:** update REPL namespace documentation [(#3244)](https://github.com/stdlib-js/stdlib/pull/3244) _(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 @@ -48,6 +48,7 @@ Karthik Prakash <[email protected]>
Khaldon <[email protected]>
Kohantika Nath <[email protected]>
Krishnendu Das <[email protected]>
Kshitij-Dale <[email protected]>
Lovelin <[email protected]>
Manik Sharma <[email protected]>
Marcus Fantham <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1931,8 +1931,8 @@ base.strided.dsnanmeanwd,"base.strided.dsnanmeanwd( N:integer, x:Float32Array, s
base.strided.dsnanmeanwd.ndarray,"base.strided.dsnanmeanwd.ndarray( N:integer, x:Float32Array, stride:integer, offset:integer )"
base.strided.dsnannsumors,"base.strided.dsnannsumors( N:integer, x:Float32Array, strideX:integer, out:Float64Array, strideOut:integer )"
base.strided.dsnannsumors.ndarray,"base.strided.dsnannsumors.ndarray( N:integer, x:Float32Array, strideX:integer, offsetX:integer, out:Float64Array, strideOut:integer, offsetOut:integer )"
base.strided.dsnansum,"base.strided.dsnansum( N:integer, x:Float32Array, stride:integer )"
base.strided.dsnansum.ndarray,"base.strided.dsnansum.ndarray( N:integer, x:Float32Array, stride:integer, offset:integer )"
base.strided.dsnansum,"base.strided.dsnansum( N:integer, x:Float32Array, strideX:integer )"
base.strided.dsnansum.ndarray,"base.strided.dsnansum.ndarray( N:integer, x:Float32Array, strideX:integer, offsetX:integer )"
base.strided.dsnansumors,"base.strided.dsnansumors( N:integer, x:Float32Array, strideX:integer )"
base.strided.dsnansumors.ndarray,"base.strided.dsnansumors.ndarray( N:integer, x:Float32Array, strideX:integer, offsetX:integer )"
base.strided.dsnansumpw,"base.strided.dsnansumpw( N:integer, x:Float32Array, strideX:integer )"
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 515bb04

Please sign in to comment.