Skip to content

Commit fbbde5e

Browse files
committed
Auto-generated commit
1 parent 922ed32 commit fbbde5e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-27)
7+
## Unreleased (2025-06-01)
88

99
<section class="features">
1010

@@ -224,6 +224,7 @@
224224

225225
### Bug Fixes
226226

227+
- [`0b4a818`](https://github.com/stdlib-js/stdlib/commit/0b4a8186131a6a245fe1d893afae19c0524dbbef) - use correct dependencies in `manifest.json` of `blas/base/zscal` [(#7121)](https://github.com/stdlib-js/stdlib/pull/7121)
227228
- [`aa52ed9`](https://github.com/stdlib-js/stdlib/commit/aa52ed96730b4835b3ef403b2abbcd7910e3e483) - update implementation to preserve signed zeros
228229
- [`b0eea3a`](https://github.com/stdlib-js/stdlib/commit/b0eea3afaee1bdd3f14826bc9a92a92e68b51d17) - update implementation to preserve signed zeros
229230
- [`151f3e5`](https://github.com/stdlib-js/stdlib/commit/151f3e5714bf1b13e00b72ee0c98fb65ee095ba8) - update implementation to preserve signed zeros
@@ -480,6 +481,7 @@ A total of 22 issues were closed in this release:
480481

481482
<details>
482483

484+
- [`0b4a818`](https://github.com/stdlib-js/stdlib/commit/0b4a8186131a6a245fe1d893afae19c0524dbbef) - **fix:** use correct dependencies in `manifest.json` of `blas/base/zscal` [(#7121)](https://github.com/stdlib-js/stdlib/pull/7121) _(by Shabareesh Shetty)_
483485
- [`aa52ed9`](https://github.com/stdlib-js/stdlib/commit/aa52ed96730b4835b3ef403b2abbcd7910e3e483) - **fix:** update implementation to preserve signed zeros _(by Athan Reines)_
484486
- [`3d169cb`](https://github.com/stdlib-js/stdlib/commit/3d169cb917480674de265c6212d1f4e96cd4a654) - **test:** add signed zero tests _(by Athan Reines)_
485487
- [`b0eea3a`](https://github.com/stdlib-js/stdlib/commit/b0eea3afaee1bdd3f14826bc9a92a92e68b51d17) - **fix:** update implementation to preserve signed zeros _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
172172
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
173173
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
174174
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
175+
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
175176
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
177+
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
176178
Utkarsh <http://utkarsh11105@gmail.com>
177179
Utkarsh Raj <rajutkarsh2505@gmail.com>
178180
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>

base/zscal/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"dependencies": [
144144
"@stdlib/blas/base/shared",
145145
"@stdlib/strided/base/min-view-buffer-index",
146-
"@stdlib/complex/float32/ctor"
146+
"@stdlib/complex/float64/ctor"
147147
]
148148
},
149149
{
@@ -165,7 +165,7 @@
165165
"dependencies": [
166166
"@stdlib/blas/base/shared",
167167
"@stdlib/strided/base/min-view-buffer-index",
168-
"@stdlib/complex/float32/ctor"
168+
"@stdlib/complex/float64/ctor"
169169
]
170170
},
171171

0 commit comments

Comments
 (0)