From e8abcccae1f246b930e317e80b50cecf111424b5 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 10 Jun 2016 11:12:57 -0600 Subject: [PATCH] DOC: Update Numpy 1.11.1 release notes. [ci skip] --- doc/release/1.11.1-notes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release/1.11.1-notes.rst b/doc/release/1.11.1-notes.rst index 072f01ecbe28..37a6e300b998 100644 --- a/doc/release/1.11.1-notes.rst +++ b/doc/release/1.11.1-notes.rst @@ -26,3 +26,6 @@ Fixes Merged - #7671 BUG: Boolean assignment no GIL release when transfer needs API. - #7676 BUG: Fix handling of right edge of final histogram bin. - #7680 BUG: Fix np.clip bug NaN handling for Visual Studio 2015. +- #7724 BUG: Fix segfaults in np.random.shuffle. +- #7731 MAINT: Change mkl_info.dir_env_var from MKL to MKLROOT. +- #7737 BUG: Fix issue on OS X with Python 3.x, npymath.ini not installed.