Re: [matplotlib-devel] OS X Leopard install, snag

2007-11-12 Thread John Hunter
On Nov 4, 2007 1:06 PM, Boyd Waters <[EMAIL PROTECTED]> wrote: > I believe that "generic" autoconf would pick up CFLAGS: > > CFLAGS="-arch ppc -arch i386" Worked for zlib and freetype, but failed for libpng with: gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_CONFIGURE_LIBPNG -arch ppc -arch i386 -MT li

Re: [matplotlib-devel] [Matplotlib-users] check pylab before upcoming release

2007-11-12 Thread Jarrod Millman
On Nov 12, 2007 1:19 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Nov 12, 2007 12:15 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > > On a more strategic note: what do you see as the future of mlab, and its > > place in pylab? Should mlab contain every neat function we can think > > of, and if so

Re: [matplotlib-devel] matplotlib build options

2007-11-12 Thread Darren Dale
On Monday 12 November 2007 05:52:55 pm John Hunter wrote: > On Nov 12, 2007 4:09 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > I have been updating the logic in our setup.py and setupext.py files, so > > all of the build options are now exposed in setup.cfg. This should make > > it easier for anyo

Re: [matplotlib-devel] matplotlib build options

2007-11-12 Thread John Hunter
On Nov 12, 2007 4:09 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > I have been updating the logic in our setup.py and setupext.py files, so all > of the build options are now exposed in setup.cfg. This should make it easier > for anyone wishing to distribute matplotlib, like package managers. See >

[matplotlib-devel] matplotlib build options

2007-11-12 Thread Darren Dale
I have been updating the logic in our setup.py and setupext.py files, so all of the build options are now exposed in setup.cfg. This should make it easier for anyone wishing to distribute matplotlib, like package managers. See setup.cfg.template for the details. There are a few changes. The ext

Re: [matplotlib-devel] [Matplotlib-users] check pylab before upcoming release

2007-11-12 Thread John Hunter
On Nov 12, 2007 12:15 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > In your list, "load" is duplicated. Thanks, purged. > On a more strategic note: what do you see as the future of mlab, and its > place in pylab? Should mlab contain every neat function we can think > of, and if so, should all of

Re: [matplotlib-devel] speed

2007-11-12 Thread Eric Firing
Michael Droettboom wrote: > John Hunter wrote: >> On Nov 9, 2007 1:12 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: >> >>> I've committed my changes on the transforms branch so you can play with >>> it -- I'm holding off on changing the trunk due to the pending release. >>> But if everyone agre

Re: [matplotlib-devel] [Matplotlib-users] check pylab before upcoming release

2007-11-12 Thread Eric Firing
John, In your list, "load" is duplicated. It would be nice if numpy.rank could be deprecated, since it seems to be an alias for ndim (which is more descriptive and less ambiguous). We could avoid the name clash by using "matrixrank" for the mlab version. I suggest that for every name that con