diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 755b139..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:57:27.450Z diff --git a/README.md b/README.md index 06b0bb9..1e6b57e 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,16 @@ for ( i = 0; i < slices.length; i++ ) { @@ -234,7 +244,19 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-strides/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/order]: https://github.com/stdlib-js/ndarray-order + +[@stdlib/ndarray/shape]: https://github.com/stdlib-js/ndarray-shape + + diff --git a/package.json b/package.json index 1094989..2823bde 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "@stdlib/ndarray-base-assert-is-order": "^0.1.1", "@stdlib/ndarray-base-shape2strides": "^0.1.1", "@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",