Hi Sebastian, Thanks for the comment, that is a valid concern. For minmax in particular, I'd argue that it deserves a top-level np.minmax spot given how widely requested it was and how common it is in numpy, scipy, other tools, and user code, to calculate the min and max on the same array. Of course if the maintainers' team thinks otherwise, I'm happy to move it to another namespace. I personally see it as a np.divmod level of function hence why I'm a fan of the top-level namespace only for this one.
For other functions that numpy have have with fused loops, indeed I agree that a namespace is the best approach too. Coming up with a name might not be the easiest task (np.fused maybe?) so feel free to suggest away and others please jump in of course. _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
