File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Plan for ` numpy-quaddtype ` v1.0.0
2
+ - [ ] High-Endian System support
3
+ - [ ] Complete Documentation
2
4
3
5
| ufunc name | Added | Edge Cases Tested\* |
4
6
| ------------- | ----- | ----------------------------------------------------------------------- |
5
7
| add | ✅ | ✅ |
6
8
| subtract | ✅ | ✅ |
7
9
| multiply | ✅ | ✅ |
8
- | matmul | # 116 | ✅ |
10
+ | matmul | ✅ | ✅ |
9
11
| divide | ✅ | ✅ |
10
12
| logaddexp | | |
11
13
| logaddexp2 | | |
22
24
| absolute | ✅ | ✅ |
23
25
| fabs | | |
24
26
| rint | ✅ | ❌ _ Need: basic tests + edge cases (NaN/inf/±0.0/halfway cases)_ |
25
- | sign | # 122 | ✅ |
27
+ | sign | ✅ | ✅ |
26
28
| heaviside | | |
27
29
| conj | | |
28
30
| conjugate | | |
75
77
| logical_not | | |
76
78
| maximum | ✅ | ✅ |
77
79
| minimum | ✅ | ✅ |
78
- | fmax | # 123 | ✅ |
79
- | fmin | # 123 | ✅ |
80
- | isfinite | # 121 | ✅ |
81
- | isinf | # 121 | ✅ |
82
- | isnan | # 221 | ✅ |
80
+ | fmax | ✅ | ✅ |
81
+ | fmin | ✅ | ✅ |
82
+ | isfinite | ✅ | ✅ |
83
+ | isinf | ✅ | ✅ |
84
+ | isnan | ✅ | ✅ |
83
85
| isnat | | |
84
- | signbit | # 122 | ✅ |
85
- | copysign | # 122 | ✅ |
86
+ | signbit | ✅ | ✅ |
87
+ | copysign | ✅ | ✅ |
86
88
| nextafter | | |
87
89
| spacing | | |
88
90
| modf | | |
You can’t perform that action at this time.
0 commit comments