ANN: Pandas 0.23.0 Released

2018-05-17 Thread Tom Augspurger
Hi all, I'm happy to announce that pandas 0.23.0 has been released. This is a major release from 0.22.0 and includes a number of API changes, new features, enhancements, and performance improvements along with a large number of bug fixes. Tom -- *What is it:* pandas

pytypes 1.0 beta 4 released

2018-05-17 Thread Stefan Richthofer
pytypes 1.0 beta 4 has been released. https://github.com/Stewori/pytypes Beneath several bugfixes, the most notable new feature is a utility function for explicitly resolving forward references, e.g. of a manually defined type. Another significant improvement is proper support for tuple ellipses.