CodeInvestigator version 1.6.0 was released on June 1.

2011-06-01 Thread hans moleman
CodeInvestigator version 1.6.0 was released on June 1. Changes: - Python 3: Windows: Two seperate installers for Python2 and Python3. Mac: One installer for both. Linux : No more RPM and DEB installers. Run 'python setup.py install'. Required Python 2.7 or higher. Bugs:

ANN: SfePy 2011.2

2011-06-01 Thread Robert Cimrman
We are pleased to announce release 2011.2 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method. The code is based on NumPy and SciPy packages. It is distributed under th

ANN: HDF5 for Python (h5py) 1.4 BETA

2011-06-01 Thread Andrew Collette
Announcing HDF5 for Python (h5py) 1.4 BETA == We are proud to announce the availability of HDF5 for Python (h5py) 1.4 beta. HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a mature sci

Pydev 2.1.0 Released

2011-06-01 Thread Fabio Zadrozny
Hi All, Pydev 2.1.0 has been released Details on Pydev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: --- Code Analysis By default, only the currently opened editor will be analyzed (resulting in much shorter build t

PyCon Ireland 2011: Registration now open

2011-06-01 Thread Vicky Twomey-Lee
Hi All, Early bird and student tickets are now available for PyCon Ireland 2011 (Sat 8th - Sun 9th Oct). You can register here: https://secure.python.ie/pycon-ireland-2011/ Interested in giving a talk? You can submit your talks here: http://www.python.ie/pyconireland/callfor/#paper Interested in

ANN: mock 0.7.2 released

2011-06-01 Thread Fuzzyman
There's a new minor release of mock, version 0.7.2, with two bugfixes in it. * http://pypi.python.org/pypi/mock/ (download) * http://www.voidspace.org.uk/python/mock/ (documentation) * https://code.google.com/p/mock/ (repo and issue tracker) mock is a Python library for simple mocking and patchin