We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
nextafter
reciprocal
take_along_axis
count_nonzero
cumulative_prod
New Functionality
'max dimensions'
__array_namespace_info__().capabilities()
capabilities
Scalar support: most functions are (lightly) tested. After gh-348, the following binary functions are still not tested at all:
result_type
The text was updated successfully, but these errors were encountered:
cross-ref #324 for testing reciprocal and cumulative_prod.
Sorry, something went wrong.
#347 adds a test for count_nonzero
No branches or pull requests
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
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:
nextafter
(ENH: test nextafter #366)result_type
#349 )The text was updated successfully, but these errors were encountered: