summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-06-10 11:12:57 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-06-25 09:01:46 -0600
commite8abcccae1f246b930e317e80b50cecf111424b5 (patch)
treea2d976b6cfd3b772508fa294b836ac893f7f0852 /doc
parent5056c4cef5a320b2f30f5d89175e95eb4184dab1 (diff)
downloadnumpy-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.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.