From 9019c97bd0227832ad1265a363abe6101b1b936f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 09:59:48 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 21 +++++++++++++++++++++ package.json | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 31d0b74..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T06:06:57.359Z diff --git a/README.md b/README.md index 69b47c1..3fa3adf 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,15 @@ for ( i = 0; i < dt.length; i++ ) { @@ -233,6 +242,18 @@ 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/full]: https://github.com/stdlib-js/array-full + +[@stdlib/array/nans]: https://github.com/stdlib-js/array-nans + +[@stdlib/array/ones-like]: https://github.com/stdlib-js/array-ones-like + +[@stdlib/array/zeros]: https://github.com/stdlib-js/array-zeros + + + diff --git a/package.json b/package.json index c00229d..4969dc9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@stdlib/array-full": "^0.1.0", "@stdlib/complex-float32": "^0.1.1", "@stdlib/complex-float64": "^0.1.1", - "@stdlib/types": "^0.1.0" + "@stdlib/types": "^0.2.0" }, "devDependencies": { "@stdlib/array-complex128": "^0.1.0", @@ -59,7 +59,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",