Skip to content

Commit 59317af

Browse files
committed
Auto-generated commit
1 parent 44009d4 commit 59317af

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236

237237
### Bug Fixes
238238

239+
- [`ae34cce`](https://github.com/stdlib-js/stdlib/commit/ae34cce2706107d6738b4830d43e4130ff7399e4) - update `caxpy` manifest to include missing dependencies for Mac builds
239240
- [`f27e62f`](https://github.com/stdlib-js/stdlib/commit/f27e62f31b16eb5c92f5c0af88b00b6d5124b9f6) - provide correct number of arguments
240241
- [`6688495`](https://github.com/stdlib-js/stdlib/commit/6688495296d51628b4a85466de99b5a5347cff94) - provide correct number of arguments
241242
- [`e995ce7`](https://github.com/stdlib-js/stdlib/commit/e995ce7c82cbe834b8e330968a08810e5b959282) - ensure accessor array support
@@ -502,6 +503,7 @@ A total of 23 issues were closed in this release:
502503

503504
<details>
504505

506+
- [`ae34cce`](https://github.com/stdlib-js/stdlib/commit/ae34cce2706107d6738b4830d43e4130ff7399e4) - **fix:** update `caxpy` manifest to include missing dependencies for Mac builds _(by Philipp Burckhardt)_
505507
- [`53cb5ce`](https://github.com/stdlib-js/stdlib/commit/53cb5cec01d65b42bccee658c7ed3bd1d6b7c441) - **docs:** fix data type [(#7536)](https://github.com/stdlib-js/stdlib/pull/7536) _(by Shabareesh Shetty)_
506508
- [`0935821`](https://github.com/stdlib-js/stdlib/commit/093582109c03a692eb83fc0c2f661cbebe2e28b1) - **feat:** add `blas/ext/base/ndarray/sindex-of` [(#7529)](https://github.com/stdlib-js/stdlib/pull/7529) _(by Muhammad Haris, Athan Reines)_
507509
- [`8e907f0`](https://github.com/stdlib-js/stdlib/commit/8e907f03fee0f39eb4eff0e078dec5a13cce0073) - **test:** account for N * alpha in test case _(by Philipp Burckhardt)_

base/caxpy/manifest.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,16 @@
191191
"libpath": [],
192192
"dependencies": [
193193
"@stdlib/blas/base/shared",
194+
"@stdlib/blas/base/scabs1",
195+
"@stdlib/strided/base/stride2offset",
194196
"@stdlib/napi/export",
195-
"@stdlib/strided/base/min-view-buffer-index",
196197
"@stdlib/napi/argv",
197198
"@stdlib/napi/argv-int64",
198199
"@stdlib/napi/argv-strided-complex64array",
199200
"@stdlib/napi/argv-complex64",
200-
"@stdlib/complex/float32/ctor"
201+
"@stdlib/complex/float32/ctor",
202+
"@stdlib/complex/float32/base/add",
203+
"@stdlib/complex/float32/base/mul"
201204
]
202205
},
203206
{
@@ -218,14 +221,9 @@
218221
"@stdlib/blas/base/shared",
219222
"@stdlib/blas/base/scabs1",
220223
"@stdlib/strided/base/stride2offset",
221-
"@stdlib/napi/export",
222-
"@stdlib/napi/argv",
223-
"@stdlib/napi/argv-int64",
224-
"@stdlib/napi/argv-strided-complex64array",
225-
"@stdlib/napi/argv-complex64",
226-
"@stdlib/complex/float32/ctor",
227224
"@stdlib/complex/float32/base/add",
228-
"@stdlib/complex/float32/base/mul"
225+
"@stdlib/complex/float32/base/mul",
226+
"@stdlib/complex/float32/ctor"
229227
]
230228
},
231229
{

0 commit comments

Comments
 (0)