NumPy 1.15.0rc1 released

Charles R Harris charlesr.harris at gmail.com
Thu Jun 21 13:34:08 EDT 2018


Hi All,

On behalf of the NumPy team I'm pleased to announce the release of NumPy
1.15.0rc1.
This release has an unusual number of cleanups, many deprecations of old
functions,
and improvements to many existing functions. A total of 423 pull reguests
were merged
for this release, please look at the release notes
<https://github.com/numpy/numpy/releases/tag/v1.15.0rc1>for details. Some
highlights are:

   - NumPy has switched to pytest for testing.
   - A new  `numpy.printoptions` context manager.
   - Many improvements to the histogram functions.
   - Support for unicode field names in python 2.7.
   - Improved support for PyPy.

The Python versions supported by this release are 2.7, 3.4-3.6.  The wheels
are linked with
OpenBLAS 3.0, which should fix some of the linalg problems reported for
NumPy 1.14,
and the source archives were created using Cython 0.28.2 and should work
with the upcoming
Python 3.7.

Wheels for this release can be downloaded from PyPI
<https://pypi.org/project/numpy/#description>, source archives are available
from Github <https://github.com/numpy/numpy/releases/tag/v1.15.0rc1>.

A total of 128 people contributed to this release.  People with a "+" by
their
names contributed a patch for the first time.

   - Aaron Critchley +
   - Aarthi +
   - Aarthi Agurusa +
   - Alex Thomas +
   - Alexander Belopolsky
   - Allan Haldane
   - Anas Khan +
   - Andras Deak
   - Andrey Portnoy +
   - Anna Chiara
   - Aurelien Jarno +
   - Baurzhan Muftakhidinov
   - Berend Kapelle +
   - Bernhard M. Wiedemann
   - Bjoern Thiel +
   - Bob Eldering
   - Cenny Wenner +
   - Charles Harris
   - ChloeColeongco +
   - Chris Billington +
   - Christopher +
   - Chun-Wei Yuan +
   - Claudio Freire +
   - Daniel Smith
   - Darcy Meyer +
   - David Abdurachmanov +
   - David Freese
   - Deepak Kumar Gouda +
   - Dennis Weyland +
   - Derrick Williams +
   - Dmitriy Shalyga +
   - Eric Cousineau +
   - Eric Larson
   - Eric Wieser
   - Evgeni Burovski
   - Frederick Lefebvre +
   - Gaspar Karm +
   - Geoffrey Irving
   - Gerhard Hobler +
   - Gerrit Holl
   - Guo Ci +
   - Hameer Abbasi +
   - Han Shen
   - Hiroyuki V. Yamazaki +
   - Hong Xu
   - Ihor Melnyk +
   - Jaime Fernandez
   - Jake VanderPlas +
   - James Tocknell +
   - Jarrod Millman
   - Jeff VanOss +
   - John Kirkham
   - Jonas Rauber +
   - Jonathan March +
   - Joseph Fox-Rabinovitz
   - Julian Taylor
   - Junjie Bai +
   - Juris Bogusevs +
   - Jörg Döpfert
   - Kenichi Maehashi +
   - Kevin Sheppard
   - Kimikazu Kato +
   - Kirit Thadaka +
   - Kritika Jalan +
   - Lakshay Garg +
   - Lars G +
   - Licht Takeuchi
   - Louis Potok +
   - Luke Zoltan Kelley
   - MSeifert04 +
   - Mads R. B. Kristensen +
   - Malcolm Smith +
   - Mark Harfouche +
   - Marten H. van Kerkwijk +
   - Marten van Kerkwijk
   - Matheus Vieira Portela +
   - Mathieu Lamarre
   - Mathieu Sornay +
   - Matthew Brett
   - Matthew Rocklin +
   - Matthias Bussonnier
   - Matti Picus
   - Michael Droettboom
   - Miguel Sánchez de León Peque +
   - Mike Toews +
   - Milo +
   - Nathaniel J. Smith
   - Nelle Varoquaux
   - Nicholas Nadeau +
   - Nick Minkyu Lee +
   - Nikita +
   - Nikita Kartashov +
   - Nils Becker +
   - Oleg Zabluda
   - Orestis Floros +
   - Pat Gunn +
   - Paul van Mulbregt +
   - Pauli Virtanen
   - Pierre Chanial +
   - Ralf Gommers
   - Raunak Shah +
   - Robert Kern
   - Russell Keith-Magee +
   - Ryan Soklaski +
   - Samuel Jackson +
   - Sebastian Berg
   - Siavash Eliasi +
   - Simon Conseil
   - Simon Gibbons
   - Stefan Krah +
   - Stefan van der Walt
   - Stephan Hoyer
   - Subhendu +
   - Subhendu Ranjan Mishra +
   - Tai-Lin Wu +
   - Tobias Fischer +
   - Toshiki Kataoka +
   - Tyler Reddy +
   - Varun Nayyar
   - Victor Rodriguez +
   - Warren Weckesser
   - Zane Bradley +
   - fo40225
   - lumbric +
   - luzpaz +
   - mamrehn +
   - tynn +
   - xoviat

Cheers

Chuck


More information about the Python-announce-list mailing list