Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 14, 2024
1 parent f778b2e commit 0582d4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,13 @@ z = y[ i ];

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array-slice`][@stdlib/array/slice]</span><span class="delimiter">: </span><span class="description">return a shallow copy of a portion of an array.</span>
- <span class="package-name">[`@stdlib/ndarray-fancy`][@stdlib/ndarray/fancy]</span><span class="delimiter">: </span><span class="description">fancy multidimensional array constructor.</span>

</section>

<!-- /.related -->
Expand Down Expand Up @@ -636,6 +643,14 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

[@stdlib/array/dtypes]: https://github.com/stdlib-js/array-dtypes

<!-- <related-links> -->

[@stdlib/array/slice]: https://github.com/stdlib-js/array-slice

[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/ndarray-fancy

<!-- </related-links> -->

</section>

<!-- /.links -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@stdlib/array-base-arraylike2object": "^0.1.0",
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.1.0",
"@stdlib/array-base-assert-is-real-floating-point-data-type": "^0.1.0",
"@stdlib/array-base-assert-is-safe-data-type-cast": "^0.1.0",
"@stdlib/array-base-assert-is-safe-data-type-cast": "^0.2.0",
"@stdlib/array-base-assert-is-signed-integer-data-type": "^0.1.0",
"@stdlib/array-base-assert-is-unsigned-integer-data-type": "^0.1.0",
"@stdlib/array-base-fancy-slice": "^0.2.0",
Expand All @@ -49,7 +49,7 @@
"@stdlib/array-base-mskfilter": "^0.1.0",
"@stdlib/array-base-mskreject": "^0.1.0",
"@stdlib/array-from-scalar": "^0.1.0",
"@stdlib/array-index": "github:stdlib-js/array-index#main",
"@stdlib/array-index": "^0.1.0",
"@stdlib/array-min-dtype": "^0.1.0",
"@stdlib/array-take": "github:stdlib-js/array-take#main",
"@stdlib/assert-has-own-property": "^0.1.1",
Expand Down

0 comments on commit 0582d4b

Please sign in to comment.