Skip to content

Commit b4466c7

Browse files
committed
chore: resolve todos
1 parent 7887351 commit b4466c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,18 @@ The following is a list of breaking changes relative to the previous version of
131131

132132
The following is a list of fixes and points of clarification with regard to the previous version of the specification:
133133

134-
- `__add__`: fix typing for `other` argument ([gh-TODO](TODO))
134+
- `__add__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
135135
- `__bool__`: fix typo in special case notes ([gh-785](https://github.com/data-apis/array-api/pull/785))
136136
- `__dlpack__`: resolve conflicting exception guidance ([gh-887](https://github.com/data-apis/array-api/pull/887))
137-
- `__eq__`: fix typing for `other` argument ([gh-TODO](TODO))
137+
- `__eq__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
138138
- `__getitem__`: clarify required indexing semantics ([gh-821](https://github.com/data-apis/array-api/pull/821))
139-
- `__mul__`: fix typing for `other` argument ([gh-TODO](TODO))
140-
- `__ne__`: fix typing for `other` argument ([gh-TODO](TODO))
141-
- `__pow__`: fix typing for `other` argument ([gh-TODO](TODO))
139+
- `__mul__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
140+
- `__ne__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
141+
- `__pow__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
142142
- `__setitem__`: clarify required indexing semantics ([gh-821](https://github.com/data-apis/array-api/pull/821))
143-
- `__setitem__`: fix typing for `value` argument ([gh-TODO](TODO))
144-
- `__sub__`: fix typing for `other` argument ([gh-TODO](TODO))
145-
- `__truediv__`: fix typing for `other` argument ([gh-TODO](TODO))
143+
- `__setitem__`: fix typing for `value` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
144+
- `__sub__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
145+
- `__truediv__`: fix typing for `other` argument ([gh-https://github.com/data-apis/array-api/pull/905](https://github.com/data-apis/array-api/pull/905))
146146
- `broadcast_to`: clarify broadcast behavior ([gh-888](https://github.com/data-apis/array-api/pull/888))
147147
- `broadcast_to`: clarify required exception behavior ([gh-897](https://github.com/data-apis/array-api/pull/897))
148148
- `clip`: clarify that the operation is only defined when elements in `min` and `max` are inside the bounds of the input array data type ([gh-814](https://github.com/data-apis/array-api/pull/814))
@@ -156,7 +156,7 @@ The following is a list of fixes and points of clarification with regard to the
156156
- `fft.irfftn`: fix typo in function description ([gh-806](https://github.com/data-apis/array-api/pull/806))
157157
- `fft.hfft`: fix typo in function description ([gh-806](https://github.com/data-apis/array-api/pull/806))
158158
- `linalg.solve`: clarify broadcasting semantics and output shape ([gh-810](https://github.com/data-apis/array-api/pull/810))
159-
- `nonzero`: fix return type ([gh-803](https://github.com/data-apis/array-api/pull/803) and [gh-TODO](TODO))
159+
- `nonzero`: fix return type ([gh-803](https://github.com/data-apis/array-api/pull/803) and [gh-https://github.com/data-apis/array-api/pull/904](https://github.com/data-apis/array-api/pull/904))
160160
- `searchsorted`: fix incorrect boundary conditions ([gh-898](https://github.com/data-apis/array-api/pull/898))
161161
- `sign`: fix equation in function description ([gh-844](https://github.com/data-apis/array-api/pull/844))
162162
- `tile`: fix missing return type ([gh-798](https://github.com/data-apis/array-api/pull/798))

0 commit comments

Comments
 (0)