EuroSciPy 2019 - CfP is open

2019-04-02 Thread Alexander CS Hendorf [EuroSciPy 2019]
= *** Apologise for multiple posting *** Dear Colleagues, We are delighted to invite you to join us for the 12th European Conference on Python in Science. The EuroSciPy 2019 Conference will take place from September 2 to September 6 in Bilba

Sphinx-2.0.0 released

2019-04-02 Thread Komiya Takeshi
Hi all, I'm delighted to announce the release of Sphinx 2.0.0 final, now available on the Python package index at . It includes about 22 new features, 28 bug fixes and 22 incompatible changes. For the full changelog, go to

pytest 4.4 released!

2019-04-02 Thread Bruno Oliveira
The pytest team is proud to announce the 4.4.0 release! pytest is a mature Python testing tool with more than a 2000 tests against itself, passing on many different interpreters and platforms. This release contains a number of bugs fixes and improvements, so users are encouraged to take a look at

pygame 1.9.5 has been released into the wild!

2019-04-02 Thread René Dudfield
[image: pygame 1.9.5] TLDR; Some highlights. Every single source file has been heavily modified and moved in this release. Initial (source code only) support for SDL2 has been merged in. We also support compiling with SDL1 in the same code base, so the migration

PyDev 7.2.0 Released

2019-04-02 Thread Fabio Zadrozny
PyDev 7.2.0 Release Highlights --- * Debugger improvements (updated to pydevd 1.6.0). * Fixed issue quoting/unquoting parameters for subprocess. * Fixed exception breakpoints for Django and Jinja2. * Console hook import compatibility with matplotlib and pyl