From 33222c30893373d5219ff7f588db7bd70b08c716 Mon Sep 17 00:00:00 2001 From: Jaysukh-409 Date: Wed, 10 Jul 2024 19:25:36 +0530 Subject: [PATCH] feat: add boolean dtype support to ndarray/next-dtype --- .../@stdlib/ndarray/next-dtype/lib/next_dtypes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/next-dtype/lib/next_dtypes.json b/lib/node_modules/@stdlib/ndarray/next-dtype/lib/next_dtypes.json index 5f989a03dd63..7114ad2f28e6 100644 --- a/lib/node_modules/@stdlib/ndarray/next-dtype/lib/next_dtypes.json +++ b/lib/node_modules/@stdlib/ndarray/next-dtype/lib/next_dtypes.json @@ -11,5 +11,6 @@ "complex64": "complex128", "complex128": -1, "generic": -1, - "binary": -1 + "binary": -1, + "bool": -1 }