|
| 1 | +========================== |
| 2 | +NumPy 1.13.2 Release Notes |
| 3 | +========================== |
| 4 | + |
| 5 | +This is a bugfix release for some problems found since 1.13.1. The most |
| 6 | +important fixes are for CVE-2017-12852 and temporary elision. Users of earlier |
| 7 | +versions of 1.13 should upgrade. |
| 8 | + |
| 9 | +The Python versions supported are 2.7 and 3.4 - 3.6. The Python 3.6 wheels |
| 10 | +available from PIP are built with Python 3.6.2 and should be compatible with |
| 11 | +all previous versions of Python 3.6. The Windows wheels are now built |
| 12 | +with OpenBlas instead ATLAS, which should improve the performance of the linear |
| 13 | +algebra functions. |
| 14 | + |
| 15 | +Contributors |
| 16 | +============ |
| 17 | + |
| 18 | +A total of 12 people contributed to this release. People with a "+" by their |
| 19 | +names contributed a patch for the first time. |
| 20 | + |
| 21 | +* Allan Haldane |
| 22 | +* Brandon Carter |
| 23 | +* Charles Harris |
| 24 | +* Eric Wieser |
| 25 | +* Iryna Shcherbina + |
| 26 | +* James Bourbeau + |
| 27 | +* Jonathan Helmus |
| 28 | +* Julian Taylor |
| 29 | +* Matti Picus |
| 30 | +* Michael Lamparski + |
| 31 | +* Michael Seifert |
| 32 | +* Ralf Gommers |
| 33 | + |
| 34 | +Pull requests merged |
| 35 | +==================== |
| 36 | + |
| 37 | +A total of 20 pull requests were merged for this release. |
| 38 | + |
| 39 | +* #9390 BUG: Return the poly1d coefficients array directly |
| 40 | +* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler. |
| 41 | +* #9556 BUG: Fix true_divide when dtype=np.float64 specified. |
| 42 | +* #9557 DOC: Fix some rst markup in numpy/doc/basics.py. |
| 43 | +* #9558 BLD: Remove -xhost flag from IntelFCompiler. |
| 44 | +* #9559 DOC: Removes broken docstring example (source code, png, pdf)... |
| 45 | +* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist. |
| 46 | +* #9732 BUG: Make scalar function elision check if temp is writeable. |
| 47 | +* #9736 BUG: Various fixes to np.gradient |
| 48 | +* #9742 BUG: Fix np.pad for CVE-2017-12852 |
| 49 | +* #9744 BUG: Check for exception in sort functions, add tests |
| 50 | +* #9745 DOC: Add whitespace after "versionadded::" directive so it actually... |
| 51 | +* #9746 BUG: Memory leak in np.dot of size 0 |
| 52 | +* #9747 BUG: Adjust gfortran version search regex |
| 53 | +* #9757 BUG: Cython 0.27 breaks NumPy on Python 3. |
| 54 | +* #9764 BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed. |
| 55 | +* #9765 BUG: PyArray_CountNonzero does not check for exceptions |
| 56 | +* #9766 BUG: Fixes histogram monotonicity check for unsigned bin values |
| 57 | +* #9767 BUG: Ensure consistent result dtype of count_nonzero |
| 58 | +* #9771 BUG, MAINT: Fix mtrand for Cython 0.27. |
0 commit comments