Skip to content

Commit decb2c4

Browse files
committed
Auto-generated commit
1 parent 6072abb commit decb2c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,6 +3539,7 @@ A total of 560 issues were closed in this release:
35393539

35403540
<details>
35413541

3542+
- [`f40f3ed`](https://github.com/stdlib-js/stdlib/commit/f40f3ed3614de207225686772c7858c64510d1fb) - **docs:** fix parameter description _(by Philipp Burckhardt)_
35423543
- [`7be3235`](https://github.com/stdlib-js/stdlib/commit/7be3235f58dab6f5a5ac11a58ddad8d5ba2fcb1a) - **feat:** add `stats/strided/distances/dcosine-similarity` [(#9281)](https://github.com/stdlib-js/stdlib/pull/9281) _(by Nakul Krishnakumar, Athan Reines, stdlib-bot)_
35433544
- [`9e5b1db`](https://github.com/stdlib-js/stdlib/commit/9e5b1dbcb5c122ac460507aa889a171a8f67bd2e) - **feat:** add `stats/base/ndarray/stdevpn` [(#9381)](https://github.com/stdlib-js/stdlib/pull/9381) _(by Pratik)_
35443545
- [`9a44f1a`](https://github.com/stdlib-js/stdlib/commit/9a44f1ac8a945490b8703f52c32f3aaef3ae1283) - **feat:** add `stats/base/ndarray/stdevtk` [(#9382)](https://github.com/stdlib-js/stdlib/pull/9382) _(by Pratik)_

strided/distances/dcosine-similarity/docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
First input array.
2121

2222
strideX: integer
23-
String length for `x`.
23+
Stride length for `x`.
2424

2525
y: Float64Array
2626
Second input array.
2727

2828
strideY: integer
29-
String length for `y`.
29+
Stride length for `y`.
3030

3131
Returns
3232
-------
@@ -73,7 +73,7 @@
7373
First input array.
7474

7575
strideX: integer
76-
String length for `x`.
76+
Stride length for `x`.
7777

7878
offsetX: integer
7979
Starting index for `x`.
@@ -82,7 +82,7 @@
8282
Second input array.
8383

8484
strideY: integer
85-
String length for `y`.
85+
Stride length for `y`.
8686

8787
offsetY: integer
8888
Starting index for `y`.

0 commit comments

Comments
 (0)