[RELEASE] Python 3.7.1 and 3.6.7 are now available

2018-10-23 Thread Ned Deily
On behalf of the Python development community and the Python 3.7 release team, we are pleased to announce the availability of Python 3.7.1. Python 3.7.1 is the first maintenance release of the newest feature release of the Python language. You can find Python 3.7.1 here: https://www.python.org/

Twisted 18.9.0 Release Announcement

2018-10-23 Thread Amber Brown
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 18.9! The highlights of this release are: - Support for Python 3.7! - Better support for Unicode handling in logging tracebacks in Python 2 - trial -j now reports tracebacks on test failures on Python 3.

[ANN] python-blosc 1.6.1

2018-10-23 Thread Valentin Haenel
= Announcing python-blosc 1.6.1 = What is new? C-Blosc has been updated to 1.14.3. Additionally there have been a number of improvments such as not compiling snappy by default and the implementation of the `get_blocksize()` func

Re: Twisted 18.9.0 Release Announcement

2018-10-23 Thread Amber Brown
That NEWS link should be https://github.com/twisted/twisted/blob/twisted-18.9.0/NEWS.rst -- one day I'll remember to check my links before sending ;) -Amber On 19/10/18 10:56 pm, Amber Brown wrote: On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 18.9

pytest 3.9.2

2018-10-23 Thread Bruno Oliveira
Hi folks, pytest 3.9.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among t

NumPy 1.15.3 release

2018-10-23 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.15.3. This is a bugfix release for bugs and regressions reported following the 1.15.2 release. The most noticeable fix is probably for the memory leak encountered whe