Skip to content

Commit 29ca55e

Browse files
authored
Update release_tracker.md
1 parent 8fde328 commit 29ca55e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

quaddtype/release_tracker.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Plan for `numpy-quaddtype` v1.0.0
2+
- [ ] High-Endian System support
3+
- [ ] Complete Documentation
24

35
| ufunc name | Added | Edge Cases Tested\* |
46
| ------------- | ----- | ----------------------------------------------------------------------- |
57
| add |||
68
| subtract |||
79
| multiply |||
8-
| matmul | #116 ||
10+
| matmul | ||
911
| divide |||
1012
| logaddexp | | |
1113
| logaddexp2 | | |
@@ -22,7 +24,7 @@
2224
| absolute |||
2325
| fabs | | |
2426
| rint ||_Need: basic tests + edge cases (NaN/inf/±0.0/halfway cases)_ |
25-
| sign | #122 ||
27+
| sign | ||
2628
| heaviside | | |
2729
| conj | | |
2830
| conjugate | | |
@@ -75,14 +77,14 @@
7577
| logical_not | | |
7678
| maximum |||
7779
| 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 | ||
8385
| isnat | | |
84-
| signbit | #122 ||
85-
| copysign | #122 ||
86+
| signbit | ||
87+
| copysign | ||
8688
| nextafter | | |
8789
| spacing | | |
8890
| modf | | |

0 commit comments

Comments
 (0)