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

Skip to content

Commit a768568

Browse files
committed
Auto-generated commit
1 parent a506f12 commit a768568

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

.github/.keepalive

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

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ for ( i = 0; i < slices.length; i++ ) {
163163

164164
<section class="related">
165165

166+
* * *
167+
168+
## See Also
169+
170+
- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
171+
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
172+
- <span class="package-name">[`@stdlib/ndarray-dtypes`][@stdlib/ndarray/dtypes]</span><span class="delimiter">: </span><span class="description">list of ndarray data types.</span>
173+
166174
</section>
167175

168176
<!-- /.related -->
@@ -236,9 +244,15 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
236244

237245
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-dtype/main/LICENSE
238246

239-
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
247+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor
248+
249+
[@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/ndarray-dtypes
250+
251+
<!-- <related-links> -->
252+
253+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array
240254

241-
[@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/stdlib
255+
<!-- </related-links> -->
242256

243257
</section>
244258

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"dependencies": {
4040
"@stdlib/ndarray-base-assert-is-data-type": "^0.1.0",
4141
"@stdlib/string-format": "^0.1.1",
42-
"@stdlib/types": "^0.1.0"
42+
"@stdlib/types": "^0.2.0"
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-typed": "^0.1.0",
4646
"@stdlib/assert-is-string": "^0.1.1",
47-
"@stdlib/bench": "^0.1.0",
47+
"@stdlib/bench": "^0.2.0",
4848
"@stdlib/ndarray-ctor": "^0.1.0",
4949
"@stdlib/ndarray-slice": "^0.1.0",
5050
"@stdlib/ndarray-zeros": "^0.1.0",

0 commit comments

Comments
 (0)
0