Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numpy
GitHub Repository: numpy/numpy
Path: blob/main/doc/release/upcoming_changes/29900.c_api.rst
2262 views
A new `PyUFunc_AddLoopsFromSpecs` convenience function has been added to the C API.
-----------------------------------------------------------------------------------
This function allows adding multiple ufunc loops from their specs in one call using
a NULL-terminated array of `PyUFunc_LoopSlot` structs. It allows registering
sorting and argsorting loops using the new ArrayMethod API.