Skip to content

Commit b4312a0

Browse files
committed
Auto-generated commit
1 parent 9499c68 commit b4312a0

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-09-08)
7+
## Unreleased (2025-09-13)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`bea5b86`](https://github.com/stdlib-js/stdlib/commit/bea5b867c7905e4fb8f1648e8fe8acc436f55e14) - **docs:** update REPL namespace documentation [(#8064)](https://github.com/stdlib-js/stdlib/pull/8064) _(by stdlib-bot)_
3738
- [`fe269e2`](https://github.com/stdlib-js/stdlib/commit/fe269e2a7c2ae9bff3868d4c8a7fce1cb64e2a88) - **docs:** update REPL namespace documentation [(#8040)](https://github.com/stdlib-js/stdlib/pull/8040) _(by stdlib-bot)_
3839
- [`c940d58`](https://github.com/stdlib-js/stdlib/commit/c940d5871c3e892cd67dd8fa2b1dbadd87465733) - **docs:** update REPL namespace documentation [(#7903)](https://github.com/stdlib-js/stdlib/pull/7903) _(by stdlib-bot)_
3940
- [`ca26c53`](https://github.com/stdlib-js/stdlib/commit/ca26c53f8ecdd292c1addd920a11210dc5af7d9d) - **docs:** update REPL namespace documentation [(#7891)](https://github.com/stdlib-js/stdlib/pull/7891) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Saurabh Singh <[email protected]>
181181
Seyyed Parsa Neshaei <[email protected]>
182182
Shabareesh Shetty <[email protected]>
183183
Shashank Shekhar Singh <[email protected]>
184+
Shaswata Panda <[email protected]>
184185
Shivam Ahir <[email protected]>
185186
186187
Shraddheya Shendre <[email protected]>

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
abs,"abs( x:ndarray|ArrayLikeObject|number[, options:Object] )"
2-
abs.assign,"abs.assign( x:ndarray|ArrayLikeObject, y:ndarray|ArrayLikeObject )"
1+
abs,"abs( x:ndarray[, options:Object] )"
2+
abs.assign,"abs.assign( x:ndarray, y:ndarray )"
33
acartesianPower,"acartesianPower( x:ArrayLikeObject, n:integer )"
44
acartesianProduct,"acartesianProduct( x1:ArrayLikeObject, x2:ArrayLikeObject )"
55
acartesianSquare,"acartesianSquare( x:ArrayLikeObject )"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)