File tree 2 files changed +65
-13
lines changed
2 files changed +65
-13
lines changed Original file line number Diff line number Diff line change 207
207
208
208
<!-- /.package -->
209
209
210
+ <section class =" package " id =" ndarray-mostly-safe-casts-unreleased " >
211
+
212
+ #### [ @stdlib/ndarray /mostly-safe-casts] ( https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/mostly-safe-casts )
213
+
214
+ <details >
215
+
216
+ <section class =" features " >
217
+
218
+ ##### Features
219
+
220
+ - [ ` 131d649 ` ] ( https://github.com/stdlib-js/stdlib/commit/131d649c6b22a6247121db1fd380658bf4e83b65 ) - add boolean dtype support to ` ndarray/mostly-safe-casts ` [ (#2554 )] ( https://github.com/stdlib-js/stdlib/pull/2554 )
221
+
222
+ </section >
223
+
224
+ <!-- /.features -->
225
+
226
+ </details >
227
+
228
+ </section >
229
+
230
+ <!-- /.package -->
231
+
210
232
<section class =" package " id =" ndarray-promotion-rules-unreleased " >
211
233
212
234
#### [ @stdlib/ndarray /promotion-rules] ( https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/promotion-rules )
@@ -330,6 +352,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
330
352
331
353
<details >
332
354
355
+ - [ ` 131d649 ` ] ( https://github.com/stdlib-js/stdlib/commit/131d649c6b22a6247121db1fd380658bf4e83b65 ) - ** feat:** add boolean dtype support to ` ndarray/mostly-safe-casts ` [ (#2554 )] ( https://github.com/stdlib-js/stdlib/pull/2554 ) _ (by Jaysukh Makvana, Athan Reines)_
333
356
- [ ` 4e860d8 ` ] ( https://github.com/stdlib-js/stdlib/commit/4e860d827216f445b5abc569a0d7d7d7e61d83f6 ) - ** feat:** add boolean dtype support to ` ndarray/same-kind-casts ` [ (#2555 )] ( https://github.com/stdlib-js/stdlib/pull/2555 ) _ (by Jaysukh Makvana)_
334
357
- [ ` 29f4e2b ` ] ( https://github.com/stdlib-js/stdlib/commit/29f4e2b3786a8dcec6254b0ab6fb0d69164a673a ) - ** feat:** add boolean dtype support to ` ndarray/promotion-rules ` [ (#2524 )] ( https://github.com/stdlib-js/stdlib/pull/2524 ) _ (by Jaysukh Makvana)_
335
358
- [ ` 41a5c49 ` ] ( https://github.com/stdlib-js/stdlib/commit/41a5c4954cc46899abfe20145987627b2e86fc94 ) - ** test:** update tests in ` ndarray/base/* ` to support boolean dtypes [ (#2505 )] ( https://github.com/stdlib-js/stdlib/pull/2505 ) _ (by Jaysukh Makvana, Athan Reines)_
Original file line number Diff line number Diff line change 12
12
"complex128" : 1 ,
13
13
"complex64" : 1 ,
14
14
"binary" : 0 ,
15
- "generic" : 1
15
+ "generic" : 1 ,
16
+ "bool" : 0
16
17
},
17
18
"float32" : {
18
19
"float64" : 1 ,
27
28
"complex128" : 1 ,
28
29
"complex64" : 1 ,
29
30
"binary" : 0 ,
30
- "generic" : 1
31
+ "generic" : 1 ,
32
+ "bool" : 0
31
33
},
32
34
"int32" : {
33
35
"float64" : 1 ,
42
44
"complex128" : 1 ,
43
45
"complex64" : 0 ,
44
46
"binary" : 0 ,
45
- "generic" : 1
47
+ "generic" : 1 ,
48
+ "bool" : 0
46
49
},
47
50
"int16" : {
48
51
"float64" : 1 ,
57
60
"complex128" : 1 ,
58
61
"complex64" : 1 ,
59
62
"binary" : 0 ,
60
- "generic" : 1
63
+ "generic" : 1 ,
64
+ "bool" : 0
61
65
},
62
66
"int8" : {
63
67
"float64" : 1 ,
72
76
"complex128" : 1 ,
73
77
"complex64" : 1 ,
74
78
"binary" : 0 ,
75
- "generic" : 1
79
+ "generic" : 1 ,
80
+ "bool" : 0
76
81
},
77
82
"uint32" : {
78
83
"float64" : 1 ,
87
92
"complex128" : 1 ,
88
93
"complex64" : 0 ,
89
94
"binary" : 0 ,
90
- "generic" : 1
95
+ "generic" : 1 ,
96
+ "bool" : 0
91
97
},
92
98
"uint16" : {
93
99
"float64" : 1 ,
102
108
"complex128" : 1 ,
103
109
"complex64" : 1 ,
104
110
"binary" : 0 ,
105
- "generic" : 1
111
+ "generic" : 1 ,
112
+ "bool" : 0
106
113
},
107
114
"uint8" : {
108
115
"float64" : 1 ,
117
124
"complex128" : 1 ,
118
125
"complex64" : 1 ,
119
126
"binary" : 0 ,
120
- "generic" : 1
127
+ "generic" : 1 ,
128
+ "bool" : 0
121
129
},
122
130
"uint8c" : {
123
131
"float64" : 1 ,
132
140
"complex128" : 1 ,
133
141
"complex64" : 1 ,
134
142
"binary" : 0 ,
135
- "generic" : 1
143
+ "generic" : 1 ,
144
+ "bool" : 0
136
145
},
137
146
"complex128" : {
138
147
"float64" : 0 ,
147
156
"complex128" : 1 ,
148
157
"complex64" : 1 ,
149
158
"binary" : 0 ,
150
- "generic" : 1
159
+ "generic" : 1 ,
160
+ "bool" : 0
151
161
},
152
162
"complex64" : {
153
163
"float64" : 0 ,
162
172
"complex128" : 1 ,
163
173
"complex64" : 1 ,
164
174
"binary" : 0 ,
165
- "generic" : 1
175
+ "generic" : 1 ,
176
+ "bool" : 0
166
177
},
167
178
"generic" : {
168
179
"float64" : 0 ,
177
188
"complex128" : 0 ,
178
189
"complex64" : 0 ,
179
190
"binary" : 0 ,
180
- "generic" : 1
191
+ "generic" : 1 ,
192
+ "bool" : 0
181
193
},
182
194
"binary" : {
183
195
"float64" : 0 ,
192
204
"complex128" : 0 ,
193
205
"complex64" : 0 ,
194
206
"binary" : 1 ,
195
- "generic" : 0
207
+ "generic" : 0 ,
208
+ "bool" : 0
209
+ },
210
+ "bool" : {
211
+ "float64" : 0 ,
212
+ "float32" : 0 ,
213
+ "int32" : 0 ,
214
+ "int16" : 0 ,
215
+ "int8" : 0 ,
216
+ "uint32" : 0 ,
217
+ "uint16" : 0 ,
218
+ "uint8" : 0 ,
219
+ "uint8c" : 0 ,
220
+ "complex128" : 0 ,
221
+ "complex64" : 0 ,
222
+ "binary" : 0 ,
223
+ "generic" : 1 ,
224
+ "bool" : 1
196
225
}
197
226
}
You can’t perform that action at this time.
0 commit comments