Skip to content

Commit bfd8a6b

Browse files
committed
Auto-generated commit
1 parent 78b1c75 commit bfd8a6b

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ A total of 4 issues were closed in this release:
117117

118118
<details>
119119

120+
- [`4e396e9`](https://github.com/stdlib-js/stdlib/commit/4e396e96156bc653142e560ce866c0d0978bdf83) - **chore:** clean-up [(#15425)](https://github.com/stdlib-js/stdlib/pull/15425) _(by Philipp Burckhardt)_
120121
- [`5f6b7b3`](https://github.com/stdlib-js/stdlib/commit/5f6b7b35889c91d3183477fce13c5e15c6320d92) - **feat:** add `ndarray/base/kernels/generic/binary-strided1d/blocked` [(#14939)](https://github.com/stdlib-js/stdlib/pull/14939) _(by Kaustubh Patange)_
121122
- [`71758bb`](https://github.com/stdlib-js/stdlib/commit/71758bb364a856a954baa9b7661d5d2da6172ea2) - **docs:** fix description [(#15265)](https://github.com/stdlib-js/stdlib/pull/15265) _(by Philipp Burckhardt, Athan Reines)_
122123
- [`46f04eb`](https://github.com/stdlib-js/stdlib/commit/46f04ebe040918f014194ef90470f39c866ce712) - **feat:** add float16 dtype support to `ndarray/ones` [(#15276)](https://github.com/stdlib-js/stdlib/pull/15276) _(by Samarth Kolarkar)_

base/kernels/generic/binary-strided1d/blocked/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The returned function iterates over ndarray elements according to the memory lay
185185

186186
<!-- lint disable maximum-heading-length -->
187187

188-
#### kernel.kernel2d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
188+
#### kernel.kernel2d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
189189

190190
<!-- lint enable maximum-heading-length -->
191191

@@ -320,7 +320,7 @@ The function has the following parameters:
320320

321321
<!-- lint disable maximum-heading-length -->
322322

323-
#### kernel.kernel3d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
323+
#### kernel.kernel3d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
324324

325325
<!-- lint enable maximum-heading-length -->
326326

@@ -455,7 +455,7 @@ The function has the following parameters:
455455

456456
<!-- lint disable maximum-heading-length -->
457457

458-
#### kernel.kernel4d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
458+
#### kernel.kernel4d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
459459

460460
<!-- lint enable maximum-heading-length -->
461461

@@ -590,7 +590,7 @@ The function has the following parameters:
590590

591591
<!-- lint disable maximum-heading-length -->
592592

593-
#### kernel.kernel5d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
593+
#### kernel.kernel5d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
594594

595595
<!-- lint enable maximum-heading-length -->
596596

@@ -725,7 +725,7 @@ The function has the following parameters:
725725

726726
<!-- lint disable maximum-heading-length -->
727727

728-
#### kernel.kernel6d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
728+
#### kernel.kernel6d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
729729

730730
<!-- lint enable maximum-heading-length -->
731731

@@ -860,7 +860,7 @@ The function has the following parameters:
860860

861861
<!-- lint disable maximum-heading-length -->
862862

863-
#### kernel.kernel7d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
863+
#### kernel.kernel7d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
864864

865865
<!-- lint enable maximum-heading-length -->
866866

@@ -995,7 +995,7 @@ The function has the following parameters:
995995

996996
<!-- lint disable maximum-heading-length -->
997997

998-
#### kernel.kernel8d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
998+
#### kernel.kernel8d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
999999

10001000
<!-- lint enable maximum-heading-length -->
10011001

@@ -1130,7 +1130,7 @@ The function has the following parameters:
11301130

11311131
<!-- lint disable maximum-heading-length -->
11321132

1133-
#### kernel.kernel9d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
1133+
#### kernel.kernel9d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
11341134

11351135
<!-- lint enable maximum-heading-length -->
11361136

@@ -1265,7 +1265,7 @@ The function has the following parameters:
12651265

12661266
<!-- lint disable maximum-heading-length -->
12671267

1268-
#### kernel.kernel10d( fcn, arrays, views, shape, stridesX, strideY, strideZ, strategyX, strategyY, strategyZ, options )
1268+
#### kernel.kernel10d( fcn, arrays, views, shape, stridesX, stridesY, stridesZ, strategyX, strategyY, strategyZ, options )
12691269

12701270
<!-- lint enable maximum-heading-length -->
12711271

0 commit comments

Comments
 (0)