[matplotlib-devel] Heads up: mpl and numpy/scipy SVN

2006-07-07 Thread Fernando Perez
Hi all, I was trying to track down a problem with current numpy/scipy from svn, and realized that mpl doesn't build anymore: ... compile options: '-I/home/fperez/tmp/local/lib/python2.4/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c' extra op

Re: [matplotlib-devel] bugfix release for enthon

2006-07-07 Thread Fernando Perez
On 7/7/06, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > John: setupext.py in svn 2545 uses numpy.get_include(), which > apparently is not available in 0.9.8. In 0.9.8, it's get_numpy_include(). And in current numpy, get_numpy_include fires a deprecation warning (I just fixed this in my code). Su

Re: [matplotlib-devel] bugfix release for enthon

2006-07-07 Thread Jeff Whitaker
John Hunter wrote: > We'd like to do a bugfix release for the next release of enthought > python, which will include the latest mpl. Apparently, there is a > problem with 0.87.3 and numpy which has been fixed in svn. > > If there is anything we should wait on, let us know, otherwise we'll > probab

Re: [matplotlib-devel] backends

2006-07-07 Thread Darren Dale
On Friday 07 July 2006 17:16, John Hunter wrote: > > "Gaël" == Gaël Varoquaux <[EMAIL PROTECTED]> writes: > > Gaël> On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote: > >> Ideally, I would like to see PS, SVG, Agg and > >> [Tk|GTK|WX|Qt|FLTK]Agg and no more. But I know th

Re: [matplotlib-devel] backends

2006-07-07 Thread Fernando Perez
On 7/7/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Gaël" == Gaël Varoquaux <[EMAIL PROTECTED]> writes: > > Gaël> On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote: > >> Ideally, I would like to see PS, SVG, Agg and > >> [Tk|GTK|WX|Qt|FLTK]Agg and no more. But I know t

Re: [matplotlib-devel] backends

2006-07-07 Thread John Hunter
> "Gaël" == Gaël Varoquaux <[EMAIL PROTECTED]> writes: Gaël> On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote: >> Ideally, I would like to see PS, SVG, Agg and >> [Tk|GTK|WX|Qt|FLTK]Agg and no more. But I know that other >> people feel differently. Gaël> pd

Re: [matplotlib-devel] backends

2006-07-07 Thread Gaël Varoquaux
On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote: > Ideally, I would like to see PS, SVG, Agg and [Tk|GTK|WX|Qt|FLTK]Agg > and no more. But I know that other people feel differently. pdf seems very important to me. Just my two cents, Gaël Using Tomcat but need to do

Re: [matplotlib-devel] backends

2006-07-07 Thread Gaël Varoquaux
This question triggers another one from myself (that was raised by colleagues). I know that there is some traits lying in mpl. Will there be one day some traitsUI code too, to generate GUI to modify properties of objects one the display ? This is fully related to backends. I find that

Re: [matplotlib-devel] backends

2006-07-07 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> John, All this brings to mind something I wanted to bring up Eric> anyway: we have a proliferation of backends, and occasional Eric> requests for more--are there any we can simply drop now, or Eric> soon? For example, g

[matplotlib-devel] backends

2006-07-07 Thread Eric Firing
John, All this brings to mind something I wanted to bring up anyway: we have a proliferation of backends, and occasional requests for more--are there any we can simply drop now, or soon? For example, gd? And what are the prospects that several backends could be consolidated via cairo? And/or

[matplotlib-devel] bugfix release for enthon

2006-07-07 Thread John Hunter
We'd like to do a bugfix release for the next release of enthought python, which will include the latest mpl. Apparently, there is a problem with 0.87.3 and numpy which has been fixed in svn. If there is anything we should wait on, let us know, otherwise we'll probably try to roll out 0.87.4 ear