ANN: pandas v0.20.2 released

2017-06-05 Thread Tom Augspurger
I'm pleased to announce the release of pandas 0.20.2. This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes, bug fixes, and performance improvements. See the Whatsnew Page to see all of the

Nikola v7.8.7 is out!

2017-06-05 Thread Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v7.8.7. This is a part-emergency bugfix, part-world domination release. What is Nikola? === Nikola is a static site and blog generator, written in Python. It can use Mako and Jinja2

wxPython 4.0.0a3

2017-06-05 Thread Robin Dunn
Announcing wxPython 4.0.0a3 === https://pypi.python.org/pypi/wxPython/4.0.0a3 Changes --- Fixed a few cases where the GIL was not acquired before building tuples of values. The problems associated with this (hangs or crashes) were sporadic and seemingly random, and

TatSu 4.2.0

2017-06-05 Thread Juancarlo AƱez
Added ~ * Parse speeds on large files reduced by 5-20% by optimizing parse contexts and closures, and unifying the AST_ and CST_ stacks. * Added the *"skip to"* expression ( ``->``), useful for writing *recovery* rules. The parser will advance over input, one character at time, until