Skip to content

Commit 67b0a95

Browse files
committed
docs: add Git note
1 parent 0d796b2 commit 67b0a95

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
type: amend-message
3+
---
4+
feat!: add boolean dtype support to ndarray/min-dtype
5+
6+
This commit changes the return value when provided a boolean primitive. Previously, the function returned "generic", and now the function returns "bool".
7+
8+
BREAKING CHANGE: return "bool" when provided a boolean
9+
10+
To migrate, users explicitly handle "bool" return values. If "generic" is still desired, users should consolidate accordingly.
11+
12+
PR-URL: #2552
13+
Ref: #2547
14+
Co-authored-by: Athan Reines <kgryte@gmail.com>
15+
Reviewed-by: Athan Reines <kgryte@gmail.com>

0 commit comments

Comments
 (0)