File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -860,6 +860,7 @@ A total of 57 issues were closed in this release:
860860
861861<details>
862862
863+ - [`328ca77`](https://github.com/stdlib-js/stdlib/commit/328ca7797c1446568242d8bbd510129396fe3af0) - **docs:** fix notes _(by Athan Reines)_
863864- [`12d495c`](https://github.com/stdlib-js/stdlib/commit/12d495c163461b9d3141e9ad84047b1f5910f966) - **docs:** improve doctests for ndarray instances in `blas/ext/to-sortedhp` [(#11479)](https://github.com/stdlib-js/stdlib/pull/11479) _(by Uday Kakade)_
864865- [`fa69a58`](https://github.com/stdlib-js/stdlib/commit/fa69a5843285eae8c1340497bf27ecc51875f384) - **docs:** improve doctests for ndarray instances in `blas/ext/sum` [(#11481)](https://github.com/stdlib-js/stdlib/pull/11481) _(by Uday Kakade)_
865866- [`b434fcc`](https://github.com/stdlib-js/stdlib/commit/b434fcc0eee2e5a6930b5c99a0fe8515dcff2fae) - **docs:** improve doctests for ndarray instances in `blas/ext/sorthp` [(#11483)](https://github.com/stdlib-js/stdlib/pull/11483) _(by Uday Kakade)_
Original file line number Diff line number Diff line change 77 ndarray is sorted in increasing order. When the sort order is equal to zero,
88 the input ndarray is left unchanged.
99
10- The input ndarray is sorted *in-place* (i.e., the input strided array is
10+ The input ndarray is sorted *in-place* (i.e., the input ndarray is
1111 *mutated*).
1212
1313 Parameters
Original file line number Diff line number Diff line change 88 ndarray is sorted in increasing order. When the sort order is equal to zero,
99 the input ndarray is left unchanged.
1010
11- The input ndarray is sorted *in-place* (i.e., the input strided array is
11+ The input ndarray is sorted *in-place* (i.e., the input ndarray is
1212 *mutated*).
1313
1414 Parameters
Original file line number Diff line number Diff line change 77 ndarray is sorted in increasing order. When the sort order is equal to zero,
88 the input ndarray is left unchanged.
99
10- The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
10+ The input ndarray is sorted *in-place* (i.e., the input ndarray is
11+ *mutated*).
1112
1213 Parameters
1314 ----------
Original file line number Diff line number Diff line change 77 ndarray is sorted in increasing order. When the sort order is equal to zero,
88 the input ndarray is left unchanged.
99
10- The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
10+ The input ndarray is sorted *in-place* (i.e., the input ndarray is
11+ *mutated*).
1112
1213 Parameters
1314 ----------
Original file line number Diff line number Diff line change 88 ndarray is sorted in increasing order. When the sort order is equal to zero,
99 the input ndarray is left unchanged.
1010
11- The input ndarray is sorted *in-place* (i.e., the input strided array is
11+ The input ndarray is sorted *in-place* (i.e., the input ndarray is
1212 *mutated*).
1313
1414 Parameters
You can’t perform that action at this time.
0 commit comments