Skip to content

Commit 4c64a15

Browse files
committed
Auto-generated commit
1 parent afeedec commit 4c64a15

File tree

3 files changed

+45
-42
lines changed

3 files changed

+45
-42
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-07-13)
7+
## Unreleased (2025-07-25)
88

99
<section class="features">
1010

@@ -73,9 +73,9 @@
7373

7474
### Closed Issues
7575

76-
A total of 3 issues were closed in this release:
76+
A total of 4 issues were closed in this release:
7777

78-
[#5203](https://github.com/stdlib-js/stdlib/issues/5203), [#6698](https://github.com/stdlib-js/stdlib/issues/6698), [#6885](https://github.com/stdlib-js/stdlib/issues/6885)
78+
[#5203](https://github.com/stdlib-js/stdlib/issues/5203), [#6698](https://github.com/stdlib-js/stdlib/issues/6698), [#6885](https://github.com/stdlib-js/stdlib/issues/6885), [#7735](https://github.com/stdlib-js/stdlib/issues/7735)
7979

8080
</section>
8181

@@ -87,6 +87,7 @@ A total of 3 issues were closed in this release:
8787

8888
<details>
8989

90+
- [`53c6429`](https://github.com/stdlib-js/stdlib/commit/53c6429aee35e48e178bc96072a39d1d9db325f3) - **chore:** fix EditorConfig lint errors [(#7737)](https://github.com/stdlib-js/stdlib/pull/7737) _(by AryanJ18, Athan Reines)_
9091
- [`2a0ea7f`](https://github.com/stdlib-js/stdlib/commit/2a0ea7feb22806685fef9eac8a32d7012dab7adc) - **fix:** use correct package names in package.json _(by Philipp Burckhardt)_
9192
- [`24b7f7d`](https://github.com/stdlib-js/stdlib/commit/24b7f7d6900b467339d0911981d3c093d1b82efa) - **test:** add missing test for third parameter _(by Athan Reines)_
9293
- [`71e8e76`](https://github.com/stdlib-js/stdlib/commit/71e8e767185b454e8f68d7fee778f3177f2e7f85) - **test:** add TS test for third parameter _(by Philipp Burckhardt)_
@@ -180,8 +181,9 @@ A total of 3 issues were closed in this release:
180181

181182
### Contributors
182183

183-
A total of 7 people contributed to this release. Thank you to the following contributors:
184+
A total of 8 people contributed to this release. Thank you to the following contributors:
184185

186+
- AryanJ18
185187
- Athan Reines
186188
- Gururaj Gurram
187189
- Karan Anand

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Sai Avinash <[email protected]>
167167
Sai Srikar Dumpeti <[email protected]>
168168
Sanchay Ketan Sinha <[email protected]>
169169
Sarthak Paandey <[email protected]>
170+
Satyajeet Chavan <[email protected]>
170171
Saurabh Singh <[email protected]>
171172
Seyyed Parsa Neshaei <[email protected]>
172173
Shabareesh Shetty <[email protected]>

float32/real/manifest.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
36-
"@stdlib/complex/float32/ctor"
37-
]
38-
}
39-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
36+
"@stdlib/complex/float32/ctor"
37+
]
38+
}
39+
]
4040
}

0 commit comments

Comments
 (0)