diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-11-04 15:46:53 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-04 15:46:53 -0700 |
commit | a2435ae57ae21fd547ba7f2114301094680f6cee (patch) | |
tree | 485288b62d2adea5b96648250173b168051cbeb1 /doc | |
parent | 7036842f828fa41f95c333812bccccb3ae469f91 (diff) | |
download | numpy-a2435ae57ae21fd547ba7f2114301094680f6cee.tar.gz |
DOC: Update 1.10.2 release notes for gh-6475 fix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.2-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.10.2-notes.rst b/doc/release/1.10.2-notes.rst index 31a793420..4a62be2da 100644 --- a/doc/release/1.10.2-notes.rst +++ b/doc/release/1.10.2-notes.rst @@ -33,6 +33,7 @@ Issues Fixed * gh-6590 Fortran Array problem in numpy 1.10. * gh-6602 Random __all__ missing choice and dirichlet. * gh-6618 NPY_FORTRANORDER in make_fortran() in numpy.i +* gh-6475 np.allclose returns a memmap when one of its arguments is a memmap. Merged PRs ========== @@ -69,6 +70,7 @@ The following PRs in master have been backported to 1.10.2 * gh-6606 DOC: Update 1.10.2 release notes. * gh-6614 BUG: Add choice and dirichlet to numpy.random.__all__. * gh-6621 BUG: Fix swig make_fortran function. +* gh-6628 BUG: Make allclose return python bool. Initial support for mingwpy was reverted as it was causing problems for non-windows builds. |