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 25, 2024
1 parent 3991a98 commit 7d2c117
Show file tree
Hide file tree
Showing 6 changed files with 10 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-24)
## Unreleased (2024-11-25)

<section class="features">

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

<details>

- [`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)_
- [`4b1d77d`](https://github.com/stdlib-js/stdlib/commit/4b1d77d2bd001d5970ce93230765a579fb41349d) - **docs:** update REPL namespace documentation [(#3191)](https://github.com/stdlib-js/stdlib/pull/3191) _(by stdlib-bot, Philipp Burckhardt)_
- [`254fa9e`](https://github.com/stdlib-js/stdlib/commit/254fa9ec906b3a6c62551e13bd0aeef1c1f29af8) - **feat:** add `Float64ArrayLE`, `Float32ArrayLE`, `Float64ArrayFE`, and `Float32ArrayFE` to namespace _(by Athan Reines)_
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Contributors listed in alphabetical order.

Aayush Khanna <[email protected]>
Abhijit <[email protected]>
AbhijitRaut04 <[email protected]>
Adarsh Palaskar <[email protected]>
Aditya Sapra <[email protected]>
Expand Down Expand Up @@ -107,6 +108,7 @@ Utkarsh Raj <[email protected]>
UtkershBasnet <[email protected]>
Vaibhav Patel <[email protected]>
Varad Gupta <[email protected]>
Vinit Pandit <[email protected]>
Xiaochuan Ye <[email protected]>
Yernar Yergaziyev <[email protected]>
naveen <[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 @@ -1933,8 +1933,8 @@ base.strided.dsnannsumors,"base.strided.dsnannsumors( N, x, strideX, out, stride
base.strided.dsnannsumors.ndarray,"base.strided.dsnannsumors.ndarray( N, x, strideX, offsetX, out, strideOut, offsetOut )"
base.strided.dsnansum,"base.strided.dsnansum( N, x, stride )"
base.strided.dsnansum.ndarray,"base.strided.dsnansum.ndarray( N, x, stride, offset )"
base.strided.dsnansumors,"base.strided.dsnansumors( N, x, stride )"
base.strided.dsnansumors.ndarray,"base.strided.dsnansumors.ndarray( N, x, stride, offset )"
base.strided.dsnansumors,"base.strided.dsnansumors( N, x, strideX )"
base.strided.dsnansumors.ndarray,"base.strided.dsnansumors.ndarray( N, x, strideX, offsetX )"
base.strided.dsnansumpw,"base.strided.dsnansumpw( N, x, stride )"
base.strided.dsnansumpw.ndarray,"base.strided.dsnansumpw.ndarray( N, x, stride, offset )"
base.strided.dsort2hp,"base.strided.dsort2hp( N, order, x, strideX, y, strideY )"
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 7d2c117

Please sign in to comment.