Implement copysign, sign, and signbit ufuncs#122
Conversation
|
@SwayamInSync A manual rebase was easier for me, this PR should now be good to go |
|
@SwayamInSync @ngoldbaum Is there anything left to do so that this PR can be merged? |
Yes just a small edit, in the earlier review I mentioned a variable shadowing issue, can you please fix that, it is not causing any error right now because inside loop statements the lists gets interpreted first. So it captures the original value. But this is confusing and error-prone. |
I'm unfortunately unable to find that review, could you please link it for me? |
|
I'm glad you two are handling reviews between each other. Please feel free to ping me if you'd like an additional eye or opinion on anything. |
Supersedes #118
Progress on numpy/numpy-quaddtype#37
sign,signbit, andcopysignufuncsconstannotations to the ops implementations