<div dir="ltr"><div><div>Hi All,<br><br></div>I'm pleased to announce the release of Numpy 1.10.1. This release fixes some build problems and serves to reset the release number on pipy to something usable. As a note for future release managers, I had to upload these files from the command line, as using the file upload option at pipy resulted in a failure to parse the version.<br><br>NumPy 1.10.1 Release Notes<br>**************************<br><br>This release deals with a few build problems that showed up in 1.10.0. Most<br>users would not have seen these problems. The differences are:<br><br>* Compiling with msvc9 or msvc10 for 32 bit Windows now requires SSE2.<br>  This was the easiest fix for what looked to be some miscompiled code when<br>  SSE2 was not used. If you need to compile for 32 bit Windows systems<br>  without SSE2 support, mingw32 should still work.<br><br>* Make compiling with VS2008 python2.7 SDK easier<br><br>* Change Intel compiler options so that code will also be generated to<br>  support systems without SSE4.2.<br><br>* Some _config test functions needed an explicit integer return in<br>  order to avoid the openSUSE rpmlinter erring out.<br><br>* We ran into a problem with pipy not allowing reuse of filenames and a<br>  resulting proliferation of *.*.*.postN releases. Not only were the names<br>  getting out of hand, some packages were unable to work with the postN<br>  suffix.<br><br><br>Numpy 1.10.1 supports Python 2.6 - 2.7 and 3.2 - 3.5.<br><br><br>Commits:<br><br>45a3d84 DEP: Remove warning for `full` when dtype is set.<br>0c1a5df BLD: import setuptools to allow compile with VS2008 python2.7 sdk<br>04211c6 BUG: mask nan to 1 in ordered compare<br>826716f DOC: Document the reason msvc requires SSE2 on 32 bit platforms.<br>49fa187 BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers<br>dcbc4cc MAINT: remove Wreturn-type warnings from config checks<br>d6564cb BLD: do not build exclusively for SSE4.2 processors<br>15cb66f BLD: do not build exclusively for SSE4.2 processors<br>c38bc08 DOC: fix var. reference in percentile docstring<br>78497f4 DOC: Sync 1.10.0-notes.rst in 1.10.x branch with master.<br><br><br></div><div>Cheers,<br><br></div>Chuck<br></div>