Skip to content

Commit 4509875

Browse files
authored
Merge pull request numpy#9794 from charris/create-1.13.3-notes
DOC: Create 1.13.3 release notes.
2 parents 6d44a15 + 4cc6760 commit 4509875

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

doc/release/1.13.3-notes.rst

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
==========================
2+
NumPy 1.13.3 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. It was cythonized with Cython 0.26.1,
12+
which should be free of the bugs found in 0.27 while also being compatible with
13+
Python 3.7-dev. The Windows wheels were built with OpenBlas instead ATLAS,
14+
which should improve the performance of the linear algebra functions.
15+
16+
The NumPy 1.13.3 release is a re-release of 1.13.2, which suffered from a
17+
bug in Cython 0.27.0.
18+
19+
Contributors
20+
============
21+
22+
A total of 12 people contributed to this release. People with a "+" by their
23+
names contributed a patch for the first time.
24+
25+
* Allan Haldane
26+
* Brandon Carter
27+
* Charles Harris
28+
* Eric Wieser
29+
* Iryna Shcherbina +
30+
* James Bourbeau +
31+
* Jonathan Helmus
32+
* Julian Taylor
33+
* Matti Picus
34+
* Michael Lamparski +
35+
* Michael Seifert
36+
* Ralf Gommers
37+
38+
Pull requests merged
39+
====================
40+
41+
A total of 22 pull requests were merged for this release.
42+
43+
* #9390 BUG: Return the poly1d coefficients array directly
44+
* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler.
45+
* #9556 BUG: Fix true_divide when dtype=np.float64 specified.
46+
* #9557 DOC: Fix some rst markup in numpy/doc/basics.py.
47+
* #9558 BLD: Remove -xhost flag from IntelFCompiler.
48+
* #9559 DOC: Removes broken docstring example (source code, png, pdf)...
49+
* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist.
50+
* #9732 BUG: Make scalar function elision check if temp is writeable.
51+
* #9736 BUG: Various fixes to np.gradient
52+
* #9742 BUG: Fix np.pad for CVE-2017-12852
53+
* #9744 BUG: Check for exception in sort functions, add tests
54+
* #9745 DOC: Add whitespace after "versionadded::" directive so it actually...
55+
* #9746 BUG: Memory leak in np.dot of size 0
56+
* #9747 BUG: Adjust gfortran version search regex
57+
* #9757 BUG: Cython 0.27 breaks NumPy on Python 3.
58+
* #9764 BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed.
59+
* #9765 BUG: PyArray_CountNonzero does not check for exceptions
60+
* #9766 BUG: Fixes histogram monotonicity check for unsigned bin values
61+
* #9767 BUG: Ensure consistent result dtype of count_nonzero
62+
* #9771 BUG: MAINT: Fix mtrand for Cython 0.27.
63+
* #9772 DOC: Create the 1.13.2 release notes.
64+
* #9794 DOC: Create 1.13.3 release notes.

doc/source/release.rst

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

5+
.. include:: ../release/1.13.3-notes.rst
56
.. include:: ../release/1.13.2-notes.rst
67
.. include:: ../release/1.13.1-notes.rst
78
.. include:: ../release/1.13.0-notes.rst

0 commit comments

Comments
 (0)