[RELEASE] Python 3.7.4 is now available

2019-07-08 Thread Ned Deily
Python 3.7.4 is now available. 3.7.4 is the next maintenance release of Python 3.7, the latest feature release of Python. You can find the release files, a link to the changelog, and more information here: https://www.python.org/downloads/release/python-374/ See the "What’s New In Python 3.7"

Re: [RELEASE] Python 3.8.0b2 is now available for testing

2019-07-08 Thread Barry Warsaw
I’ve updated the official images to include 3.8.0b2: https://gitlab.com/python-devs/ci-images/tree/master Cheers, -Barry > On Jul 4, 2019, at 15:05, Łukasz Langa wrote: > > Signed PGP part > After a few days of delay, but somewhat cutely timed with the US Independence > Day, I present you

EuroPython 2019: Attendee briefing

2019-07-08 Thread M.-A. Lemburg
EuroPython 2019 will start on Monday. Again we will have more than a thousand attendees signed up and we're looking forward to an exciting conference packed with more than 130 sessions from Monday - Sunday, July 8 - 14. Here's a summary of helpful information for all attendees: 1. Picking up

[RELEASE] Python 3.8.0b2 is now available for testing

2019-07-08 Thread Łukasz Langa
After a few days of delay, but somewhat cutely timed with the US Independence Day, I present you Python 3.8.0b2: https://www.python.org/downloads/release/python-380b2/ This release is the second of four planned beta release previews.

EuroPython 2019: Late Bird Rates and Day Passes

2019-07-08 Thread M.-A. Lemburg
We will be switching to the late bird rates for tickets on Saturday (July 6), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird rate. EuroPython 2019 Tickets *

ANN: DiskCache 4.0.0 Released

2019-07-08 Thread Grant Jenks
Announcing the release of DiskCache version 4.0.0 What is DiskCache? [DiskCache][1] is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django. By leveraging a rock-solid database library and memory-mapped files, cache performance can match

[RELEASE] Python 3.7.4rc2 is now available for testing

2019-07-08 Thread Ned Deily
Python 3.7.4rc2 is now available. 3.7.4rc2 is the second release preview of the next maintenance release of Python 3.7, the latest feature release of Python. Assuming no further critical problems are found prior to 2019-07-08, no code changes are planned between this release candidate and the

PyCon 2019 Post Show Attendees list

2019-07-08 Thread Larry Tice
Hi, I see that your organization was one of the exhibitors at PyCon 2019 , May 01 -09 , 2019 USA. I am writing to ask if you would be interested in the PyCon 2019 , May 01 -09 post-show attendees mailing list? You can use this list to promote your products and services.

[RELEASE] Python 3.6.9 security-fix release is now available

2019-07-08 Thread Ned Deily
Python 3.6.9 is now available. 3.6.9 is the first security-only-fix release of Python 3.6. Python 3.6 has now entered the security fix phase of its life cycle. Only security-related issues are accepted and addressed during this phase. We plan to provide security fixes for Python 3.6 as needed

pytest 5.0.1

2019-07-08 Thread Bruno Oliveira
pytest 5.0.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] Mayavi-4.7.0 release

2019-07-08 Thread Prabhu Ramachandran
Hello, We are pleased to announce Mayavi-4.7.0. Mayavi is a general purpose, cross-platform Python package for 2-D and 3-D scientific data visualization. Mayavi integrates seamlessly with NumPy and provides a convenient Pythonic wrapper for VTK (http://www.vtk.org). It provides a stand-alone UI

EuroPython 2019: Find a new job at the conference

2019-07-08 Thread M.-A. Lemburg
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors: EuroPython 2019 Job Board * https://ep2019.europython.eu/sponsor/job-board/ * Our sponsors would love to get in touch with you, so please have a look and visit them at

NumPy 1.17.0rc1 released

2019-07-08 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce the release of NumPy 1.17.0rc1. The 1.17 release contains a number of new features that should substantially improve its performance and usefulness. The Python versions supported are 3.5-3.7, note that Python 2.7 has been dropped.

cx_Oracle 7.2

2019-07-08 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

EuroPython 2019: More Attendee Updates

2019-07-08 Thread M.-A. Lemburg
We have had a whole set of updates in the last two days. In order not to spam you too much with all the blog post texts, we're sending out a summary. EuroPython 2019 Keynotes We are proud to announce our keynote lineup for EuroPython 2019: - AI in Contemporary Art by

ANN: SfePy 2019.2

2019-07-08 Thread Robert Cimrman
I am pleased to announce release 2019.2 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (limited support). It is distributed under

EuroPython 2019: Introducing MongoDB

2019-07-08 Thread M.-A. Lemburg
We are very pleased to have MongoDB as Keystone Sponsor for EuroPython 2019. You can visit them at the most central booth in our exhibit area on the second floor in the Congress Center Basel (CCB), and take the opportunity to chat with their staff and learn more about the MongoDB eco-system.

pytest 5.0.0 released!

2019-07-08 Thread Anthony Sottile
The pytest team is proud to announce the 5.0.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