summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-05-25 17:42:40 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-05-25 17:42:40 -0600
commiteb1cb8b566b801e2d0a361cd80c3f1ec7830441a (patch)
treed8fdcf2307d89154fad95ea24f08e748ebad3d28
parent27e85997067da402a2c2e64b50290bdc0ef4cb48 (diff)
parenteba532d0bae2553db47bb3bce258e29c53b06894 (diff)
downloadnumpy-eb1cb8b566b801e2d0a361cd80c3f1ec7830441a.tar.gz
Merge pull request #7673 from charris/1.11.1-notes
DOC: Create Numpy 1.11.1 release notes.
-rw-r--r--doc/release/1.11.1-notes.rst28
-rw-r--r--doc/source/release.rst1
2 files changed, 29 insertions, 0 deletions
diff --git a/doc/release/1.11.1-notes.rst b/doc/release/1.11.1-notes.rst
new file mode 100644
index 000000000..d93637c38
--- /dev/null
+++ b/doc/release/1.11.1-notes.rst
@@ -0,0 +1,28 @@
+NumPy 1.11.1 Release Notes
+**************************
+
+Numpy 1.11.1 supports Python 2.6 - 2.7 and 3.2 - 3.5. It fixes bugs and
+regressions found in Numpy 1.11.0 and includes several build related
+improvements. Wheels for Linux, Windows, and OSX can be found on pypi.
+
+Pull Requests Merged
+====================
+
+#7506 BUG: Make sure numpy imports on python 2.6 when nose is unavailable.
+#7530 BUG: Floating exception with invalid axis in np.lexsort.
+#7535 BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.
+#7551 BUG: Allow graceful recovery for no compiler.
+#7558 BUG: Constant padding expected wrong type in constant_values.
+#7578 BUG: Fix OverflowError in Python 3.x. in swig interface.
+#7590 BLD: Fix configparser.InterpolationSyntaxError.
+#7597 BUG: Make np.ma.take work on scalars.
+#7608 BUG: linalg.norm(): Don't convert object arrays to float.
+#7638 BLD: Correct C compiler customization in system_info.py.
+#7654 BUG: ma.median of 1d array should return a scalar.
+#7656 BLD: Remove hardcoded Intel compiler flag -xSSE4.2.
+#7660 BUG: Temporary fix for str(mvoid) for object field types.
+#7665 BUG: Fix incorrect printing of 1D masked arrays.
+#7670 BUG: Correct initial index estimate in histogram.
+#7671 BUG: Boolean assignment no GIL release when transfer needs API.
+#7676 BUG: Fix handling of right edge of final histogram bin.
+
diff --git a/doc/source/release.rst b/doc/source/release.rst
index 1801b2067..f31a4f143 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -3,6 +3,7 @@ Release Notes
*************
.. include:: ../release/1.12.0-notes.rst
+.. include:: ../release/1.11.1-notes.rst
.. include:: ../release/1.11.0-notes.rst
.. include:: ../release/1.10.4-notes.rst
.. include:: ../release/1.10.3-notes.rst