[RELEASED] Python 3.2 alpha 1

2010-08-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the first alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x li

ANN: Numexpr 1.4 released

2010-08-01 Thread Francesc Alted
Announcing Numexpr 1.4 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. What's new ==

arithmetic 0.2

2010-08-01 Thread Patricio Paez
Hi all, The second version of module arithmetic has been released, it simplifies and fixes some bugs. *arithmetic* is a Python module that allows mixing arithmetic operations and text. A sample Tk-based editor that uses the module is provided as a starting point. Tutorial documents are include

grin 1.2

2010-08-01 Thread Robert Kern
grin is a grep-like tool for recursively searching through text files, primarily source code. Download: http://pypi.python.org/pypi/grin SVN: https://svn.enthought.com/svn/sandbox/grin/trunk License: BSD grin 1.2 is a feature release. * Add several speed-enhancements from Paul Pelzl.