-
Notifications
You must be signed in to change notification settings - Fork 45
Add tests for new 2024.12 functionality #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
high priority
High-priority issue
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
'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 #362Scalar 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 )The text was updated successfully, but these errors were encountered: