Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 2.64 KB

1.13.2-changelog.rst

File metadata and controls

46 lines (40 loc) · 2.64 KB

Contributors

A total of 12 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Allan Haldane
  • Brandon Carter
  • Charles Harris
  • Eric Wieser
  • Iryna Shcherbina +
  • James Bourbeau +
  • Jonathan Helmus
  • Julian Taylor
  • Matti Picus
  • Michael Lamparski +
  • Michael Seifert
  • Ralf Gommers

Pull requests merged

A total of 21 pull requests were merged for this release.

  • #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.