Re: [matplotlib-devel] release?

2007-06-01 Thread Andrew Straw
Charlie Moad wrote: > I have time to cut a release tomorrow. Are there any outstanding > issues that I should wait on? > I just committed a change that raises a DeprecationWarning on use of numarray or Numeric as the numerix backend -- we agreed on this back in early April. -Andrew --

Re: [matplotlib-devel] release?

2007-06-01 Thread Charlie Moad
I have time to cut a release tomorrow. Are there any outstanding issues that I should wait on? - Charlie On 6/1/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > > > John Hunter wrote: > > I am not a wx user, so I leave it to the rest of you to > > confirm and or vet these changes. > > I jus

[matplotlib-devel] keyword arguments in errorbar: why asymmetry between x and y?

2007-06-01 Thread Michael McNeil Forbes
Hi, Why is the code for passing plot_kw only implemented for the vertical errorbars? Here is a patch to make things symmetric if this is appropriate. (It is what I expected...) This would fix the old problem discussed in http://article.gmane.org/gmane.comp.python.matplotlib.general/425

Re: [matplotlib-devel] release?

2007-06-01 Thread Christopher Barker
John Hunter wrote: > I am not a wx user, so I leave it to the rest of you to > confirm and or vet these changes. I just built and tested SVN trunk on OS-X 10.4.9 with: python 2.4 with wxPython2.6.3 and python 2.5 with wxPython2.8.4 Not extensive testing, but it seems to work fine. Thanks!

Re: [matplotlib-devel] release?

2007-06-01 Thread Andrew Straw
I've been running MPL 0.90 rev3250 since April 18 on numerous computers around here using the wxAgg backend using stock wx on both Ubuntu Edgy and Ubuntu Feisty. A quick look into exactly what that means shows that Edgy is using 2.6 by default and 2.8 is used by Feisty. Therefore, I conclude that,