NumPy 1.14.3 Release Notes#
This is a bugfix release for a few bugs reported following the 1.14.2 release:
np.lib.recfunctions.fromrecords accepts a list-of-lists, until 1.15
In python2, float types use the new print style when printing to a file
style arg in “legacy” print mode now works for 0d arrays
The Python versions supported in this release are 2.7 and 3.4 - 3.6. The Python3.6 wheels available from PIP are built with Python 3.6.2 and should becompatible with all previous versions of Python 3.6. The source releases werecythonized with Cython 0.28.2.
Contributors#
A total of 6 people contributed to this release. People with a “+” by theirnames contributed a patch for the first time.
Allan Haldane
Charles Harris
Jonathan March +
Malcolm Smith +
Matti Picus
Pauli Virtanen
Pull requests merged#
A total of 8 pull requests were merged for this release.
#10862: BUG: floating types should override tp_print (1.14 backport)
#10905: BUG: for 1.14 back-compat, accept list-of-lists in fromrecords
#10947: BUG: ‘style’ arg to array2string broken in legacy mode (1.14…
#10959: BUG: test, fix for missing flags[‘WRITEBACKIFCOPY’] key
#10960: BUG: Add missing underscore to prototype in check_embedded_lapack
#10961: BUG: Fix encoding regression in ma/bench.py (Issue #10868)
#10962: BUG: core: fix NPY_TITLE_KEY macro on pypy
#10974: BUG: test, fix PyArray_DiscardWritebackIfCopy…