diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-11-01 19:16:10 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-01 19:19:31 -0700 |
commit | 6663d40f051bc64802dea09f66fd2a016c9c87e9 (patch) | |
tree | 74655ced47959585dc8768608f2ae77198808b82 | |
parent | 14b3034d50c2e63d8251aa566c5c8411af6faf26 (diff) | |
download | numpy-6663d40f051bc64802dea09f66fd2a016c9c87e9.tar.gz |
DOC: Update 1.10.2 release notes.
[ci skip]
-rw-r--r-- | doc/release/1.10.2-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.10.2-notes.rst b/doc/release/1.10.2-notes.rst index e008012c1..d508e7bc2 100644 --- a/doc/release/1.10.2-notes.rst +++ b/doc/release/1.10.2-notes.rst @@ -60,9 +60,11 @@ The following PRs in master have been backported to 1.10.2 * gh-6558 MAINT: Minor update to "make upload" doc build command. * gh-6562 BUG: Disable view safety checks in recarray. * gh-6567 BUG: Revert some import * fixes in f2py. +* gh-6574 DOC: Release notes for Numpy 1.10.2. * gh-6577 BUG: Fix for #6569, allowing build_ext --inplace * gh-6579 MAINT: Fix mistake in doc upload rule. * gh-6596 BUG: Fix swig for relaxed stride checking. +* gh-6606 DOC: Update 1.10.2 release notes. Initial support for mingwpy was reverted as it was causing problems for non-windows builds. |