Re: [Pytables-users] ANN: numexpr 2.1 (Python 3 support is here!)

2013-04-27 Thread Anthony Scopatz
Congrats Francesc! On Sat, Apr 27, 2013 at 5:07 AM, Francesc Alted wrote: > > Announcing Numexpr 2.1 > > > Numexpr is a fast numerical expression evaluator for NumPy. With it, > expressions that operate on arrays (like "3*a+4*b") are accelera

[Pytables-users] ANN: numexpr 2.1 (Python 3 support is here!)

2013-04-27 Thread Francesc Alted
Announcing Numexpr 2.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-thread