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 Nov 26, 2022
1 parent 2cd7f24 commit 7f2b204
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ JAVASCRIPT_TEST ?= $(NODE_MODULES)/tape/bin/tape
JAVASCRIPT_TEST_FLAGS ?=

# Define the path to the executable for parsing TAP output:
TAP_REPORTER ?= $(BIN_DIR)/tap-spec
TAP_REPORTER ?= $(BIN_DIR)/tap-min

# Define the path to the Istanbul executable:
ISTANBUL ?= $(BIN_DIR)/istanbul
Expand Down
2 changes: 2 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,8 @@ base.strided.mskrange,"base.strided.mskrange( N, x, strideX, mask, strideMask )"
base.strided.mskrange.ndarray,"base.strided.mskrange.ndarray( N, x, strideX, offsetX, mask, strideMask, offsetMask )"
base.strided.mskunary,"base.strided.mskunary( arrays, shape, strides, fcn )"
base.strided.mskunary.ndarray,"base.strided.mskunary.ndarray( arrays, shape, strides, offsets, fcn )"
base.strided.mskunaryDtypeSignatures,"base.strided.mskunaryDtypeSignatures( dtypes1, dtypes2[, options] )"
base.strided.mskunarySignatureCallbacks,"base.strided.mskunarySignatureCallbacks( table, signatures )"
base.strided.nanmax,"base.strided.nanmax( N, x, stride )"
base.strided.nanmax.ndarray,"base.strided.nanmax.ndarray( N, x, stride, offset )"
base.strided.nanmaxabs,"base.strided.nanmaxabs( N, x, stride )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@stdlib/string-replace": "^0.0.x",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
"tap-min": "2.x.x"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 7f2b204

Please sign in to comment.