Re: [Numpy-discussion] ANN: Numexpr 2.0.1 released

2012-01-08 Thread Francesc Alted
g [numpy-discussion-boun...@scipy.org] > On Behalf Of Francesc Alted [fal...@gmail.com] > Sent: 08 January 2012 12:49 > To: Discussion of Numerical Python; numexpr > Subject: [Numpy-discussion] ANN: Numexpr 2.0.1 released > > == >  Announcing Numexpr 2.0.1 >

Re: [Numpy-discussion] ANN: Numexpr 2.0.1 released

2012-01-08 Thread Nadav Horesh
: [Numpy-discussion] ANN: Numexpr 2.0.1 released == Announcing Numexpr 2.0.1 == Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory

[Numpy-discussion] ANN: Numexpr 2.0.1 released

2012-01-08 Thread Francesc Alted
== Announcing Numexpr 2.0.1 == Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory than doing the same calculation in Python. It wears multi-t