Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 28, 2021
1 parent 471178a commit bc3bf13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2053,6 +2053,8 @@ base.strided.smskinv,"base.strided.smskinv( N, x, sx, m, sm, y, sy )"
base.strided.smskinv.ndarray,"base.strided.smskinv.ndarray( N, x, sx, ox, m, sm, om, y, sy, oy )"
base.strided.smskmap,"base.strided.smskmap( N, x, sx, m, sm, y, sy, fcn )"
base.strided.smskmap.ndarray,"base.strided.smskmap.ndarray( N, x, sx, ox, m, sm, om, y, sy, oy, fcn )"
base.strided.smskmap2,"base.strided.smskmap2( N, x, sx, y, sy, m, sm, z, sz, fcn )"
base.strided.smskmap2.ndarray,"base.strided.smskmap2.ndarray( N, x, sx, ox, y, sy, oy, m, sm, om, z, sz, oz, fcn )"
base.strided.smskmax,"base.strided.smskmax( N, x, strideX, mask, strideMask )"
base.strided.smskmax.ndarray,"base.strided.smskmax.ndarray( N, x, strideX, offsetX, mask, strideMask, offsetMask )"
base.strided.smskmin,"base.strided.smskmin( N, x, strideX, mask, strideMask )"
Expand Down Expand Up @@ -2402,7 +2404,7 @@ filledarray,"filledarray( value, length[, dtype] )"
filledarray,"filledarray( value, array[, dtype] )"
filledarray,"filledarray( value, iterable[, dtype] )"
filledarray,"filledarray( value, buffer[, byteOffset[, length]][, dtype] )"
filledarrayBy,"filledarrayBy( [dtype, ]clbk[, thisArg] )"
filledarrayBy,"filledarrayBy( [dtype] )"
filledarrayBy,"filledarrayBy( length[, dtype], clbk[, thisArg] )"
filledarrayBy,"filledarrayBy( array[, dtype], clbk[, thisArg] )"
filledarrayBy,"filledarrayBy( iterable[, dtype], clbk[, thisArg] )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit bc3bf13

Please sign in to comment.