summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-06-25 09:14:08 -0600
committerGitHub <noreply@github.com>2016-06-25 09:14:08 -0600
commit36508b222f46a6830f84e3e0243819f03f6f8738 (patch)
tree572a5fc819ac92169664f56b37af2bfd23c9d57a /doc
parentb2d4951f858881c5dd06968330ce36d87b9c609b (diff)
parente8abcccae1f246b930e317e80b50cecf111424b5 (diff)
downloadnumpy-36508b222f46a6830f84e3e0243819f03f6f8738.tar.gz
Merge pull request #7777 from charris/update-1.11.1-notes
DOC: Update Numpy 1.11.1 release notes.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.11.1-notes.rst3
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.