COMPAT: numpy compat with array methods in >= 1.7 #4435
Labels
API Design
Dtype Conversions
Unexpected or buggy dtype conversions
Numeric Operations
Arithmetic, Comparison, and Logical operations
Milestone
This is and API change in numpy >= 1.7, but need to work around. Numpy now
looks at the structure for a p
rod
method (if the function is not operating on a numpy array), if it has one, then it passes the argumentsaxis,dtype,out
, currently these types of methods only aceeptaxis
, need to acceptdtype,out
as dummy arguments for compataffects
mean,sum,prod,std
...prob othersThe text was updated successfully, but these errors were encountered: