Skip to content

Commit 772fb46

Browse files
authored
docs: fix changelog links
PR-URL: #908 Reviewed-by: Athan Reines <[email protected]>
1 parent aa9e0e9 commit 772fb46

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@ The following is a list of breaking changes relative to the previous version of
135135

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

138-
- `__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))
138+
- `__add__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
139139
- `__bool__`: fix typo in special case notes ([gh-785](https://github.com/data-apis/array-api/pull/785))
140140
- `__dlpack__`: resolve conflicting exception guidance ([gh-887](https://github.com/data-apis/array-api/pull/887))
141-
- `__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))
141+
- `__eq__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
142142
- `__getitem__`: clarify required indexing semantics ([gh-821](https://github.com/data-apis/array-api/pull/821))
143-
- `__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))
144-
- `__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))
145-
- `__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))
143+
- `__mul__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
144+
- `__ne__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
145+
- `__pow__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
146146
- `__setitem__`: clarify required indexing semantics ([gh-821](https://github.com/data-apis/array-api/pull/821))
147-
- `__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))
148-
- `__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))
149-
- `__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))
147+
- `__setitem__`: fix typing for `value` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
148+
- `__sub__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
149+
- `__truediv__`: fix typing for `other` argument ([gh-905](https://github.com/data-apis/array-api/pull/905))
150150
- `broadcast_to`: clarify broadcast behavior ([gh-888](https://github.com/data-apis/array-api/pull/888))
151151
- `broadcast_to`: clarify required exception behavior ([gh-897](https://github.com/data-apis/array-api/pull/897))
152152
- `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))
@@ -160,7 +160,7 @@ The following is a list of fixes and points of clarification with regard to the
160160
- `fft.irfftn`: fix typo in function description ([gh-806](https://github.com/data-apis/array-api/pull/806))
161161
- `fft.hfft`: fix typo in function description ([gh-806](https://github.com/data-apis/array-api/pull/806))
162162
- `linalg.solve`: clarify broadcasting semantics and output shape ([gh-810](https://github.com/data-apis/array-api/pull/810))
163-
- `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))
163+
- `nonzero`: fix return type ([gh-803](https://github.com/data-apis/array-api/pull/803) and [gh-904](https://github.com/data-apis/array-api/pull/904))
164164
- `searchsorted`: fix incorrect boundary conditions ([gh-898](https://github.com/data-apis/array-api/pull/898))
165165
- `sign`: fix equation in function description ([gh-844](https://github.com/data-apis/array-api/pull/844))
166166
- `tile`: fix missing return type ([gh-798](https://github.com/data-apis/array-api/pull/798))

0 commit comments

Comments
 (0)