From 300da9e8341feedb03e86dce7802afbc87b85e88 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 18 Jul 2024 03:53:00 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- docs/types/test.ts | 2 +- package.json | 8 ++++---- test/test.js | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebede8b..e1e2036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-17) +## Unreleased (2024-07-18)
@@ -22,6 +22,7 @@
+- [`ba35d8f`](https://github.com/stdlib-js/stdlib/commit/ba35d8f2e923d26640828a0f035333bd778389b7) - **refactor:** update paths _(by Athan Reines)_ - [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_ - [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_ - [`201ce11`](https://github.com/stdlib-js/stdlib/commit/201ce11a0985502cfc82891fda3fe3b2d656afef) - **feat:** add `array/mskput` _(by Athan Reines)_ diff --git a/docs/types/test.ts b/docs/types/test.ts index 13cd251..5b63fa2 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -18,7 +18,7 @@ import Complex128Array = require( '@stdlib/array-complex128' ); import Complex64Array = require( '@stdlib/array-complex64' ); -import Complex128 = require( '@stdlib/complex-float64' ); +import Complex128 = require( '@stdlib/complex-float64-ctor' ); import AccessorArray = require( '@stdlib/array-base-accessor' ); import mskput = require( './index' ); diff --git a/package.json b/package.json index 2cc9b8d..ac824a8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1", "@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.1", "@stdlib/array-base-assert-is-real-data-type": "^0.2.1", - "@stdlib/array-base-mskput": "github:stdlib-js/array-base-mskput#main", + "@stdlib/array-base-mskput": "^0.1.0", "@stdlib/array-convert": "^0.2.1", "@stdlib/array-dtype": "^0.2.1", "@stdlib/assert-has-own-property": "^0.2.1", @@ -64,9 +64,9 @@ "@stdlib/assert-is-accessor-array": "^0.2.1", "@stdlib/assert-is-array": "^0.2.1", "@stdlib/assert-is-complex64": "^0.2.1", - "@stdlib/complex-float32": "^0.2.1", - "@stdlib/complex-float32-imag": "github:stdlib-js/complex-float32-imag#main", - "@stdlib/complex-float32-real": "github:stdlib-js/complex-float32-real#main", + "@stdlib/complex-float32-ctor": "^0.0.1", + "@stdlib/complex-float32-imag": "^0.1.0", + "@stdlib/complex-float32-real": "^0.1.0", "@stdlib/math-base-special-pow": "^0.2.1", "@stdlib/random-array-discrete-uniform": "^0.2.1", "@stdlib/random-base-bernoulli": "^0.2.1", diff --git a/test/test.js b/test/test.js index c7b795f..c09c849 100644 --- a/test/test.js +++ b/test/test.js @@ -27,7 +27,7 @@ var BooleanArray = require( '@stdlib/array-bool' ); var zeros = require( '@stdlib/array-zeros' ); var toAccessorArray = require( '@stdlib/array-base-to-accessor-array' ); var isAccessorArray = require( '@stdlib/assert-is-accessor-array' ); -var Complex64 = require( '@stdlib/complex-float32' ); +var Complex64 = require( '@stdlib/complex-float32-ctor' ); var realf = require( '@stdlib/complex-float32-real' ); var imagf = require( '@stdlib/complex-float32-imag' ); var isComplex64 = require( '@stdlib/assert-is-complex64' );