summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-12-12 09:54:20 -0700
committerCharles Harris <charlesr.harris@gmail.com>2015-12-12 09:54:20 -0700
commit33d77247d711b16831283661f14ecc7f8f179d73 (patch)
tree16f90b4c195fca28c2292537ec4f05bb3a7fa249
parent7f2258dbec043f18d3cd746c8133ac3dd3a4a368 (diff)
parent7546bf894d12b4a5b085713526a359f7224d7e27 (diff)
downloadnumpy-33d77247d711b16831283661f14ecc7f8f179d73.tar.gz
Merge pull request #6827 from charris/update-1.10.2-notes
DOC: Update 1.10.2 release notes with fixes for windows i386.
-rw-r--r--doc/release/1.10.2-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.10.2-notes.rst b/doc/release/1.10.2-notes.rst
index a597a817c..02e756474 100644
--- a/doc/release/1.10.2-notes.rst
+++ b/doc/release/1.10.2-notes.rst
@@ -68,6 +68,7 @@ Issues Fixed
* gh-6719 Error compiling Cython file: Pythonic division not allowed without gil.
* gh-6771 Numpy.rec.fromarrays losing dtype metadata between versions 1.9.2 and 1.10.1
* gh-6781 The travis-ci script in maintenance/1.10.x needs fixing.
+* gh-6807 Windows testing errors for 1.10.2
Merged PRs
@@ -126,6 +127,9 @@ the PR number for the original PR against master is listed.
* gh-6780 BUG: metadata is not copied to base_dtype.
* gh-6783 BUG: Fix travis ci testing for new google infrastructure.
* gh-6785 BUG: Quick and dirty fix for interp.
+* gh-6813 TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.
+* gh-6817 BUG: Disable 32-bit msvc9 compiler optimizations for npy_rint.
+* gh-6819 TST: Fix test_mvoid_multidim_print failures on Python 2.x for Windows.
Initial support for mingwpy was reverted as it was causing problems for
non-windows builds.