ANN: Bokeh 0.3 released

2013-11-24 Thread Bryan Van de Ven
All, I am pleased to announce the release of Bokeh 0.3! Bokeh is a Python interactive visualization library for large datasets that natively uses the latest web technologies. Its goal is to provide elegant, concise construction of novel graphics in the style of Protovis/D3, while delivering

ANN: psutil 1.2.0 released

2013-11-24 Thread Giampaolo Rodola'
Hi there folks, I'm pleased to announce the 1.2.0 release of psutil: http://code.google.com/p/psutil/ === About === psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by

[ANN] PyDitz version 0.2

2013-11-24 Thread Glenn Hutchings
Announcing version 0.2 of PyDitz, a drop-in replacement for Ditz, a distributed bug tracker. Changes in this version: * Fixed problem with blank comments in a few commands. Features: * Whereas Ditz, when typed on its own, runs the todo command, PyDitz drops you into a command shell where you

ANN: SfePy 2013.4

2013-11-24 Thread Robert Cimrman
I am pleased to announce release 2013.4 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 the

[RELEASED] Python 3.4.0b1

2013-11-24 Thread Larry Hastings
On behalf of the Python development team, it's my privilege to announce the first beta release of Python 3.4. This is a preview release, and its use is not recommended for production settings. Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small

Re: [RELEASED] Python 3.4.0b1

2013-11-24 Thread Larry Hastings
On 11/24/2013 02:00 PM, Larry Hastings wrote: Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Major new features and changes in the 3.4 release series include: Whoops, sorry, I missed a couple of PEPs there: * PEP 428, a