@stdlib/array-base-zeros4d
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+2
-2
| { | ||
| "name": "@stdlib/array-base-zeros4d", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Create a zero-filled four-dimensional nested array.", | ||
@@ -33,3 +33,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/array-base-filled4d": "^0.2.1" | ||
| "@stdlib/array-base-filled4d": "^0.2.3" | ||
| }, | ||
@@ -36,0 +36,0 @@ "devDependencies": {}, |
+32
-5
@@ -121,2 +121,13 @@ <!-- | ||
| * * * | ||
| ## See Also | ||
| - <span class="package-name">[`@stdlib/array-base/zeros`][@stdlib/array/base/zeros]</span><span class="delimiter">: </span><span class="description">create a zero-filled generic array.</span> | ||
| - <span class="package-name">[`@stdlib/array-base/ones4d`][@stdlib/array/base/ones4d]</span><span class="delimiter">: </span><span class="description">create a four-dimensional nested array filled with ones.</span> | ||
| - <span class="package-name">[`@stdlib/array-base/zeros2d`][@stdlib/array/base/zeros2d]</span><span class="delimiter">: </span><span class="description">create a zero-filled two-dimensional nested array.</span> | ||
| - <span class="package-name">[`@stdlib/array-base/zeros3d`][@stdlib/array/base/zeros3d]</span><span class="delimiter">: </span><span class="description">create a zero-filled three-dimensional nested array.</span> | ||
| - <span class="package-name">[`@stdlib/array-base/zeros5d`][@stdlib/array/base/zeros5d]</span><span class="delimiter">: </span><span class="description">create a zero-filled five-dimensional nested array.</span> | ||
| - <span class="package-name">[`@stdlib/array-base/zerosnd`][@stdlib/array/base/zerosnd]</span><span class="delimiter">: </span><span class="description">create a zero-filled n-dimensional nested array.</span> | ||
| </section> | ||
@@ -152,3 +163,3 @@ | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -166,4 +177,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml?query=branch:v0.2.2 | ||
| [test-image]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml/badge.svg?branch=v0.2.3 | ||
| [test-url]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml?query=branch:v0.2.3 | ||
@@ -180,4 +191,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-zeros4d/main.svg | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
| [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im | ||
| [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg | ||
| [chat-url]: https://stdlib.zulipchat.com | ||
@@ -201,4 +212,20 @@ [stdlib]: https://github.com/stdlib-js/stdlib | ||
| <!-- <related-links> --> | ||
| [@stdlib/array/base/zeros]: https://www.npmjs.com/package/@stdlib/array-base-zeros | ||
| [@stdlib/array/base/ones4d]: https://www.npmjs.com/package/@stdlib/array-base-ones4d | ||
| [@stdlib/array/base/zeros2d]: https://www.npmjs.com/package/@stdlib/array-base-zeros2d | ||
| [@stdlib/array/base/zeros3d]: https://www.npmjs.com/package/@stdlib/array-base-zeros3d | ||
| [@stdlib/array/base/zeros5d]: https://www.npmjs.com/package/@stdlib/array-base-zeros5d | ||
| [@stdlib/array/base/zerosnd]: https://www.npmjs.com/package/@stdlib/array-base-zerosnd | ||
| <!-- </related-links> --> | ||
| </section> | ||
| <!-- /.links --> |
26220
7.53%227
13.5%