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 Nov 9, 2023
1 parent 0c1f72c commit b49d413
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@ for ( i = 0; i < dt.length; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array-full-like`][@stdlib/array/full-like]</span><span class="delimiter">: </span><span class="description">create a filled array having the same length and data type as a provided array.</span>
- <span class="package-name">[`@stdlib/array-nans-like`][@stdlib/array/nans-like]</span><span class="delimiter">: </span><span class="description">create an array filled with NaNs and having the same length and data type as a provided array.</span>
- <span class="package-name">[`@stdlib/array-ones`][@stdlib/array/ones]</span><span class="delimiter">: </span><span class="description">create an array filled with ones and having a specified length.</span>
- <span class="package-name">[`@stdlib/array-zeros-like`][@stdlib/array/zeros-like]</span><span class="delimiter">: </span><span class="description">create a zero-filled array having the same length and data type as a provided array.</span>

</section>

<!-- /.related -->
Expand Down Expand Up @@ -239,6 +248,18 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].

[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-ones-like/main/LICENSE

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

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

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

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

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

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

</section>

<!-- /.links -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@stdlib/complex-float32": "^0.1.1",
"@stdlib/complex-float64": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/types": "^0.1.0"
"@stdlib/types": "^0.2.0"
},
"devDependencies": {
"@stdlib/array-complex128": "^0.1.0",
Expand All @@ -62,7 +62,7 @@
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/assert-is-typed-array": "^0.1.0",
"@stdlib/assert-is-typed-array-like": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/bench": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/strided-base-reinterpret-complex128": "^0.1.1",
"@stdlib/strided-base-reinterpret-complex64": "^0.1.1",
Expand Down

0 comments on commit b49d413

Please sign in to comment.