Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-06-30 Thread Norbert Nemec
Hmm - let me think We already have rc rcParams rc_params rcdefaults rcParamDefaults defaultParams in the main module of maplotlib How about calling the new module 'rcdefaultparams.py', simply to make the confusion complete and because I really feel that no other name wo

Re: [matplotlib-devel] Memory leaks

2007-06-30 Thread Eric Firing
John Hunter wrote: > On 6/30/07, Eric Firing <[EMAIL PROTECTED]> wrote: >> Mike, >> >> All this sounds like great progress--thanks! I particularly appreciate >> the descriptions of what problems you found and how you found them. >> >> John et al.: is there a maintainer for each of these backends?

Re: [matplotlib-devel] Memory leaks

2007-06-30 Thread John Hunter
On 6/30/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Mike, > > All this sounds like great progress--thanks! I particularly appreciate > the descriptions of what problems you found and how you found them. > > John et al.: is there a maintainer for each of these backends? I think gtk: Steve Chapli

Re: [matplotlib-devel] Checked in major reorganization of __init__.py

2007-06-30 Thread John Hunter
On 6/30/07, Norbert Nemec <[EMAIL PROTECTED]> wrote: > Hi there, > > I just checked in some major reorganization work in __init__.py > > The main intention was to move the list of option defaults to a separate > file 'rcdefaults.py' that could be imported from setup.py to access the > settings with

[matplotlib-devel] Checked in major reorganization of __init__.py

2007-06-30 Thread Norbert Nemec
Hi there, I just checked in some major reorganization work in __init__.py The main intention was to move the list of option defaults to a separate file 'rcdefaults.py' that could be imported from setup.py to access the settings with minimal dependencies on the remaining code. To do so, I had to

Re: [matplotlib-devel] get_py2exe_datafiles fix

2007-06-30 Thread Tim Swast
I haven't tried the svn version yet, but it looks like it does basically the same thing as my version. The only thing different with mine I think is that if there are empty directories, I don't add them to the list. On 6/30/07, Andrew Straw <[EMAIL PROTECTED]> wrote: Dear Tim, I checked in a s

Re: [matplotlib-devel] Memory leaks

2007-06-30 Thread Eric Firing
Mike, All this sounds like great progress--thanks! I particularly appreciate the descriptions of what problems you found and how you found them. John et al.: is there a maintainer for each of these backends? I think it is very important that Mike's patches be checked out and applied ASAP if

Re: [matplotlib-devel] get_py2exe_datafiles fix

2007-06-30 Thread Andrew Straw
Dear Tim, I checked in a similar patch from Tocer a couple days ago. Does your version do anything different? Does the version in svn work for you? http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/__init__.py?r1=3391&r2=3418 (Sorry, I don't really use Windo