Skip to content

Commit a674699

Browse files
committed
Auto-generated commit
1 parent d77bed6 commit a674699

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ var a6 = ndarray2array( y6 );
252252

253253
<section class="related">
254254

255+
* * *
256+
257+
## See Also
258+
259+
- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
260+
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
261+
- <span class="package-name">[`@stdlib/ndarray-slice`][@stdlib/ndarray/slice]</span><span class="delimiter">: </span><span class="description">return a read-only view of an input ndarray.</span>
262+
- <span class="package-name">[`@stdlib/ndarray-slice-dimension-from`][@stdlib/ndarray/slice-dimension-from]</span><span class="delimiter">: </span><span class="description">return a read-only shifted view of an input ndarray along a specific dimension.</span>
263+
- <span class="package-name">[`@stdlib/ndarray-slice-dimension-to`][@stdlib/ndarray/slice-dimension-to]</span><span class="delimiter">: </span><span class="description">return a read-only truncated view of an input ndarray along a specific dimension.</span>
264+
255265
</section>
256266

257267
<!-- /.related -->
@@ -325,9 +335,21 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
325335

326336
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-slice-dimension/main/LICENSE
327337

328-
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
338+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor
339+
340+
[@stdlib/slice/ctor]: https://github.com/stdlib-js/slice-ctor
341+
342+
<!-- <related-links> -->
343+
344+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array
345+
346+
[@stdlib/ndarray/slice]: https://github.com/stdlib-js/ndarray-slice
347+
348+
[@stdlib/ndarray/slice-dimension-from]: https://github.com/stdlib-js/ndarray-slice-dimension-from
349+
350+
[@stdlib/ndarray/slice-dimension-to]: https://github.com/stdlib-js/ndarray-slice-dimension-to
329351

330-
[@stdlib/slice/ctor]: https://github.com/stdlib-js/stdlib
352+
<!-- </related-links> -->
331353

332354
</section>
333355

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"@stdlib/ndarray-base-slice-dimension": "^0.1.0",
4949
"@stdlib/slice-ctor": "^0.1.0",
5050
"@stdlib/string-format": "^0.1.1",
51-
"@stdlib/types": "^0.1.0"
51+
"@stdlib/types": "^0.2.0"
5252
},
5353
"devDependencies": {
5454
"@stdlib/array-base-zero-to": "^0.1.0",
5555
"@stdlib/array-typed": "^0.1.0",
56-
"@stdlib/bench": "^0.1.0",
56+
"@stdlib/bench": "^0.2.0",
5757
"@stdlib/ndarray-array": "^0.1.0",
5858
"@stdlib/ndarray-base-assert-is-read-only": "^0.1.1",
5959
"@stdlib/ndarray-base-empty": "^0.1.0",

0 commit comments

Comments
 (0)