8000 Auto-generated commit · stdlib-js/ndarray-to-array@d81c572 · GitHub
[go: up one dir, main page]

Skip to content

Commit d81c572

Browse files
committed
Auto-generated commit
1 parent 42f30f4 commit d81c572

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/.keepalive

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

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ for ( i = 0; i < 20; i++ ) {
169169

170170
<section class="related">
171171

172+
* * *
173+
174+
## See Also
175+
176+
- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
177+
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
178+
172179
</section>
173180

174181
<!-- /.related -->
@@ -242,7 +249,13 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
242249

243250
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-to-array/main/LICENSE
244251

245-
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
252+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor
253+
254+
<!-- <related-links> -->
255+
256+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array
257+
258+
<!-- </related-links> -->
246259

247260
</section>
248261

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"@stdlib/ndarray-shape": "^0.1.0",
4646
"@stdlib/ndarray-strides": "^0.1.0",
4747
"@stdlib/string-format": "^0.1.1",
48-
"@stdlib/types": "^0.1.0"
48+
"@stdlib/types": "^0.2.0"
4949
},
5050
"devDependencies": {
5151
"@stdlib/array-base-zero-to": "^0.1.0",
5252
"@stdlib/array-complex64": "^0.1.0",
5353
"@stdlib/assert-is-array": "^0.1.1",
5454
"@stdlib/assert-is-array-array": "^0.1.1",
55-
"@stdlib/bench": "^0.1.0",
55+
"@stdlib/bench": "^0.2.0",
5656
"@stdlib/complex-imagf": "^0.1.1",
5757
"@stdlib/complex-realf": "^0.1.1",
5858
"@stdlib/ndarray-base-numel": "^0.1.1",

0 commit comments

Comments
 (0)
0