diff options
-rw-r--r-- | doc/release/1.11.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.11.1-notes.rst b/doc/release/1.11.1-notes.rst index 072f01ecb..37a6e300b 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. |