Skip to content

Commit 62cd703

Browse files
committed
Auto-generated commit
1 parent abc2efb commit 62cd703

3 files changed

Lines changed: 67 additions & 1 deletion

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-03-23T02:15:47.870Z
1+
2026-03-29T03:22:34.941Z

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,70 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-03-29)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`a921830`](https://github.com/stdlib-js/stdlib/commit/a921830140c2ed2909d462864a21890615f6e082) - update `complex/float32/base` TypeScript declarations [(#11112)](https://github.com/stdlib-js/stdlib/pull/11112)
14+
- [`40a9690`](https://github.com/stdlib-js/stdlib/commit/40a9690b3cc701abfe2063cf4c1cf055582bed35) - add `muladd` to namespace
15+
- [`ad16f6a`](https://github.com/stdlib-js/stdlib/commit/ad16f6a74846cb072d4b5fe2ac95f38ef3005c19) - add `add3` to namespace
16+
- [`ae684df`](https://github.com/stdlib-js/stdlib/commit/ae684dfad39a7f9dc4b2299a08942292d3d4dd09) - add `complex/float32/base/add3` [(#9946)](https://github.com/stdlib-js/stdlib/pull/9946)
17+
18+
</section>
19+
20+
<!-- /.features -->
21+
22+
<section class="issues">
23+
24+
### Closed Issues
25+
26+
This release closes the following issue:
27+
28+
[#9943](https://github.com/stdlib-js/stdlib/issues/9943)
29+
30+
</section>
31+
32+
<!-- /.issues -->
33+
34+
<section class="commits">
35+
36+
### Commits
37+
38+
<details>
39+
40+
- [`d9a5e08`](https://github.com/stdlib-js/stdlib/commit/d9a5e081c5376c8688ffd96f29dec0e135cb123c) - **docs:** update namespace table of contents [(#11114)](https://github.com/stdlib-js/stdlib/pull/11114) _(by stdlib-bot)_
41+
- [`a921830`](https://github.com/stdlib-js/stdlib/commit/a921830140c2ed2909d462864a21890615f6e082) - **feat:** update `complex/float32/base` TypeScript declarations [(#11112)](https://github.com/stdlib-js/stdlib/pull/11112) _(by stdlib-bot)_
42+
- [`40a9690`](https://github.com/stdlib-js/stdlib/commit/40a9690b3cc701abfe2063cf4c1cf055582bed35) - **feat:** add `muladd` to namespace _(by Athan Reines)_
43+
- [`ad16f6a`](https://github.com/stdlib-js/stdlib/commit/ad16f6a74846cb072d4b5fe2ac95f38ef3005c19) - **feat:** add `add3` to namespace _(by Athan Reines)_
44+
- [`ae684df`](https://github.com/stdlib-js/stdlib/commit/ae684dfad39a7f9dc4b2299a08942292d3d4dd09) - **feat:** add `complex/float32/base/add3` [(#9946)](https://github.com/stdlib-js/stdlib/pull/9946) _(by Sachin Pangal, stdlib-bot, Athan Reines)_
45+
46+
</details>
47+
48+
</section>
49+
50+
<!-- /.commits -->
51+
52+
<section class="contributors">
53+
54+
### Contributors
55+
56+
A total of 2 people contributed to this release. Thank you to the following contributors:
57+
58+
- Athan Reines
59+
- Sachin Pangal
60+
61+
</section>
62+
63+
<!-- /.contributors -->
64+
65+
</section>
66+
67+
<!-- /.release -->
68+
569
<section class="release" id="v0.4.1">
670

771
## 0.4.1 (2026-02-08)

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@stdlib/assert-is-same-float32array": "^0.2.3",
6161
"@stdlib/assert-is-string": "^0.2.3",
6262
"@stdlib/complex-float32-base-add": "^0.2.1",
63+
"@stdlib/complex-float32-base-add3": "github:stdlib-js/complex-float32-base-add3#main",
6364
"@stdlib/complex-float32-base-assert": "^0.2.1",
6465
"@stdlib/complex-float32-base-assert-is-almost-equal": "^0.0.1",
6566
"@stdlib/complex-float32-base-assert-is-almost-same-value": "^0.1.1",
@@ -69,6 +70,7 @@
6970
"@stdlib/complex-float32-base-assert-is-same-value-zero": "^0.1.2",
7071
"@stdlib/complex-float32-base-identity": "^0.1.1",
7172
"@stdlib/complex-float32-base-mul": "^0.2.1",
73+
"@stdlib/complex-float32-base-mul-add": "^0.1.1",
7274
"@stdlib/complex-float32-base-neg": "^0.1.1",
7375
"@stdlib/complex-float32-base-scale": "^0.1.1",
7476
"@stdlib/complex-float32-base-sub": "^0.1.1",

0 commit comments

Comments
 (0)