Skip to content

Commit 34c4211

Browse files
committed
Auto-generated commit
1 parent b42421c commit 34c4211

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,9 @@
624624

625625
### Closed Issues
626626

627-
A total of 32 issues were closed in this release:
627+
A total of 33 issues were closed in this release:
628628

629-
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5788](https://github.com/stdlib-js/stdlib/issues/5788), [#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), [#6574](https://github.com/stdlib-js/stdlib/issues/6574), [#6589](https://github.com/stdlib-js/stdlib/issues/6589), [#6604](https://github.com/stdlib-js/stdlib/issues/6604), [#6663](https://github.com/stdlib-js/stdlib/issues/6663), [#6776](https://github.com/stdlib-js/stdlib/issues/6776), [#6933](https://github.com/stdlib-js/stdlib/issues/6933), [#7114](https://github.com/stdlib-js/stdlib/issues/7114), [#7135](https://github.com/stdlib-js/stdlib/issues/7135), [#7215](https://github.com/stdlib-js/stdlib/issues/7215), [#7296](https://github.com/stdlib-js/stdlib/issues/7296), [#7395](https://github.com/stdlib-js/stdlib/issues/7395), [#7554](https://github.com/stdlib-js/stdlib/issues/7554), [#7626](https://github.com/stdlib-js/stdlib/issues/7626), [#7767](https://github.com/stdlib-js/stdlib/issues/7767), [#7973](https://github.com/stdlib-js/stdlib/issues/7973), [#8129](https://github.com/stdlib-js/stdlib/issues/8129), [#8156](https://github.com/stdlib-js/stdlib/issues/8156), [#8159](https://github.com/stdlib-js/stdlib/issues/8159), [#8189](https://github.com/stdlib-js/stdlib/issues/8189), [#8196](https://github.com/stdlib-js/stdlib/issues/8196), [#8225](https://github.com/stdlib-js/stdlib/issues/8225), [#8308](https://github.com/stdlib-js/stdlib/issues/8308), [#8484](https://github.com/stdlib-js/stdlib/issues/8484)
629+
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5788](https://github.com/stdlib-js/stdlib/issues/5788), [#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), [#6574](https://github.com/stdlib-js/stdlib/issues/6574), [#6589](https://github.com/stdlib-js/stdlib/issues/6589), [#6604](https://github.com/stdlib-js/stdlib/issues/6604), [#6663](https://github.com/stdlib-js/stdlib/issues/6663), [#6776](https://github.com/stdlib-js/stdlib/issues/6776), [#6933](https://github.com/stdlib-js/stdlib/issues/6933), [#7114](https://github.com/stdlib-js/stdlib/issues/7114), [#7135](https://github.com/stdlib-js/stdlib/issues/7135), [#7215](https://github.com/stdlib-js/stdlib/issues/7215), [#7296](https://github.com/stdlib-js/stdlib/issues/7296), [#7395](https://github.com/stdlib-js/stdlib/issues/7395), [#7554](https://github.com/stdlib-js/stdlib/issues/7554), [#7626](https://github.com/stdlib-js/stdlib/issues/7626), [#7767](https://github.com/stdlib-js/stdlib/issues/7767), [#7973](https://github.com/stdlib-js/stdlib/issues/7973), [#8129](https://github.com/stdlib-js/stdlib/issues/8129), [#8156](https://github.com/stdlib-js/stdlib/issues/8156), [#8159](https://github.com/stdlib-js/stdlib/issues/8159), [#8189](https://github.com/stdlib-js/stdlib/issues/8189), [#8196](https://github.com/stdlib-js/stdlib/issues/8196), [#8225](https://github.com/stdlib-js/stdlib/issues/8225), [#8308](https://github.com/stdlib-js/stdlib/issues/8308), [#8484](https://github.com/stdlib-js/stdlib/issues/8484), [#8515](https://github.com/stdlib-js/stdlib/issues/8515)
630630

631631
</section>
632632

@@ -638,6 +638,7 @@ A total of 32 issues were closed in this release:
638638

639639
<details>
640640

641+
- [`37b26e6`](https://github.com/stdlib-js/stdlib/commit/37b26e6c62ada82439096f343c855bf1e80ef438) - **chore:** fix JavaScript lint errors [(#8519)](https://github.com/stdlib-js/stdlib/pull/8519) _(by kaushal-kumar-it, Athan Reines)_
641642
- [`c934b79`](https://github.com/stdlib-js/stdlib/commit/c934b79b7fef69aa707c58f8042648e3c7aa5925) - **docs:** update namespace table of contents [(#8517)](https://github.com/stdlib-js/stdlib/pull/8517) _(by stdlib-bot)_
642643
- [`037800a`](https://github.com/stdlib-js/stdlib/commit/037800a4294184df000d19e2ded62351016dce42) - **test:** use assertion utility and update example _(by Athan Reines)_
643644
- [`6d0ad29`](https://github.com/stdlib-js/stdlib/commit/6d0ad290fdb48864de0c09c5dd55c9eff7a22586) - **test:** use assertion utility and update example _(by Athan Reines)_
@@ -1807,7 +1808,7 @@ A total of 32 issues were closed in this release:
18071808

18081809
### Contributors
18091810

1810-
A total of 24 people contributed to this release. Thank you to the following contributors:
1811+
A total of 25 people contributed to this release. Thank you to the following contributors:
18111812

18121813
- Athan Reines
18131814
- Bhavishy Agrawal
@@ -1832,6 +1833,7 @@ A total of 24 people contributed to this release. Thank you to the following con
18321833
- Sai Avinash
18331834
- Shubham
18341835
- Tushar Bhardwaj
1836+
- kaushal-kumar-it
18351837
- lohithganni
18361838

18371839
</section>

slice-to/benchmark/benchmark.js

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bench( pkg+'::0d,non-base', function benchmark( b ) {
6666
var s;
6767
var i;
6868

69-
/* eslint-disable object-curly-newline */
69+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
7070

7171
values = [
7272
empty( [], { 'dtype': 'float64' } ),
@@ -76,7 +76,7 @@ bench( pkg+'::0d,non-base', function benchmark( b ) {
7676
empty( [], { 'dtype': 'generic' } )
7777
];
7878

79-
/* eslint-enable object-curly-newline */
79+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
8080

8181
s = [];
8282

@@ -131,7 +131,7 @@ bench( pkg+'::1d,non-base', function benchmark( b ) {
131131
var s;
132132
var i;
133133

134-
/* eslint-disable object-curly-newline */
134+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
135135

136136
values = [
137137
empty( [ 2 ], { 'dtype': 'float64' } ),
@@ -141,7 +141,7 @@ bench( pkg+'::1d,non-base', function benchmark( b ) {
141141
empty( [ 2 ], { 'dtype': 'generic' } )
142142
];
143143

144-
/* eslint-enable object-curly-newline */
144+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
145145

146146
s = [ 1 ];
147147

@@ -201,7 +201,7 @@ bench( pkg+'::1d,non-base,out-of-bounds', function benchmark( b ) {
201201
var s;
202202
var i;
203203

204-
/* eslint-disable object-curly-newline */
204+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
205205

206206
values = [
207207
empty( [ 2 ], { 'dtype': 'float64' } ),
@@ -211,7 +211,7 @@ bench( pkg+'::1d,non-base,out-of-bounds', function benchmark( b ) {
211211
empty( [ 2 ], { 'dtype': 'generic' } )
212212
];
213213

214-
/* eslint-enable object-curly-newline */
214+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
215215

216216
s = [ -20 ];
217217
opts = {
@@ -269,7 +269,7 @@ bench( pkg+'::2d,non-base', function benchmark( b ) {
269269
var s;
270270
var i;
271271

272-
/* eslint-disable object-curly-newline */
272+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
273273

274274
values = [
275275
empty( [ 2, 2 ], { 'dtype': 'float64' } ),
@@ -279,7 +279,7 @@ bench( pkg+'::2d,non-base', function benchmark( b ) {
279279
empty( [ 2, 2 ], { 'dtype': 'generic' } )
280280
];
281281

282-
/* eslint-enable object-curly-newline */
282+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
283283

284284
s = [ 1, 1 ];
285285

@@ -339,7 +339,7 @@ bench( pkg+'::2d,non-base,out-of-bounds', function benchmark( b ) {
339339
var s;
340340
var i;
341341

342-
/* eslint-disable object-curly-newline */
342+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
343343

344344
values = [
345345
empty( [ 2, 2 ], { 'dtype': 'float64' } ),
@@ -349,7 +349,7 @@ bench( pkg+'::2d,non-base,out-of-bounds', function benchmark( b ) {
349349
empty( [ 2, 2 ], { 'dtype': 'generic' } )
350350
];
351351

352-
/* eslint-enable object-curly-newline */
352+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
353353

354354
s = [ -20, null ];
355355
opts = {
@@ -407,7 +407,7 @@ bench( pkg+'::3d,non-base', function benchmark( b ) {
407407
var s;
408408
var i;
409409

410-
/* eslint-disable object-curly-newline */
410+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
411411

412412
values = [
413413
empty( [ 2, 2, 2 ], { 'dtype': 'float64' } ),
@@ -417,7 +417,7 @@ bench( pkg+'::3d,non-base', function benchmark( b ) {
417417
empty( [ 2, 2, 2 ], { 'dtype': 'generic' } )
418418
];
419419

420-
/* eslint-enable object-curly-newline */
420+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
421421

422422
s = [ 1, 1, 1 ];
423423

@@ -477,7 +477,7 @@ bench( pkg+'::3d,non-base,out-of-bounds', function benchmark( b ) {
477477
var s;
478478
var i;
479479

480-
/* eslint-disable object-curly-newline */
480+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
481481

482482
values = [
483483
empty( [ 2, 2, 2 ], { 'dtype': 'float64' } ),
@@ -487,7 +487,7 @@ bench( pkg+'::3d,non-base,out-of-bounds', function benchmark( b ) {
487487
empty( [ 2, 2, 2 ], { 'dtype': 'generic' } )
488488
];
489489

490-
/* eslint-enable object-curly-newline */
490+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
491491

492492
s = [ 1, -20, null ];
493493
opts = {
@@ -545,7 +545,7 @@ bench( pkg+'::4d,non-base', function benchmark( b ) {
545545
var s;
546546
var i;
547547

548-
/* eslint-disable object-curly-newline */
548+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
549549

550550
values = [
551551
empty( [ 2, 2, 2, 2 ], { 'dtype': 'float64' } ),
@@ -555,7 +555,7 @@ bench( pkg+'::4d,non-base', function benchmark( b ) {
555555
empty( [ 2, 2, 2, 2 ], { 'dtype': 'generic' } )
556556
];
557557

558-
/* eslint-enable object-curly-newline */
558+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
559559

560560
s = [ 1, 1, 1, 1 ];
561561

@@ -615,7 +615,7 @@ bench( pkg+'::4d,non-base,out-of-bounds', function benchmark( b ) {
615615
var s;
616616
var i;
617617

618-
/* eslint-disable object-curly-newline */
618+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
619619

620620
values = [
621621
empty( [ 2, 2, 2, 2 ], { 'dtype': 'float64' } ),
@@ -625,7 +625,7 @@ bench( pkg+'::4d,non-base,out-of-bounds', function benchmark( b ) {
625625
empty( [ 2, 2, 2, 2 ], { 'dtype': 'generic' } )
626626
];
627627

628-
/* eslint-enable object-curly-newline */
628+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
629629

630630
s = [ 1, 1, -20, null ];
631631
opts = {
@@ -683,7 +683,7 @@ bench( pkg+'::5d,non-base', function benchmark( b ) {
683683
var s;
684684
var i;
685685

686-
/* eslint-disable object-curly-newline */
686+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
687687

688688
values = [
689689
empty( [ 2, 2, 2, 2, 2 ], { 'dtype': 'float64' } ),
@@ -693,7 +693,7 @@ bench( pkg+'::5d,non-base', function benchmark( b ) {
693693
empty( [ 2, 2, 2, 2, 2 ], { 'dtype': 'generic' } )
694694
];
695695

696-
/* eslint-enable object-curly-newline */
696+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
697697

698698
s = [ 1, 1, 1, 1, 1 ];
699699

@@ -753,7 +753,7 @@ bench( pkg+'::5d,non-base,out-of-bounds', function benchmark( b ) {
753753
var s;
754754
var i;
755755

756-
/* eslint-disable object-curly-newline */
756+
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
757757

758758
values = [
759759
empty( [ 2, 2, 2, 2, 2 ], { 'dtype': 'float64' } ),
@@ -763,7 +763,7 @@ bench( pkg+'::5d,non-base,out-of-bounds', function benchmark( b ) {
763763
empty( [ 2, 2, 2, 2, 2 ], { 'dtype': 'generic' } )
764764
];
765765

766-
/* eslint-enable object-curly-newline */
766+
/* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
767767

768768
s = [ 1, 1, 1, -20, null ];
769769
opts = {

0 commit comments

Comments
 (0)