Sven Schreiber wrote:

>Travis Oliphant schrieb:
>  
>
>>I'd like to make release 1.0beta on Thursday.  Please submit bug-reports 
>>and fixes before then.
>>
>>    
>>
>
>Just two things I noticed:
>  
>

Thanks for commenting

>  
>
>>>>import numpy as n
>>>>        
>>>>
>import dft -> failed: module compiled against version 90709 of C-API but
>this version of numpy is 9090d
>
>  
>
Make sure to do a clean build:  i.e.

rm -fr build
python setup.py install

Unfortunately, the dependency tracking does not re-build the 
sub-packages of numpy by itself when there is a header-file change.

>And TODO.txt looks pretty outdated, maybe to avoid a wrong impression
>and confusion when a lot of new people turn to numpy because of 1.0
>status this should be changed (or removed?).
>  
>

Good idea.


-Travis


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to