Skip to content

Commit dff15bc

Browse files
committed
Update artifacts
1 parent aa47501 commit dff15bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+275
-328
lines changed

ndarray/base/unary-reduce-subarray-by/0d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
436436
<div class='footer quiet pad2 space-top1 center small'>
437437
Code coverage generated by
438438
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
439-
at 2025-08-15T21:02:25.262Z
439+
at 2025-09-23T00:08:40.886Z
440440
</div>
441441
<script src="../../../../prettify.js"></script>
442442
<script>

ndarray/base/unary-reduce-subarray-by/0d_accessors.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
460460
<div class='footer quiet pad2 space-top1 center small'>
461461
Code coverage generated by
462462
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
463-
at 2025-08-15T21:02:25.262Z
463+
at 2025-09-23T00:08:40.886Z
464464
</div>
465465
<script src="../../../../prettify.js"></script>
466466
<script>

ndarray/base/unary-reduce-subarray-by/10d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
964964
<div class='footer quiet pad2 space-top1 center small'>
965965
Code coverage generated by
966966
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
967-
at 2025-08-15T21:02:25.262Z
967+
at 2025-09-23T00:08:40.886Z
968968
</div>
969969
<script src="../../../../prettify.js"></script>
970970
<script>

ndarray/base/unary-reduce-subarray-by/10d_accessors.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
988988
<div class='footer quiet pad2 space-top1 center small'>
989989
Code coverage generated by
990990
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
991-
at 2025-08-15T21:02:25.262Z
991+
at 2025-09-23T00:08:40.886Z
992992
</div>
993993
<script src="../../../../prettify.js"></script>
994994
<script>

ndarray/base/unary-reduce-subarray-by/10d_blocked.js.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
2323
<div class='clearfix'>
2424

2525
<div class='fl pad1y space-right2'>
26-
<span class="strong">32.6% </span>
26+
<span class="strong">32.44% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>135/414</span>
28+
<span class='fraction'>134/413</span>
2929
</div>
3030

3131

@@ -44,9 +44,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
4444

4545

4646
<div class='fl pad1y space-right2'>
47-
<span class="strong">32.6% </span>
47+
<span class="strong">32.44% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>135/414</span>
49+
<span class='fraction'>134/413</span>
5050
</div>
5151

5252

@@ -476,9 +476,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
476476
<a name='L411'></a><a href='#L411'>411</a>
477477
<a name='L412'></a><a href='#L412'>412</a>
478478
<a name='L413'></a><a href='#L413'>413</a>
479-
<a name='L414'></a><a href='#L414'>414</a>
480-
<a name='L415'></a><a href='#L415'>415</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
481-
<span class="cline-any cline-yes">1x</span>
479+
<a name='L414'></a><a href='#L414'>414</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
482480
<span class="cline-any cline-yes">1x</span>
483481
<span class="cline-any cline-yes">1x</span>
484482
<span class="cline-any cline-yes">1x</span>
@@ -939,7 +937,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
939937
* @param {NonNegativeIntegerArray} ldims - list of loop dimensions
940938
* @param {NonNegativeIntegerArray} cdims - list of "core" dimensions
941939
* @param {IntegerArray} strides - loop dimension strides for the input ndarray
942-
* @param {boolean} isRowMajor - boolean indicating if provided arrays are in row-major order
943940
* @param {Options} opts - reduction function options
944941
* @param {boolean} hasOpts - boolean indicating whether to pass an options argument to a reduction function
945942
* @param {Function} clbk - callback function
@@ -1016,12 +1013,12 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10161013
* var slx = [ 12, 12, 12, 12, 12, 12, 12, 12, 12, 4 ];
10171014
*
10181015
* // Perform a reduction:
1019-
* blockedunary10d( base, [ x, y ], views, ibuf, ldims, cdims, slx, true, null, false, clbk, {} );
1016+
* blockedunary10d( base, [ x, y ], views, ibuf, ldims, cdims, slx, null, false, clbk, {} );
10201017
*
10211018
* var arr = ndarray2array( y.data, y.shape, y.strides, y.offset, y.order );
10221019
* // returns [ [ [ [ [ [ [ [ [ [ true, false, true ] ] ] ] ] ] ] ] ] ]
10231020
*/
1024-
<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >function blockedunary10d( fcn, arrays, views, ibuf, ldims, cdims, strides, isRowMajor, opts, hasOpts, clbk, thisArg ) {</span></span>
1021+
<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >function blockedunary10d( fcn, arrays, views, ibuf, ldims, cdims, strides, opts, hasOpts, clbk, thisArg ) {</span></span>
10251022
<span class="cstat-no" title="statement not covered" > var bsize;</span>
10261023
<span class="cstat-no" title="statement not covered" > var ybuf;</span>
10271024
<span class="cstat-no" title="statement not covered" > var idx;</span>
@@ -1312,7 +1309,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
13121309
<div class='footer quiet pad2 space-top1 center small'>
13131310
Code coverage generated by
13141311
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1315-
at 2025-08-15T21:02:25.262Z
1312+
at 2025-09-23T00:08:40.886Z
13161313
</div>
13171314
<script src="../../../../prettify.js"></script>
13181315
<script>

ndarray/base/unary-reduce-subarray-by/10d_blocked_accessors.js.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
2323
<div class='clearfix'>
2424

2525
<div class='fl pad1y space-right2'>
26-
<span class="strong">32.93% </span>
26+
<span class="strong">32.77% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>139/422</span>
28+
<span class='fraction'>138/421</span>
2929
</div>
3030

3131

@@ -44,9 +44,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
4444

4545

4646
<div class='fl pad1y space-right2'>
47-
<span class="strong">32.93% </span>
47+
<span class="strong">32.77% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>139/422</span>
49+
<span class='fraction'>138/421</span>
5050
</div>
5151

5252

@@ -484,9 +484,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
484484
<a name='L419'></a><a href='#L419'>419</a>
485485
<a name='L420'></a><a href='#L420'>420</a>
486486
<a name='L421'></a><a href='#L421'>421</a>
487-
<a name='L422'></a><a href='#L422'>422</a>
488-
<a name='L423'></a><a href='#L423'>423</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
489-
<span class="cline-any cline-yes">1x</span>
487+
<a name='L422'></a><a href='#L422'>422</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
490488
<span class="cline-any cline-yes">1x</span>
491489
<span class="cline-any cline-yes">1x</span>
492490
<span class="cline-any cline-yes">1x</span>
@@ -955,7 +953,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
955953
* @param {NonNegativeIntegerArray} ldims - list of loop dimensions
956954
* @param {NonNegativeIntegerArray} cdims - list of "core" dimensions
957955
* @param {IntegerArray} strides - loop dimension strides for the input ndarray
958-
* @param {boolean} isRowMajor - boolean indicating if provided arrays are in row-major order
959956
* @param {Options} opts - reduction function options
960957
* @param {boolean} hasOpts - boolean indicating whether to pass an options argument to a reduction function
961958
* @param {Function} clbk - callback function
@@ -1036,12 +1033,12 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10361033
* var slx = [ 12, 12, 12, 12, 12, 12, 12, 12, 12, 4 ];
10371034
*
10381035
* // Perform a reduction:
1039-
* blockedunary10d( base, [ x, y ], views, ibuf, ldims, cdims, slx, true, null, false, clbk, {} );
1036+
* blockedunary10d( base, [ x, y ], views, ibuf, ldims, cdims, slx, null, false, clbk, {} );
10401037
*
10411038
* var arr = ndarray2array( y.data, y.shape, y.strides, y.offset, y.order );
10421039
* // returns [ [ [ [ [ [ [ [ [ [ true, false, true ] ] ] ] ] ] ] ] ] ]
10431040
*/
1044-
<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >function blockedunary10d( fcn, arrays, views, ibuf, ldims, cdims, strides, isRowMajor, opts, hasOpts, clbk, thisArg ) {</span></span>
1041+
<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >function blockedunary10d( fcn, arrays, views, ibuf, ldims, cdims, strides, opts, hasOpts, clbk, thisArg ) {</span></span>
10451042
<span class="cstat-no" title="statement not covered" > var bsize;</span>
10461043
<span class="cstat-no" title="statement not covered" > var ybuf;</span>
10471044
<span class="cstat-no" title="statement not covered" > var idx;</span>
@@ -1336,7 +1333,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
13361333
<div class='footer quiet pad2 space-top1 center small'>
13371334
Code coverage generated by
13381335
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1339-
at 2025-08-15T21:02:25.262Z
1336+
at 2025-09-23T00:08:40.886Z
13401337
</div>
13411338
<script src="../../../../prettify.js"></script>
13421339
<script>

ndarray/base/unary-reduce-subarray-by/1d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
580580
<div class='footer quiet pad2 space-top1 center small'>
581581
Code coverage generated by
582582
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
583-
at 2025-08-15T21:02:25.262Z
583+
at 2025-09-23T00:08:40.886Z
584584
</div>
585585
<script src="../../../../prettify.js"></script>
586586
<script>

ndarray/base/unary-reduce-subarray-by/1d_accessors.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
604604
<div class='footer quiet pad2 space-top1 center small'>
605605
Code coverage generated by
606606
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
607-
at 2025-08-15T21:02:25.262Z
607+
at 2025-09-23T00:08:40.886Z
608608
</div>
609609
<script src="../../../../prettify.js"></script>
610610
<script>

ndarray/base/unary-reduce-subarray-by/2d.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
676676
<div class='footer quiet pad2 space-top1 center small'>
677677
Code coverage generated by
678678
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
679-
at 2025-08-15T21:02:25.262Z
679+
at 2025-09-23T00:08:40.886Z
680680
</div>
681681
<script src="../../../../prettify.js"></script>
682682
<script>

ndarray/base/unary-reduce-subarray-by/2d_accessors.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
700700
<div class='footer quiet pad2 space-top1 center small'>
701701
Code coverage generated by
702702
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
703-
at 2025-08-15T21:02:25.262Z
703+
at 2025-09-23T00:08:40.886Z
704704
</div>
705705
<script src="../../../../prettify.js"></script>
706706
<script>

0 commit comments

Comments
 (0)