[RELEASE] Python 3.8.1, 3.7.6, 3.6.10, and 3.9.0a2 are now available!

2019-12-19 Thread Ɓukasz Langa
from locale import seasons_greetings seasons_greetings() On behalf of the entire Python development community, and the currently serving Python release team in particular, I'm pleased to announce the unprecedented combined release of no less than four versions of Python. Let's dig in! Python 3

ANN: SciPy 1.4.1

2019-12-19 Thread Tyler Reddy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, On behalf of the SciPy development team I'm pleased to announce the release of SciPy 1.4.1, which is a bug fix release. Sources and binary wheels can be found at: https://pypi.org/project/scipy/ and at: https://github.com/scipy/scipy/releas

[ANN] pvlib-python v0.7.0: predicting power for solar energy

2019-12-19 Thread Dr. Mark Alexander Mikofski PhD
pvlib has a new major release, v0.7.0 Release Notes: https://pvlib-python.readthedocs.io/en/v0.7.0/whatsnew.html PyPI: https://pypi.org/project/pvlib/ Read the Docs: https://pvlib-python.readthedocs.io/en/latest/ GitHub: https://github.com/pvlib/pvlib-python Here's a quick summary: - drop

pytest 4.6.8 released!

2019-12-19 Thread Anthony Sottile
pytest 4.6.8 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: * Ant