Skip to content

Commit 1cb0243

Browse files
authored
feat: add boolean dtype support to ndarray/next-dtype
PR-URL: #2553 Ref: #2547 Reviewed-by: Athan Reines <[email protected]>
1 parent 131d649 commit 1cb0243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/ndarray/next-dtype/lib/next_dtypes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"complex64": "complex128",
1212
"complex128": -1,
1313
"generic": -1,
14-
"binary": -1
14+
"binary": -1,
15+
"bool": -1
1516
}

0 commit comments

Comments
 (0)