EuroPython 2019: Call for Proposals

2019-04-25 Thread M.-A. Lemburg
We are happy to announce the Call for Proposals is now open. The CfP will close on Sunday in two weeks: * Sunday, May 12 23:59:59 CEST * Please submit your proposal via our website: * https://ep2019.europython.eu/events/call-for-proposals/ * We’re looking for proposals

cx_Oracle 7.1.3

2019-04-25 Thread Anthony Tuininga
What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to

TatSu v4.4.0 PEG parser generator released

2019-04-25 Thread Juancarlo Añez
竜 TatSu v4.4.0 has been released. Thanks to Vic Nightfall, support for left-recursion in PEG grammars is now complete. def WARNING(): return 'v4.4.0 is the last version of 竜TatSu supporting Python 2.7' 竜 TatSu (the successor to Grako) is a tool that takes grammars in a variation of

EuroPython 2019: Launching our website

2019-04-25 Thread M.-A. Lemburg
We are happy to announce the launch of our website for EuroPython 2019: * https://ep2019.europython.eu/ * Thanks to Artur, Patrick and our web WG, the website now comes with a renovated layout, modern technology and new features. At the same time, we are launching the CFP for

Pytest 4.4.1 released!

2019-04-25 Thread Bruno Oliveira
pytest 4.4.1 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 them: *

ANN: Datatest 0.9.4 Released

2019-04-25 Thread Shawn Brown
Datatest provides tools for test driven data-wrangling and data validation. It supports both pytest and unittest style testing. I've been working to get datatest ready for a few pre-PyCon updates. This latest release takes many of the "how-to" solutions and brings them into the core package.

NumPy 1.16. 3 release

2019-04-25 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce the release of NumPy 1.16.3 which contains several fixes for newly reported bugs. The Python versions supported in this release are 2.7 and 3.5-3.7. There are several notable changes. - Unpickling object arrays when loading *.npy