diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-06-10 11:12:57 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-06-25 09:01:46 -0600 |
commit | e8abcccae1f246b930e317e80b50cecf111424b5 (patch) | |
tree | a2d976b6cfd3b772508fa294b836ac893f7f0852 /doc | |
parent | 5056c4cef5a320b2f30f5d89175e95eb4184dab1 (diff) | |
download | numpy-e8abcccae1f246b930e317e80b50cecf111424b5.tar.gz |
DOC: Update Numpy 1.11.1 release notes.
[ci skip]
Diffstat (limited to 'doc')
-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. |