Skip to content

Commit fb83297

Browse files
committed
DOC: Create the 1.13.2 release notes.
[ci skip]
1 parent 69714c9 commit fb83297

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

doc/release/1.13.2-notes.rst

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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.

doc/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Release Notes
33
*************
44

5+
.. include:: ../release/1.13.2-notes.rst
6+
.. include:: ../release/1.13.1-notes.rst
57
.. include:: ../release/1.13.0-notes.rst
68
.. include:: ../release/1.12.1-notes.rst
79
.. include:: ../release/1.12.0-notes.rst

0 commit comments

Comments
 (0)