[Scipy-svn] r5422 - branches/0.7.x/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Jan 10 05:57:52 EST 2009


Author: cdavid
Date: 2009-01-10 04:57:49 -0600 (Sat, 10 Jan 2009)
New Revision: 5422

Modified:
   branches/0.7.x/doc/release/0.7.0-notes.rst
Log:
Add a note on known failures.

Modified: branches/0.7.x/doc/release/0.7.0-notes.rst
===================================================================
--- branches/0.7.x/doc/release/0.7.0-notes.rst	2009-01-10 09:48:34 UTC (rev 5421)
+++ branches/0.7.x/doc/release/0.7.0-notes.rst	2009-01-10 10:57:49 UTC (rev 5422)
@@ -317,3 +317,14 @@
 Most of the code was moved into ``scipy``, some code was made into a
 ``scikit``, and the remaining code was just deleted as the functionality had
 been replaced by other code.
+
+Known problems
+==============
+
+Here are known problems with scipy 0.7.0:
+        - weave test failures on windows: those are known, and are being worked
+          on.
+        - weave test failure with gcc 4.3 (std::labs): this is a gcc 4.3 bug. A
+          workaround is to add #include <cstdlib> in
+          scipy/weave/blitz/blitz/funcs.h (line 27). You can make the change in
+          the installed scipy (in site-packages).




More information about the Scipy-svn mailing list