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 f024948 commit 22c6166
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,16 @@ for ( i = 0; i < dt.length; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array-empty-like`][@stdlib/array/empty-like]</span><span class="delimiter">: </span><span class="description">create an uninitialized array having the same length and data type as a provided array.</span>
- <span class="package-name">[`@stdlib/array-full`][@stdlib/array/full]</span><span class="delimiter">: </span><span class="description">create a filled array having a specified length.</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`][@stdlib/array/zeros]</span><span class="delimiter">: </span><span class="description">create a zero-filled array having a specified length.</span>
- <span class="package-name">[`@stdlib/ndarray-empty`][@stdlib/ndarray/empty]</span><span class="delimiter">: </span><span class="description">create an uninitialized ndarray having a specified shape and data type.</span>

</section>

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

[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray

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

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

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

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

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

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

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

</section>

<!-- /.links -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@stdlib/buffer-alloc-unsafe": "^0.1.0",
"@stdlib/ndarray-base-bytes-per-element": "^0.1.0",
"@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 @@ -65,7 +65,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 22c6166

Please sign in to comment.