Skip to content

Commit 3d057a2

Browse files
committed
Auto-generated commit
1 parent 5239dac commit 3d057a2

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ This release closes the following issue:
322322

323323
##### Closed Issues
324324

325-
This release closes the following issue:
325+
A total of 2 issues were closed in this release:
326326

327-
[#6053](https://github.com/stdlib-js/stdlib/issues/6053)
327+
[#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236)
328328

329329
</section>
330330

@@ -1300,9 +1300,9 @@ This release closes the following issue:
13001300

13011301
### Closed Issues
13021302

1303-
A total of 5 issues were closed in this release:
1303+
A total of 6 issues were closed in this release:
13041304

1305-
[#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), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457)
1305+
[#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)
13061306

13071307
</section>
13081308

@@ -1312,12 +1312,13 @@ A total of 5 issues were closed in this release:
13121312

13131313
### Contributors
13141314

1315-
A total of 9 people contributed to this release. Thank you to the following contributors:
1315+
A total of 10 people contributed to this release. Thank you to the following contributors:
13161316

13171317
- Athan Reines
13181318
- Bhavishy Agrawal
13191319
- Gururaj Gurram
13201320
- Kaushikgtm
1321+
- MANI
13211322
- Muhammad Haris
13221323
- Philipp Burckhardt
13231324
- Sai Avinash
@@ -1334,6 +1335,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
13341335

13351336
<details>
13361337

1338+
- [`a464a60`](https://github.com/stdlib-js/stdlib/commit/a464a60568b819f813aff054ba0c32476192d269) - **chore:** fix EditorConfig lint errors [(#6246)](https://github.com/stdlib-js/stdlib/pull/6246) _(by MANI, Athan Reines)_
13371339
- [`d3289c3`](https://github.com/stdlib-js/stdlib/commit/d3289c3af88a698ed39ee5234c525cfec98c56f5) - **test:** use `zfill` rather than `gfill` to improve performance _(by Athan Reines)_
13381340
- [`b96a6a2`](https://github.com/stdlib-js/stdlib/commit/b96a6a258f9c560073e252b9969095a12723074e) - **test:** add missing tests to `ndarray/base/unary` [(#5821)](https://github.com/stdlib-js/stdlib/pull/5821) _(by Muhammad Haris)_
13391341
- [`998b3ba`](https://github.com/stdlib-js/stdlib/commit/998b3ba4e628e6d8564c6b33fe41925da2046b41) - **feat:** add missing kernels to `ndarray/base/unary-reduce-subarray` [(#6421)](https://github.com/stdlib-js/stdlib/pull/6421) _(by Muhammad Haris)_

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
7575
Joris Labie <joris.labie1@gmail.com>
7676
Justin Dennison <justin1dennison@gmail.com>
7777
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
78-
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
78+
Karan Anand <anandkarancompsci@gmail.com>
7979
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8080
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
8181
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
@@ -98,6 +98,7 @@ Muhammad Haris <harriskhan047@outlook.com>
9898
Naresh Jagadeesan <naresh.naresh000@gmail.com>
9999
Naveen Kumar <stupiddint@gmail.com>
100100
Neeraj Pathak <neerajrpathak710@gmail.com>
101+
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
101102
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
102103
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
103104
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"binary": 1,
3-
"bool": 1,
4-
"complex64": 8,
5-
"complex128": 16,
6-
"float16": 2,
7-
"bfloat16": 2,
8-
"float32": 4,
9-
"float64": 8,
10-
"float128": 16,
11-
"generic": null,
12-
"int8": 1,
13-
"int16": 2,
14-
"int32": 4,
15-
"int64": 8,
16-
"int128": 16,
17-
"int256": 32,
18-
"uint8": 1,
19-
"uint8c": 1,
20-
"uint16": 2,
21-
"uint32": 4,
22-
"uint64": 8,
23-
"uint128": 16,
24-
"uint256": 32
2+
"binary": 1,
3+
"bool": 1,
4+
"complex64": 8,
5+
"complex128": 16,
6+
"float16": 2,
7+
"bfloat16": 2,
8+
"float32": 4,
9+
"float64": 8,
10+
"float128": 16,
11+
"generic": null,
12+
"int8": 1,
13+
"int16": 2,
14+
"int32": 4,
15+
"int64": 8,
16+
"int128": 16,
17+
"int256": 32,
18+
"uint8": 1,
19+
"uint8c": 1,
20+
"uint16": 2,
21+
"uint32": 4,
22+
"uint64": 8,
23+
"uint128": 16,
24+
"uint256": 32
2525
}

0 commit comments

Comments
 (0)