Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.1k
Closed
Labels
Milestone
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 theadd_newdoc_ufunc
function to add docstrings to those functions because it is such a pain to write legible multiline strings in C. According to theNumpy 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 asnumpy.lib.add_newdoc_ufunc
?