From bea73affd80394bcf254add45e9c2bb4d4a0cd2d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 11:47:55 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 21 ++++++++++++++++++++- package.json | 4 ++-- 3 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 722ccfb..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:57:32.480Z diff --git a/README.md b/README.md index 5a90bb2..310c3ce 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,15 @@ for ( i = 0; i < slices.length; i++ ) { @@ -234,7 +243,17 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-shape/main/LICENSE -[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib +[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor + + + +[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array + +[@stdlib/ndarray/offset]: https://github.com/stdlib-js/ndarray-offset + +[@stdlib/ndarray/strides]: https://github.com/stdlib-js/ndarray-strides + + diff --git a/package.json b/package.json index 342f4f9..388d7dd 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,10 @@ "@stdlib/assert-is-collection": "^0.1.0", "@stdlib/assert-is-nonnegative-integer": "^0.1.0", "@stdlib/string-format": "^0.1.1", - "@stdlib/types": "^0.1.0" + "@stdlib/types": "^0.2.0" }, "devDependencies": { - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/ndarray-slice": "^0.1.0", "@stdlib/ndarray-zeros": "^0.1.0", "@stdlib/slice-ctor": "^0.1.0",