@@ -1034,61 +1034,61 @@ def english_upper(s):
1034
1034
Ufunc (2 , 1 , None ,
1035
1035
docstrings .get ('numpy.core.umath.greater' ),
1036
1036
None ,
1037
- TD (inexactvec + cmplxvec ),
1037
+ TD (inexactvec + cmplxvec , out = '?' ),
1038
1038
),
1039
1039
'greater_equal' :
1040
1040
Ufunc (2 , 1 , None ,
1041
1041
docstrings .get ('numpy.core.umath.greater_equal' ),
1042
1042
None ,
1043
- TD (inexactvec + cmplxvec ),
1043
+ TD (inexactvec + cmplxvec , out = '?' ),
1044
1044
),
1045
1045
'less' :
1046
1046
Ufunc (2 , 1 , None ,
1047
1047
docstrings .get ('numpy.core.umath.less' ),
1048
1048
None ,
1049
- TD (inexactvec + cmplxvec ),
1049
+ TD (inexactvec + cmplxvec , out = '?' ),
1050
1050
),
1051
1051
'less_equal' :
1052
1052
Ufunc (2 , 1 , None ,
1053
1053
docstrings .get ('numpy.core.umath.less_equal' ),
1054
1054
None ,
1055
- TD (inexactvec + cmplxvec ),
1055
+ TD (inexactvec + cmplxvec , out = '?' ),
1056
1056
),
1057
1057
'equal' :
1058
1058
Ufunc (2 , 1 , None ,
1059
1059
docstrings .get ('numpy.core.umath.equal' ),
1060
1060
None ,
1061
- TD (inexactvec + cmplxvec ),
1061
+ TD (inexactvec + cmplxvec , out = '?' ),
1062
1062
),
1063
1063
'not_equal' :
1064
1064
Ufunc (2 , 1 , None ,
1065
1065
docstrings .get ('numpy.core.umath.not_equal' ),
1066
1066
None ,
1067
- TD (inexactvec + cmplxvec ),
1067
+ TD (inexactvec + cmplxvec , out = '?' ),
1068
1068
),
1069
1069
'logical_and' :
1070
1070
Ufunc (2 , 1 , True_ ,
1071
1071
docstrings .get ('numpy.core.umath.logical_and' ),
1072
1072
None ,
1073
- TD (inexactvec + cmplxvec ),
1073
+ TD (inexactvec + cmplxvec , out = '?' ),
1074
1074
),
1075
1075
'logical_not' :
1076
1076
Ufunc (1 , 1 , None ,
1077
1077
docstrings .get ('numpy.core.umath.logical_not' ),
1078
1078
None ,
1079
- TD (inexactvec + cmplxvec ),
1079
+ TD (inexactvec + cmplxvec , out = '?' ),
1080
1080
),
1081
1081
'logical_or' :
1082
1082
Ufunc (2 , 1 , False_ ,
1083
1083
docstrings .get ('numpy.core.umath.logical_or' ),
1084
1084
None ,
1085
- TD (inexactvec + cmplxvec ),
1085
+ TD (inexactvec + cmplxvec , out = '?' ),
1086
1086
),
1087
1087
'logical_xor' :
1088
1088
Ufunc (2 , 1 , False_ ,
1089
1089
docstrings .get ('numpy.core.umath.logical_xor' ),
1090
1090
None ,
1091
- TD (inexactvec + cmplxvec ),
1091
+ TD (inexactvec + cmplxvec , out = '?' ),
1092
1092
),
1093
1093
'maximum' :
1094
1094
Ufunc (2 , 1 , ReorderableNone ,
@@ -1297,20 +1297,20 @@ def english_upper(s):
1297
1297
Ufunc (1 , 1 , None ,
1298
1298
docstrings .get ('numpy.core.umath.isnan' ),
1299
1299
None ,
1300
- TD (inexactvec + cmplxvec ),
1300
+ TD (inexactvec + cmplxvec , out = '?' ),
1301
1301
),
1302
1302
# 'isnat':
1303
1303
'isinf' :
1304
1304
Ufunc (1 , 1 , None ,
1305
1305
docstrings .get ('numpy.core.umath.isinf' ),
1306
1306
None ,
1307
- TD (inexactvec + cmplxvec ),
1307
+ TD (inexactvec + cmplxvec , out = '?' ),
1308
1308
),
1309
1309
'isfinite' :
1310
1310
Ufunc (1 , 1 , None ,
1311
1311
docstrings .get ('numpy.core.umath.isfinite' ),
1312
1312
None ,
1313
- TD (inexactvec + cmplxvec ),
1313
+ TD (inexactvec + cmplxvec , out = '?' ),
1314
1314
),
1315
1315
# 'signbit':
1316
1316
'copysign' :
0 commit comments