Nicolas P. Rougier
Nicolas P. Rougier
Better is to wait I guess. Or anyone sees a workaround?
Back to work. What would be the limitations of the code above exactly?
Thansk, but I'm not sure this is correct. We want to keep the list such that it can be inherit inside a face
I'm not sure at all actually. I'll need to test your fix a bit first. One question though, there are other instances where I use the cdr (for example in...
Unfortunately, I don"t remember very well. I think one of the motivation was for the :inherit that can accept an arbitrary list of feature.
It is written that argsort is the slow solution and `Z[np.argpartition(-Z,n)[:n]]` is faster because of partial ordering.
Thanks. - For **36**, I think the Z%1 provided solution is equivalent - For **81**, you're creating new arrays, not views.
Thanks. You're right but your solution hides the usage of `timedelta64` that also offer the possibilityto subract hours, week or month (for example).
Thanks. - **62** I don't see a reason why operands[2] would hold the result and it doesn't on my machine. ``` >>> A = np.arange(3).reshape(3,1) >>> B = np.arange(3).reshape(1,3) >>>...
One PR per issue is better actually and in this case, I prefer to keep the code identical to "what would have been produced by previous versions of NumPy" because...