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)result_type
( ENH: improve testing ofresult_type
#349 )
Activity
ev-br commentedon Nov 29, 2024
cross-ref #324 for testing
reciprocal
andcumulative_prod
.ev-br commentedon Mar 3, 2025
#347 adds a test for
count_nonzero
cumulative_prod
andcount_nonzero
mdhaber/marray#101take_along_axis
#367diff
#369where
with scalars #370ev-br commentedon May 16, 2025
We now officially have the 2024.12 test coverage. At least all new functions are covered, with remaining TODOs tracked in gh-301 and gh-364.
1 remaining item