From: Fernando P. <fpe...@gm...> - 2006-06-07 22:22:30
|
On 6/7/06, Sven Schreiber <sve...@gm...> wrote: > The next matplotlib release compatible with numpy 0.9.8 is hopefully > coming soon! (but that's just a wish, not an informed opinion). Actually it was released yesterday, it's 0.87.3: http://sourceforge.net/project/showfiles.php?group_id=80706 I just built it against fresh numpy from SVN In [2]: numpy.__version__ Out[2]: '0.9.9.2587' and it works just fine so far. Cheers, f |