Re: [Numpy-discussion] ANN: NumPy 1.1.0

2008-05-29 Thread Jarrod Millman
On Thu, May 29, 2008 at 2:59 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: >> No, I will take care of it. I was away from home and decided to make >> a relatively quiet release, since I might not be able to respond in >> case their were problems. I only sent the email to the NumPy >> discussion

Re: [Numpy-discussion] ANN: NumPy 1.1.0

2008-05-29 Thread Charles R Harris
On Thu, May 29, 2008 at 3:37 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 7:57 AM, Andrew Straw <[EMAIL PROTECTED]> wrote: > > Should I replace the old numpy 1.0.4 information at > > http://www.scipy.org/Download with the 1.1.0? It's still listing 1.0.4, > > but I wonder

Re: [Numpy-discussion] ANN: NumPy 1.1.0

2008-05-29 Thread Jarrod Millman
On Thu, May 29, 2008 at 7:57 AM, Andrew Straw <[EMAIL PROTECTED]> wrote: > Should I replace the old numpy 1.0.4 information at > http://www.scipy.org/Download with the 1.1.0? It's still listing 1.0.4, > but I wonder if there's some compatibility with scipy 0.6 issue that > should cause it to stay a

Re: [Numpy-discussion] ANN: NumPy 1.1.0

2008-05-29 Thread Andrew Straw
Thanks, Jarrod. Should I replace the old numpy 1.0.4 information at http://www.scipy.org/Download with the 1.1.0? It's still listing 1.0.4, but I wonder if there's some compatibility with scipy 0.6 issue that should cause it to stay at 1.0.4. In either case, I think the page should be updated

Re: [Numpy-discussion] ANN: NumPy 1.1.0

2008-05-28 Thread Stéfan van der Walt
Jarrod, 2008/5/28 Jarrod Millman <[EMAIL PROTECTED]>: > I'm pleased to announce the release of NumPy 1.1.0. Thank you for coordinating the birth of this behemoth release! We appreciate all the time and effort you put into it. Regards Stéfan ___ Numpy-

[Numpy-discussion] ANN: NumPy 1.1.0

2008-05-28 Thread Jarrod Millman
I'm pleased to announce the release of NumPy 1.1.0. NumPy is the fundamental package needed for scientific computing with Python. It contains: * a powerful N-dimensional array object * sophisticated (broadcasting) functions * basic linear algebra functions * basic Fourier transforms *