A total of 19 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Allan Haldane
- Andras Deak +
- Bob Eldering +
- Brandon Carter
- Charles Harris
- Daniel Hrisca +
- Eric Wieser
- Iryna Shcherbina +
- James Bourbeau +
- Jonathan Helmus
- Joshua Leahy +
- Julian Taylor
- Matti Picus
- Michael Lamparski +
- Michael Seifert
- Pauli Virtanen
- Ralf Gommers
- Roland Kaufmann
- Warren Weckesser
A total of 41 pull requests were merged for this release.
- #9240: DOC: BLD: fix lots of Sphinx warnings/errors.
- #9255: Revert "DEP: Raise TypeError for subtract(bool_, bool_)."
- #9261: BUG: don't elide into readonly and updateifcopy temporaries for...
- #9262: BUG: fix missing keyword rename for common block in numpy.f2py
- #9263: BUG: handle resize of 0d array
- #9267: DOC: update f2py front page and some doc build metadata.
- #9299: BUG: Fix Intel compilation on Unix.
- #9317: BUG: fix wrong ndim used in empty where check
- #9319: BUG: Make extensions compilable with MinGW on Py2.7
- #9339: BUG: Prevent crash if ufunc doc string is null
- #9340: BUG: umath: un-break ufunc where= when no out= is given
- #9371: DOC: Add isnat/positive ufunc to documentation
- #9372: BUG: Fix error in fromstring function from numpy.core.records...
- #9373: BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.
- #9374: DOC: Create NumPy 1.13.1 release notes.
- #9376: BUG: Prevent hang traversing ufunc userloop linked list
- #9377: DOC: Use x1 and x2 in the heaviside docstring.
- #9378: DOC: Add $PARAMS to the isnat docstring
- #9379: DOC: Update the 1.13.1 release notes
- #9390: BUG: Return the poly1d coefficients array directly
- #9555: BUG: fix regression in 1.13.x in distutils.mingw32ccompiler.
- #9556: BUG: Fix true_divide when dtype=np.float64 specified.
- #9557: DOC: Fix some rst markup in numpy/doc/basics.py.
- #9558: BLD: remove -xhost flag from IntelFCompiler.
- #9559: DOC: removes broken docstring example (source code, png, pdf)...
- #9580: BUG: Add hypot and cabs functions to WIN32 blacklist.
- #9732: BUG: Make scalar function elision check if temp is writeable.
- #9736: BUG: various fixes to np.gradient
- #9742: BUG: Fix np.pad for CVE-2017-12852
- #9744: BUG: Check for exception in sort functions, add tests
- #9745: DOC: Add whitespace after "versionadded::" directive so it actually...
- #9746: BUG: memory leak in np.dot of size 0
- #9747: BUG: adjust gfortran version search regex
- #9757: BUG: Cython 0.27 breaks NumPy on Python 3.
- #9764: BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed.
- #9765: BUG: PyArray_CountNonzero does not check for exceptions
- #9766: BUG: Fixes histogram monotonicity check for unsigned bin values
- #9767: BUG: ensure consistent result dtype of count_nonzero
- #9771: MAINT,BUG: Fix mtrand for Cython 0.27.
- #9772: DOC: Create the 1.13.2 release notes.
- #9794: DOC: Create 1.13.3 release notes.