py.test 2.9.2 released

2016-06-01 Thread Ronny Pfannschmidt
pytest-2.9.2 pytest is a mature Python testing tool with more than a 1100 tests against itself, passing on many different interpreters and platforms. See below for the changes and see docs at: http://pytest.org As usual, you can upgrade from pypi via:: pip install -U pytes

py.test 2.9.2 released

2016-06-01 Thread Ronny Pfannschmidt
pytest-2.9.2 pytest is a mature Python testing tool with more than a 1100 tests against itself, passing on many different interpreters and platforms. See below for the changes and see docs at: http://pytest.org As usual, you can upgrade from pypi via:: pip install -U pytes

ANN: numexpr 2.6.0 released

2016-06-01 Thread Francesc Alted
= Announcing Numexpr 2.6.0 = 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-thr