You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening this as a reminder of unfinished work after merging #5659.
The ufunc override mechanism should make sure that, if sig is part of the keyword arguments, it gets normalized to signature.
It may also be a good idea to make signature the keyword argument announced in the docs, with a small footnote saying that sig is also acceptable for backwards compatibility reasons, rather than having them advertised as equally valid alternatives.
The text was updated successfully, but these errors were encountered:
Opening this as a reminder of unfinished work after merging #5659 #5659.
The ufunc override mechanism should make sure that, if sig is part of the
keyword arguments, it gets normalized to signature.
It may also be a good idea to make signature the keyword argument
announced in the docs, with a small footnote saying that sig is also
acceptable for backwards compatibility reasons, rather than having them
advertised as equally valid alternatives.
—
Reply to this email directly or view it on GitHub #5674.
Opening this as a reminder of unfinished work after merging #5659.
The ufunc override mechanism should make sure that, if
sig
is part of the keyword arguments, it gets normalized tosignature
.It may also be a good idea to make
signature
the keyword argument announced in the docs, with a small footnote saying thatsig
is also acceptable for backwards compatibility reasons, rather than having them advertised as equally valid alternatives.The text was updated successfully, but these errors were encountered: