Skip to content

Commit 89182ad

Browse files
committed
Auto-generated commit
1 parent 808f492 commit 89182ad

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-06-29)
7+
## Unreleased (2025-07-05)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`9235ac4`](https://github.com/stdlib-js/stdlib/commit/9235ac4317d3a0b5b95ca6d8a8a0222b36a3a027) - **docs:** update REPL namespace documentation [(#7563)](https://github.com/stdlib-js/stdlib/pull/7563) _(by stdlib-bot)_
3738
- [`fa46668`](https://github.com/stdlib-js/stdlib/commit/fa46668f2a8b4d1d1c3be38595e917a3176a829c) - **docs:** update REPL namespace documentation [(#7513)](https://github.com/stdlib-js/stdlib/pull/7513) _(by stdlib-bot)_
3839
- [`68510c1`](https://github.com/stdlib-js/stdlib/commit/68510c112e51359cc37e812fab3386d7d4a41cd9) - **docs:** update REPL namespace documentation [(#7496)](https://github.com/stdlib-js/stdlib/pull/7496) _(by stdlib-bot)_
3940
- [`0698ee9`](https://github.com/stdlib-js/stdlib/commit/0698ee94d05c0f6e7481b7e519bd9117cc3f8ba1) - **docs:** update REPL namespace documentation [(#7490)](https://github.com/stdlib-js/stdlib/pull/7490) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Yaswanth Kosuru <[email protected]>
198198
Yernar Yergaziyev <[email protected]>
199199
Yugal Kaushik <[email protected]>
200200
Yuvi Mittal <[email protected]>
201+
deepak427 <[email protected]>
201202
devshree-bhati <[email protected]>
202203
203204
ekambains <[email protected]>

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,8 +2208,8 @@ base.strided.quinary,"base.strided.quinary( arrays:ArrayLikeObject<ArrayLikeObje
22082208
base.strided.quinary.ndarray,"base.strided.quinary.ndarray( arrays:ArrayLikeObject<ArrayLikeObject>, shape:ArrayLikeObject<integer>, strides:ArrayLikeObject<integer>, offsets:ArrayLikeObject<integer>, fcn:Function )"
22092209
base.strided.range,"base.strided.range( N:integer, x:Array|TypedArray, strideX:integer )"
22102210
base.strided.range.ndarray,"base.strided.range.ndarray( N:integer, x:Array|TypedArray, strideX:integer, offsetX:integer )"
2211-
base.strided.rangeBy,"base.strided.rangeBy( N:integer, x:Array|TypedArray|Object, stride:integer, clbk:Function[, thisArg:any] )"
2212-
base.strided.rangeBy.ndarray,"base.strided.rangeBy.ndarray( N:integer, x:Array|TypedArray|Object, stride:integer, offset:integer, clbk:Function[, thisArg:any] )"
2211+
base.strided.rangeBy,"base.strided.rangeBy( N:integer, x:Array|TypedArray|Object, strideX:integer, clbk:Function[, thisArg:any] )"
2212+
base.strided.rangeBy.ndarray,"base.strided.rangeBy.ndarray( N:integer, x:Array|TypedArray|Object, strideX:integer, offsetX:integer, clbk:Function[, thisArg:any] )"
22132213
base.strided.reinterpretComplex,"base.strided.reinterpretComplex( x:Complex128Array|Complex64Array, offset:integer )"
22142214
base.strided.reinterpretComplex64,"base.strided.reinterpretComplex64( x:Complex64Array, offset:integer )"
22152215
base.strided.reinterpretComplex128,"base.strided.reinterpretComplex128( x:Complex128Array, offset:integer )"

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)