Description
This is a tracking issue for 2023.12 support in array-api-compat.
The list of changes for 2023.12 is at https://data-apis.org/array-api/latest/changelog.html#v2023-12
Currently, we don't have test suite support for 2023.12 (data-apis/array-api-tests#249), so it's hard to implement full support. However, if there are any known differences for a given library and 2023.12, we can implement a wrapper for them, especially if this is blocking anyone's real world usage. Please comment below if this is the case for you.
Note that any function that is already implemented in upstream libraries will already work with array-api-compat, since it only extends the existing library namespaces. So this is only necessary if some upstream function or behavior is different from what is written in the 2023.12 standard.
Here is the checklist of functions (from data-apis/array-api-tests#249):
Here is the list of changes https://data-apis.org/array-api/latest/changelog.html#v2023-12
New Functions
-
__array_namespace_info__
(i.e., the inspection API) -
clip
(not implemented for dask, as the wrapper implementation uses mask assignment) -
copysign
-
cumulative_sum
-
hypot
-
maximum
-
minimum
-
moveaxis
-
repeat
-
searchsorted
-
signbit
-
tile
-
unstack
API Changes
-
device
keyword added toastype
-
(won't be wrapped)from_dlpack
requires exceptions in some cases -
(won't be wrapped)copy
anddevice
keywords tofrom_dlpack
-
sum
,prod
,trace
output dtype change (Update dtype assertions in sum-like tests for>2023.12
versions array-api-tests#234)
Other Changes
-
tensordot
should support negative axes