Skip to content

Commit 32696ed

Browse files
committed
Auto-generated commit
1 parent b67b4f3 commit 32696ed

File tree

3 files changed

+64
-38
lines changed

3 files changed

+64
-38
lines changed

Diff for: CHANGELOG.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,30 @@ This release closes the following issue:
12221222

12231223
<!-- /.package -->
12241224

1225+
<section class="package" id="ndarray-promotion-rules-unreleased">
1226+
1227+
#### [@stdlib/ndarray/promotion-rules](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/promotion-rules)
1228+
1229+
<details>
1230+
1231+
<section class="issues">
1232+
1233+
##### Closed Issues
1234+
1235+
This release closes the following issue:
1236+
1237+
[#6521](https://github.com/stdlib-js/stdlib/issues/6521)
1238+
1239+
</section>
1240+
1241+
<!-- /.issues -->
1242+
1243+
</details>
1244+
1245+
</section>
1246+
1247+
<!-- /.package -->
1248+
12251249
<section class="package" id="ndarray-reject-unreleased">
12261250

12271251
#### [@stdlib/ndarray/reject](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/reject)
@@ -1337,9 +1361,9 @@ This release closes the following issue:
13371361

13381362
### Closed Issues
13391363

1340-
A total of 7 issues were closed in this release:
1364+
A total of 8 issues were closed in this release:
13411365

1342-
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5960](https://github.com/stdlib-js/stdlib/issues/5960), [#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457), [#6473](https://github.com/stdlib-js/stdlib/issues/6473)
1366+
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5960](https://github.com/stdlib-js/stdlib/issues/5960), [#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457), [#6473](https://github.com/stdlib-js/stdlib/issues/6473), [#6521](https://github.com/stdlib-js/stdlib/issues/6521)
13431367

13441368
</section>
13451369

@@ -1373,6 +1397,7 @@ A total of 11 people contributed to this release. Thank you to the following con
13731397

13741398
<details>
13751399

1400+
- [`560e643`](https://github.com/stdlib-js/stdlib/commit/560e643d902d37529d503ba1c8bf5ac0dd88f926) - **chore:** fix EditorConfig lint errors [(#6549)](https://github.com/stdlib-js/stdlib/pull/6549) _(by Muhammad Taaha Tariq, Athan Reines)_
13761401
- [`128019a`](https://github.com/stdlib-js/stdlib/commit/128019a60f5fde63b21804d5914dba020e5d53a4) - **docs:** update examples _(by Athan Reines)_
13771402
- [`ac2b843`](https://github.com/stdlib-js/stdlib/commit/ac2b843dd8a6341d876c559cf8d79ab8bdf7ac46) - **bench:** fix invocations _(by Athan Reines)_
13781403
- [`1e0863b`](https://github.com/stdlib-js/stdlib/commit/1e0863b926876e26ad82a3d28ead805326de30d4) - **bench:** add benchmarks _(by Athan Reines)_

Diff for: CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Mohammad Bin Aftab <[email protected]>
9595
Mohammad Kaif <[email protected]>
9696
Momtchil Momtchev <[email protected]>
9797
Muhammad Haris <[email protected]>
98+
Muhammad Taaha Tariq <[email protected]>
9899
Muhmmad Saad <[email protected]>
99100
Naresh Jagadeesan <[email protected]>
100101
Naveen Kumar <[email protected]>

Diff for: promotion-rules/manifest.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
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-
"include": [
29-
"./include"
30-
],
31-
"libraries": [],
32-
"libpath": [],
33-
"dependencies": [
34-
"@stdlib/ndarray/dtypes"
35-
]
36-
}
37-
]
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+
"include": [
29+
"./include"
30+
],
31+
"libraries": [],
32+
"libpath": [],
33+
"dependencies": [
34+
"@stdlib/ndarray/dtypes"
35+
]
36+
}
37+
]
3838
}

0 commit comments

Comments
 (0)