diff --git a/2022.12/changelog.html b/2022.12/changelog.html index c878e4120..c0584be9d 100644 --- a/2022.12/changelog.html +++ b/2022.12/changelog.html @@ -701,18 +701,18 @@
The following is a list of fixes and points of clarification with regard to the previous version of the specification:
__add__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__add__
: fix typing for other
argument (gh-905)
__bool__
: fix typo in special case notes (gh-785)
__dlpack__
: resolve conflicting exception guidance (gh-887)
__eq__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__eq__
: fix typing for other
argument (gh-905)
__getitem__
: clarify required indexing semantics (gh-821)
__mul__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__ne__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__pow__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__mul__
: fix typing for other
argument (gh-905)
__ne__
: fix typing for other
argument (gh-905)
__pow__
: fix typing for other
argument (gh-905)
__setitem__
: clarify required indexing semantics (gh-821)
__setitem__
: fix typing for value
argument (gh-https://github.com/data-apis/array-api/pull/905)
__sub__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__truediv__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__setitem__
: fix typing for value
argument (gh-905)
__sub__
: fix typing for other
argument (gh-905)
__truediv__
: fix typing for other
argument (gh-905)
broadcast_to
: clarify broadcast behavior (gh-888)
broadcast_to
: clarify required exception behavior (gh-897)
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)
fft.hfft
: fix typo in function description (gh-806)
linalg.solve
: clarify broadcasting semantics and output shape (gh-810)
nonzero
: fix return type (gh-803 and gh-https://github.com/data-apis/array-api/pull/904)
searchsorted
: fix incorrect boundary conditions (gh-898)
sign
: fix equation in function description (gh-844)
tile
: fix missing return type (gh-798)
The following is a list of fixes and points of clarification with regard to the previous version of the specification:
__add__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__add__
: fix typing for other
argument (gh-905)
__bool__
: fix typo in special case notes (gh-785)
__dlpack__
: resolve conflicting exception guidance (gh-887)
__eq__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__eq__
: fix typing for other
argument (gh-905)
__getitem__
: clarify required indexing semantics (gh-821)
__mul__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__ne__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__pow__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__mul__
: fix typing for other
argument (gh-905)
__ne__
: fix typing for other
argument (gh-905)
__pow__
: fix typing for other
argument (gh-905)
__setitem__
: clarify required indexing semantics (gh-821)
__setitem__
: fix typing for value
argument (gh-https://github.com/data-apis/array-api/pull/905)
__sub__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__truediv__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__setitem__
: fix typing for value
argument (gh-905)
__sub__
: fix typing for other
argument (gh-905)
__truediv__
: fix typing for other
argument (gh-905)
broadcast_to
: clarify broadcast behavior (gh-888)
broadcast_to
: clarify required exception behavior (gh-897)
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)
fft.hfft
: fix typo in function description (gh-806)
linalg.solve
: clarify broadcasting semantics and output shape (gh-810)
nonzero
: fix return type (gh-803 and gh-https://github.com/data-apis/array-api/pull/904)
searchsorted
: fix incorrect boundary conditions (gh-898)
sign
: fix equation in function description (gh-844)
tile
: fix missing return type (gh-798)
The following is a list of fixes and points of clarification with regard to the previous version of the specification:
__add__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__add__
: fix typing for other
argument (gh-905)
__bool__
: fix typo in special case notes (gh-785)
__dlpack__
: resolve conflicting exception guidance (gh-887)
__eq__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__eq__
: fix typing for other
argument (gh-905)
__getitem__
: clarify required indexing semantics (gh-821)
__mul__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__ne__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__pow__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__mul__
: fix typing for other
argument (gh-905)
__ne__
: fix typing for other
argument (gh-905)
__pow__
: fix typing for other
argument (gh-905)
__setitem__
: clarify required indexing semantics (gh-821)
__setitem__
: fix typing for value
argument (gh-https://github.com/data-apis/array-api/pull/905)
__sub__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__truediv__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__setitem__
: fix typing for value
argument (gh-905)
__sub__
: fix typing for other
argument (gh-905)
__truediv__
: fix typing for other
argument (gh-905)
broadcast_to
: clarify broadcast behavior (gh-888)
broadcast_to
: clarify required exception behavior (gh-897)
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)
fft.hfft
: fix typo in function description (gh-806)
linalg.solve
: clarify broadcasting semantics and output shape (gh-810)
nonzero
: fix return type (gh-803 and gh-https://github.com/data-apis/array-api/pull/904)
searchsorted
: fix incorrect boundary conditions (gh-898)
sign
: fix equation in function description (gh-844)
tile
: fix missing return type (gh-798)
The following is a list of fixes and points of clarification with regard to the previous version of the specification:
__add__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__add__
: fix typing for other
argument (gh-905)
__bool__
: fix typo in special case notes (gh-785)
__dlpack__
: resolve conflicting exception guidance (gh-887)
__eq__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__eq__
: fix typing for other
argument (gh-905)
__getitem__
: clarify required indexing semantics (gh-821)
__mul__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__ne__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__pow__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__mul__
: fix typing for other
argument (gh-905)
__ne__
: fix typing for other
argument (gh-905)
__pow__
: fix typing for other
argument (gh-905)
__setitem__
: clarify required indexing semantics (gh-821)
__setitem__
: fix typing for value
argument (gh-https://github.com/data-apis/array-api/pull/905)
__sub__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__truediv__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__setitem__
: fix typing for value
argument (gh-905)
__sub__
: fix typing for other
argument (gh-905)
__truediv__
: fix typing for other
argument (gh-905)
broadcast_to
: clarify broadcast behavior (gh-888)
broadcast_to
: clarify required exception behavior (gh-897)
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)
fft.hfft
: fix typo in function description (gh-806)
linalg.solve
: clarify broadcasting semantics and output shape (gh-810)
nonzero
: fix return type (gh-803 and gh-https://github.com/data-apis/array-api/pull/904)
searchsorted
: fix incorrect boundary conditions (gh-898)
sign
: fix equation in function description (gh-844)
tile
: fix missing return type (gh-798)
The following is a list of fixes and points of clarification with regard to the previous version of the specification:
__add__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__add__
: fix typing for other
argument (gh-905)
__bool__
: fix typo in special case notes (gh-785)
__dlpack__
: resolve conflicting exception guidance (gh-887)
__eq__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__eq__
: fix typing for other
argument (gh-905)
__getitem__
: clarify required indexing semantics (gh-821)
__mul__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__ne__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__pow__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__mul__
: fix typing for other
argument (gh-905)
__ne__
: fix typing for other
argument (gh-905)
__pow__
: fix typing for other
argument (gh-905)
__setitem__
: clarify required indexing semantics (gh-821)
__setitem__
: fix typing for value
argument (gh-https://github.com/data-apis/array-api/pull/905)
__sub__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__truediv__
: fix typing for other
argument (gh-https://github.com/data-apis/array-api/pull/905)
__setitem__
: fix typing for value
argument (gh-905)
__sub__
: fix typing for other
argument (gh-905)
__truediv__
: fix typing for other
argument (gh-905)
broadcast_to
: clarify broadcast behavior (gh-888)
broadcast_to
: clarify required exception behavior (gh-897)
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)
fft.hfft
: fix typo in function description (gh-806)
linalg.solve
: clarify broadcasting semantics and output shape (gh-810)
nonzero
: fix return type (gh-803 and gh-https://github.com/data-apis/array-api/pull/904)
searchsorted
: fix incorrect boundary conditions (gh-898)
sign
: fix equation in function description (gh-844)
tile
: fix missing return type (gh-798)