From 1cb0243d79c25ae193c058bb15ceeebad6cf3cfd Mon Sep 17 00:00:00 2001 From: Jaysukh Makvana <111515433+Jaysukh-409@users.noreply.github.com> Date: Thu, 11 Jul 2024 02:42:12 +0530 Subject: [PATCH] feat: add boolean dtype support to `ndarray/next-dtype` PR-URL: https://github.com/stdlib-js/stdlib/pull/2553 Ref: https://github.com/stdlib-js/stdlib/issues/2547 Reviewed-by: Athan Reines --- .../@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 5f989a03dd6..7114ad2f28e 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 }