summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-12-18 12:34:59 -0700
committerGitHub <noreply@github.com>2016-12-18 12:34:59 -0700
commitb0a52b76c2bebe5c237722589d13bf02affa9c43 (patch)
tree5d5a3491cdfed07e443b9cd3760122b21240d53d
parentc1e9bfe7bb66d6ee9d28ae1014c126b15cfcd32b (diff)
parentde0d3d05bc742d7863559280abcd5c03b6ecef30 (diff)
downloadnumpy-maintenance/1.11.x.tar.gz
Merge pull request #8393 from charris/create-1.11.3-notesmaintenance/1.11.x
DOC: Create 1.11.3 release notes.
-rw-r--r--doc/release/1.11.3-notes.rst25
-rw-r--r--doc/source/release.rst1
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/release/1.11.3-notes.rst b/doc/release/1.11.3-notes.rst
new file mode 100644
index 000000000..8381a97f7
--- /dev/null
+++ b/doc/release/1.11.3-notes.rst
@@ -0,0 +1,25 @@
+==========================
+NumPy 1.11.3 Release Notes
+==========================
+
+Numpy 1.11.3 fixes a bug that leads to file corruption when very large files
+opened in append mode are used in ``ndarray.tofile``. It supports Python
+versions 2.6 - 2.7 and 3.2 - 3.5. Wheels for Linux, Windows, and OS X can be
+found on PyPI.
+
+
+Contributors to maintenance/1.11.3
+==================================
+
+A total of 2 people contributed to this release. People with a "+" by their
+names contributed a patch for the first time.
+
+- Charles Harris
+- Pavel Potocek +
+
+Pull Requests Merged
+====================
+
+- `#8341 <https://github.com/numpy/numpy/pull/8341>`__: BUG: Fix ndarray.tofile large file corruption in append mode.
+- `#8346 <https://github.com/numpy/numpy/pull/8346>`__: TST: Fix tests in PR #8341 for NumPy 1.11.x
+
diff --git a/doc/source/release.rst b/doc/source/release.rst
index 6b11853c5..9f85c5ac5 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -2,6 +2,7 @@
Release Notes
*************
+.. include:: ../release/1.11.3-notes.rst
.. include:: ../release/1.11.2-notes.rst
.. include:: ../release/1.11.1-notes.rst
.. include:: ../release/1.11.0-notes.rst