On Thu, Jul 24, 2008 at 02:17:19PM -0500, John Hunter wrote: > I'd like to try and get 98.3 and 91.5 out tomorrow or Saturday -- if > the weekday doesn't work for you Charlie we might do a source release > on Friday or Saturday (for Sandro/debian) and you can get the build > out over the weekend (if you have time). Obviously a lot of work has > gone into these releases, and a lot recently, so it is important to > test on what platforms you can. Currently backend driver and memleak > hawaii are passing on my platform, and I have managed to at least > lightly test most of the critical GUI backends (Tk, WX, GTK, Qt and > QT4) on at least one platform and for some backends a couple.
Testing hawaii on my machine, I saw the following error: Traceback (most recent call last): File "memleak_hawaii3.py", line 13, in <module> rand = np.mlab.rand AttributeError: 'module' object has no attribute 'mlab' I replaced mlab with random and it now works. Running, I get a leak of about 5.6 KiB per loop. I'm using matplotlib svn, macos 10.4, numpy 1.1.0 I also fixed some of the lesser used examples. I'm not going to try to fix examples/units. examples/animation/anim.py doesn't update on my wxagg backend (wx 2.8.3). - Paul ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel