Closed
Description
This is a tracking issue for testing new 2024.12 functionality.
There isn't a changelog yet, but the new functionality that I'm aware of is:
New functions
-
diff
(testdiff
#369) -
nextafter
(ENH: test nextafter #366) -
reciprocal
-
take_along_axis
(ENH: testtake_along_axis
#367) -
count_nonzero
-
cumulative_prod
New Functionality
- The
'max dimensions'
key of__array_namespace_info__().capabilities()
(note thatcapabilities
itself is not yet tested at all, see 2023.12 support #249) -- some smoke-testing in ENH: some more tests of inspection functions #362
Scalar support: most functions are (lightly) tested. After gh-348, the following binary functions are still not tested at all:
-
bitwise_right_shift
(test pow() and bitwise shifts with scalars #371) -
bitwise_left_shift
(test pow() and bitwise shifts with scalars #371) -
nextafter
(ENH: test nextafter #366) -
where
(ENH: testwhere
with scalars #370) -
pow
(test pow() and bitwise shifts with scalars #371) -
result_type
( ENH: improve testing ofresult_type
#349 )