Grako 3.16.0 released

2016-10-03 Thread Juancarlo AƱez
*Grako* (for *grammar compiler*) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat ) PEG

Sphinx-1.4.7 released

2016-10-03 Thread Komiya Takeshi
Hi all, I'm delighted to announce the release of Sphinx 1.4.7, now available on the Python package index at . It includes about 16 bug fixes for the 1.4.6 release series. For the full changelog, go to . Thanks

ANN: SfePy 2016.3

2016-10-03 Thread Robert Cimrman
I am pleased to announce release 2016.3 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 or by the isogeometric analysis (limited support). It is distributed under

ANN: distlib 0.2.4 released on PyPI

2016-10-03 Thread Vinay Sajip via Python-announce-list
I've just released version 0.2.4 of distlib on PyPI [1]. For newcomers, distlib is a library of packaging functionality which is intended to be usable as the basis for third-party packaging tools. The main changes in this release are as follows: * Updated to not fail during import if SSL is not

pytest 3.0.3 released!

2016-10-03 Thread Bruno Oliveira
Hello everyone, pytest 3.0.3 has just been released to PyPI. This release fixes some regressions and bugs reported in the last version, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The changelog is available at http://doc.pytest.org/en/latest/changelog.html .

ANN: pandas v0.19.0 released

2016-10-03 Thread Joris Van den Bossche
Hi all, I'm happy to announce pandas 0.19.0 has been released. This is a major release from 0.18.1 and includes a number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. See the Whatsnew

New Python User group in Reggio Emilia (Italy)

2016-10-03 Thread Alessandro Cucci
Hello, I am starting a new Python user group in Reggio Emilia (Italy). To do so, I started a webite with a temporary landing page @ www.pyre.it Currently i'm developing the real website in Python using Flask and MongoDB The website is in Italian, I hope the language won't be a problem for you.

Thonny 2.0 released (Python IDE for beginners)

2016-10-03 Thread Aivar Annamaa
Hi! Thonny is Python IDE for learning and teaching programming. It is developed in University of Tartu, Estonia. It has an easy to use debugger which shows clearly how Python executes your programs. Unlike most debuggers, it can even show the steps of evaluating an expression, visually