From 22c6166f97acd9b4c023e08b8e0ab7a2bb0d1061 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 09:58:45 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 24 ++++++++++++++++++++++++ package.json | 4 ++-- 3 files changed, 26 insertions(+), 3 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 9c9ebef..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T05:49:23.355Z diff --git a/README.md b/README.md index 2e63158..a965a26 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,16 @@ for ( i = 0; i < dt.length; i++ ) { @@ -235,6 +245,20 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray + + +[@stdlib/array/empty-like]: https://github.com/stdlib-js/array-empty-like + +[@stdlib/array/full]: https://github.com/stdlib-js/array-full + +[@stdlib/array/ones]: https://github.com/stdlib-js/array-ones + +[@stdlib/array/zeros]: https://github.com/stdlib-js/array-zeros + +[@stdlib/ndarray/empty]: https://github.com/stdlib-js/ndarray-empty + + + diff --git a/package.json b/package.json index bd5defe..de64304 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@stdlib/buffer-alloc-unsafe": "^0.1.0", "@stdlib/ndarray-base-bytes-per-element": "^0.1.0", "@stdlib/string-format": "^0.1.1", - "@stdlib/types": "^0.1.0" + "@stdlib/types": "^0.2.0" }, "devDependencies": { "@stdlib/array-complex128": "^0.1.0", @@ -65,7 +65,7 @@ "@stdlib/assert-is-array": "^0.1.1", "@stdlib/assert-is-typed-array": "^0.1.0", "@stdlib/assert-is-typed-array-like": "^0.1.0", - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/math-base-special-pow": "^0.1.0", "@stdlib/strided-base-reinterpret-complex128": "^0.1.1", "@stdlib/strided-base-reinterpret-complex64": "^0.1.1",