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 the support of 2024.12 standard. The revision is still in draft, so the list below is preliminary, too.
New functions
diff
nextafter
cumulative_prod
count_nonzero
reciprocal
take_along_axis
max_dimensions
capabilities
Extensions of existing functionality:
mean
result_type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 #82nextafter
-- Add preliminary support for the draft 2024.12 version of the standard #82cumulative_prod
-- Addcount_nonzero
andcumulative_prod
from 2024.12 revision draft #113reciprocal
-- Add preliminary support for the draft 2024.12 version of the standard #82count_nonzero
-- Addcount_nonzero
andcumulative_prod
from 2024.12 revision draft #113take_along_axis
-- Add preliminary support for the draft 2024.12 version of the standard #82max_dimensions
incapabilities
-- Add preliminary support for the draft 2024.12 version of the standard #82Extensions of existing functionality:
mean
is defined for complex inputs -- ENH: allow mean(complex) in 2024.12 #110result_type
, Allow python scalars inresult_type
: 2024.12 revision #119The text was updated successfully, but these errors were encountered: