Hello!
I'm pleased to announce version 3.0.0, the first stable release of branch
3.0 of CheetahTemplate3.
What's new in CheetahTemplate3
==
Contributors for this release are Adam Karpierz and Jonathan Ross Rogers.
Major features:
- !!!THIS RELEASE REQUIRES RECOMP
I've just released version 0.2.5 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:
* Changed regular expressions to be compatible with
Hi all,
I'm happy to announce that pandas 0.20.0 and 0.20.1 have been released.
Pandas 0.20.1 contains a single additional change from 0.20.0 for backwards
compatibility with projects using pandas' utils methods. See
https://github.com/pandas-dev/pandas/pull/16250. The full release notes for
0.20.
Hello!
I'm pleased to announce version 3.3.0, the first stable release of branch
3.3 of SQLObject.
What's new in SQLObject
===
Features
* Support for Python 2.6 is declared obsolete and will be removed
in the next release.
Minor features
--
* Conver
TATSU (the successor to Grako) is a tool that takes grammars in a variation
of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python.
Tatsu can compile a grammar stored in a string into a
tatsu.grammars.Grammar object that can be used to parse any given input,
much like the re modul