From 7c38057e0b9e7b5e26e8697b4694a875b51553f0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 10:00:49 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 27 +++++++++++++++++++++++++++ package.json | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 9d8cf65..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T05:49:10.906Z diff --git a/README.md b/README.md index 581f8f5..5c64562 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,17 @@ for ( i = 0; i < dt.length; i++ ) { @@ -229,6 +240,22 @@ 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]: https://github.com/stdlib-js/array-empty + +[@stdlib/array/full]: https://github.com/stdlib-js/array-full + +[@stdlib/array/nans]: https://github.com/stdlib-js/array-nans + +[@stdlib/array/ones]: https://github.com/stdlib-js/array-ones + +[@stdlib/array/zeros-like]: https://github.com/stdlib-js/array-zeros-like + +[@stdlib/ndarray/zeros]: https://github.com/stdlib-js/ndarray-zeros + + + diff --git a/package.json b/package.json index 29e40ea..fbc9b7b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@stdlib/array-ctors": "^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/array-complex128": "^0.1.0", @@ -60,7 +60,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",