
On Mon, Jul 28, 2008 at 11:08 AM, Nils Wagner <nwagner@iam.uni-stuttgart.de>wrote:
On Mon, 28 Jul 2008 14:26:59 +0900 David Cournapeau <david@ar.media.kyoto-u.ac.jp> wrote:
Hi,
After some delay, here are the win32 binaries for numpy 1.1.1rc2:
http://www.ar.media.kyoto-u.ac.jp/members/david/numpy-1.1.1.dev5559-win32-su...
Notes on those binaries: - Based on Atlas 3.8.2 (the 1.1.0 was built against 3.8.0, which had a serious bug wrt dgemm, which is used for numpy.dot. It should solve #844 (problem with numpy.inner) - It is not stricly based on 1.1.rc2, but on 1.1.x trunk. The only difference, though, is a small fix in MANIFEST.in which was broken wrt sdist target and the version of course.
If those work out, I will also prepare 2.4 binaries. I am sorry for the delay,
cheers,
David _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
David,
Did you also try ATLAS3.9.1 ? Is it recommended to use the stable version (3.8.2)
I compiled ATLAS3.9.1 and the make time tests didn't run any faster. It's also very new, so it might be best to let it stew a bit to uncover any little oopsies. Chuck