Re: [Numpy-discussion] deprecate numpy.matrix

2014-02-09 Thread Matthew Brett
Hi, On Sun, Feb 9, 2014 at 2:55 PM, alex wrote: > On Sun, Feb 9, 2014 at 5:12 PM, Alan G Isaac wrote: >> On 2/9/2014 4:59 PM, alex wrote: >>> """ >>> The ``numpy.matrix`` API provides a low barrier to using Python >>> for linear algebra, just as the pre-3 Python ``input`` function >>> and ``print

[Numpy-discussion] [pydata] ANN: pandas 0.13.1 released

2014-02-09 Thread Jeff Reback
> Hello, > > This is a minor release from 0.13.0 and includes a small number of API > changes, several new features, enhancements, and > performance improvements along with a large number of bug fixes. > > We recommend that all users upgrade to this version. > > Highlights include: > > - Add

Re: [Numpy-discussion] deprecate numpy.matrix

2014-02-09 Thread alex
On Sun, Feb 9, 2014 at 5:12 PM, Alan G Isaac wrote: > On 2/9/2014 4:59 PM, alex wrote: >> """ >> The ``numpy.matrix`` API provides a low barrier to using Python >> for linear algebra, just as the pre-3 Python ``input`` function >> and ``print`` statement provided low barriers to using Python for >>

Re: [Numpy-discussion] deprecate numpy.matrix

2014-02-09 Thread Alan G Isaac
On 2/9/2014 4:59 PM, alex wrote: > """ > The ``numpy.matrix`` API provides a low barrier to using Python > for linear algebra, just as the pre-3 Python ``input`` function > and ``print`` statement provided low barriers to using Python for > automatically evaluating input and for printing output. >

[Numpy-discussion] deprecate numpy.matrix

2014-02-09 Thread alex
Hello list, I wrote this mini-nep for numpy but I've been advised it is more appropriate for discussion on the list. """ The ``numpy.matrix`` API provides a low barrier to using Python for linear algebra, just as the pre-3 Python ``input`` function and ``print`` statement provided low barriers to