<p dir="ltr">I just wanted to draw the list's attention to a discussion happening on the tracker, about the details of how methods like ndarray.__add__ are implemented, and how this interacts with the new __numpy_ufunc__ method that will make it possible for third party libraries to override arbitrary ufuncs starting in (hopefully) 1.10:<br>
  <a href="https://github.com/numpy/numpy/issues/5844">https://github.com/numpy/numpy/issues/5844</a></p>
<p dir="ltr">The details are somewhat arcane, but very important for anyone who implements ndarray-like objects or (to a lesser extent) anyone who subclasses ndarray. So feedback very welcome.</p>
<p dir="ltr">-n</p>