Remove user_array.py
![](https://secure.gravatar.com/avatar/96dd777e397ab128fedab46af97a3a4a.jpg?s=120&d=mm&r=g)
Hi All, numpy/lib/user_array.py is an old module (2006) that documents itself as unfinished. The only recent changes are my work for supporting both python2 and python3 from the same code base. It was apparently intended as an alternative to inheriting from ndarray. It has no tests to speak of except a few odds and ends included in the module. I suspect this is one of those features that few have heard of. Thoughts? Chuck
![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Wed, Jul 30, 2014 at 11:34 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:
Hi All,
numpy/lib/user_array.py is an old module (2006) that documents itself as unfinished. The only recent changes are my work for supporting both python2 and python3 from the same code base. It was apparently intended as an alternative to inheriting from ndarray. It has no tests to speak of except a few odds and ends included in the module. I suspect this is one of those features that few have heard of.
Agreed. -- Robert Kern
participants (2)
-
Charles R Harris
-
Robert Kern