Skip to content

Commit

Permalink
feat: add boolean dtype support to ndarray/next-dtype
Browse files Browse the repository at this point in the history
PR-URL: #2553
Ref: #2547
Reviewed-by: Athan Reines <kgryte@gmail.com>
  • Loading branch information
Jaysukh-409 committed Jul 10, 2024
1 parent 131d649 commit 1cb0243
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"complex64": "complex128",
"complex128": -1,
"generic": -1,
"binary": -1
"binary": -1,
"bool": -1
}

1 comment on commit 1cb0243

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
ndarray/next-dtype $\color{green}119/119$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}119/119$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.