Re: [Numpy-discussion] About speed vs math...

2013-06-02 Thread David Cournapeau
On Mon, Jun 3, 2013 at 6:29 AM, Jerome Kieffer wrote: > Hello, > > I am giving some introduction tutorials to numpy and we notices a big > difference in speed between nuumpy and math for trigonometric > operations: > > In [3]: %timeit numpy.sin(1) > 10 loops, best of 3: 2.27 us per loop > > In

[Numpy-discussion] About speed vs math...

2013-06-02 Thread Jerome Kieffer
Hello, I am giving some introduction tutorials to numpy and we notices a big difference in speed between nuumpy and math for trigonometric operations: In [3]: %timeit numpy.sin(1) 10 loops, best of 3: 2.27 us per loop In [4]: %timeit math.sin(1) 1000 loops, best of 3: 92.3 ns per loop W

[Numpy-discussion] ANN: PyTables 3.0

2013-06-02 Thread Anthony Scopatz
=== Announcing PyTables 3.0.0 === We are happy to announce PyTables 3.0.0. PyTables 3.0.0 comes after about 5 years from the last major release (2.0) and 7 months since the last stable release (2.4.0). This is new major release and an important m

Re: [Numpy-discussion] 1.8 release update

2013-06-02 Thread Ralf Gommers
On Fri, May 31, 2013 at 11:47 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > Hi All, > > Most of the PR's that were mentioned as desirable for the 1.8 release have > been merged, or look to be merged in the next week or two. The current list > of > blockers

Re: [Numpy-discussion] numpy tests errors and failures

2013-06-02 Thread Sebastian Berg
On Sat, 2013-06-01 at 17:47 -0600, Charles R Harris wrote: > > > On Sat, Jun 1, 2013 at 4:50 PM, Warren Weckesser > wrote: > I'm getting a failure and two errors with the latest master > branch: > > $ python -c "import numpy; numpy.test('full')" > Running