[NumPy-Tickets] [NumPy] #1993: extend logical_and, logical_or etc. to tuples as input
NumPy Trac
numpy-tickets@scipy....
Tue Dec 13 10:52:16 CST 2011
#1993: extend logical_and, logical_or etc. to tuples as input
-------------------------+--------------------------------------------------
Reporter: andreash | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.0
Keywords: |
-------------------------+--------------------------------------------------
I think it would be a great enhancement if the logical_X methods would
also work when giving them a tuple of arrays as input, so that
logical_and((A, B, C))
would yield
A & B & C
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1993>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list