-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
This is a tracking issue for the support of 2024.12 standard. The revision is still in draft, so the list below is preliminary, too.
New functions
-
diff-- Add preliminary support for the draft 2024.12 version of the standard #82 -
nextafter-- Add preliminary support for the draft 2024.12 version of the standard #82 -
cumulative_prod-- Addcount_nonzeroandcumulative_prodfrom 2024.12 revision draft #113 -
reciprocal-- Add preliminary support for the draft 2024.12 version of the standard #82 -
count_nonzero-- Addcount_nonzeroandcumulative_prodfrom 2024.12 revision draft #113 -
take_along_axis-- Add preliminary support for the draft 2024.12 version of the standard #82 -
max_dimensionsincapabilities-- Add preliminary support for the draft 2024.12 version of the standard #82
Extensions of existing functionality:
-
meanis defined for complex inputs -- ENH: allow mean(complex) in 2024.12 #110 - scalars are allowed in
result_type, Allow python scalars inresult_type: 2024.12 revision #119 - scalars are allowed in binary element wise functions, ENH: allow python scalars in binary elementwise functions #100
- scalars are allowed in
where, Add support for scalar arguments to xp.where #78 -
realandconjaccept numeric dtypes, ENH: real and conj accept numeric dtypes #126
Fancy indexing (cross-ref data-apis/array-api#900 and data-apis/array-api#669):