Closed
Description
Proposed new feature or change:
I maintain several Python packages with C extensions that define ufuncs and generalized ufuncs. I have been relying upon the add_newdoc_ufunc
function to add docstrings to those functions because it is such a pain to write legible multiline strings in C. According to the Numpy 2.0.0 migration guide, add_newdoc_ufunc
is "an internal function and doesn’t have a replacement." Is it possible to add it back to the public namespace as numpy.lib.add_newdoc_ufunc
?
Metadata
Metadata
Assignees
Labels
Possible project, may require specific skills and long commitmentPossible project, may require specific skills and long commitment