[NumPy-Tickets] [NumPy] #1993: extend logical_and, logical_or etc. to tuples as input
NumPy Trac
numpy-tickets@scipy....
Tue Dec 13 13:05:26 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: |
-------------------------+--------------------------------------------------
Comment(by rkern):
I don't think that's going to happen. logical_and() and company are binary
ufuncs not just an arbitrary function whose signatures we can adjust
arbitrarily. Note that you can get exactly what you want with
reduce(logical_and, (A, B, C)).
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1993#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list