BUG: Broadcast Arguments in Random Integer Generation#6902
BUG: Broadcast Arguments in Random Integer Generation#6902gfyoung wants to merge 1 commit intonumpy:masterfrom gfyoung:randint_arg_broadcast
Conversation
|
Anyone have ideas about how I might add functionality for the following call? It makes sense to allow this call given that we allow |
I wouldn't bother... just tell people to write |
|
Okay, that will make things a lot easier. Will add that to documentation. |
|
In light of the email discussion, would it be safe to close this PR along with the related issue (#6745)? |
|
☔ The latest upstream changes (presumably #6910) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@gfyoung I'll close this as it would need a complete rewrite at this point. I'll leave the issue open just in case someone wants to pursue it. Thanks for your work here. |
Remove old rand int helpers Add tests for array versions Remove mask generator xref numpy#6938 xref numpy#6902 xref numpy#6745
Title is self-explanatory.