Re: [matplotlib-devel] Weird KnownFailure problem in IPython test suite with mpl master

2013-06-19 Thread Michael Droettboom
On 06/18/2013 07:09 PM, Fernando Perez wrote: Hi Mike, On Tue, Jun 18, 2013 at 3:37 PM, Michael Droettboom md...@stsci.edu wrote: This was an attempt to fix a bug that mpl's KnownFailure plugin wouldn't load when running tests directly using the nosetests commandline script. I see IPython

Re: [matplotlib-devel] Weird KnownFailure problem in IPython test suite with mpl master

2013-06-19 Thread Michael Droettboom
Just to close the loop on this, I have created: https://github.com/matplotlib/matplotlib/pull/2139 On 06/18/2013 07:18 PM, Fernando Perez wrote: Good point, I didn't know about that new mechanism. I think we should keep 2.6 support for IPython 1.0, but drop it afterwards. We can discuss that

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Russell E. Owen
In article 51c0b2f6.5070...@stsci.edu, Michael Droettboom md...@stsci.edu wrote: I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge. We may not get all the binaries up in the next little while, so I'll wait for those and then make an announcement on matplotlib-users. After

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Russell E. Owen
In article 51c0b2f6.5070...@stsci.edu, Michael Droettboom md...@stsci.edu wrote: I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge. We may not get all the binaries up in the next little while, so I'll wait for those and then make an announcement on matplotlib-users. After

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Damon McDougall
On Wed, Jun 19, 2013 at 2:29 PM, Russell E. Owen ro...@uw.edu wrote: In article 51c0b2f6.5070...@stsci.edu, Michael Droettboom md...@stsci.edu wrote: I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge. We may not get all the binaries up in the next little while, so I'll

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Damon McDougall
On Wed, Jun 19, 2013 at 4:21 PM, Russell Owen ro...@uw.edu wrote: I found setup.cfg in the 1.3.0rc3 tarball that I downloaded from the usual location: http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.0rc3/matplotlib-1.3.0rc3.tar.gz/download Here is the complete

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Michael Droettboom
This appears to be created by setuptools. I create the tarball using `python setup.py sdist`, which is obviously doing this. I'll look into why it's doing this. Due to this, some of the things that Russell reported, and https://github.com/matplotlib/matplotlib/pull/2139 there's going to

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Michael Droettboom
On 06/19/2013 05:03 PM, Russell E. Owen wrote: In article 51c0b2f6.5070...@stsci.edu, Michael Droettboom md...@stsci.edu wrote: I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge. We may not get all the binaries up in the next little while, so I'll wait for those and then make

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Russell Owen
I found setup.cfg in the 1.3.0rc3 tarball that I downloaded from the usual location:http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.0rc3/matplotlib-1.3.0rc3.tar.gz/download Here is the complete contents. None of these entries except [egg_info] appear in

Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-19 Thread Michael Droettboom
On 06/19/2013 05:45 PM, Michael Droettboom wrote: On 06/19/2013 05:03 PM, Russell E. Owen wrote: In article51c0b2f6.5070...@stsci.edu, Michael Droettboommd...@stsci.edu wrote: I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge. We may not get all the binaries up in the

Re: [matplotlib-devel] Weird KnownFailure problem in IPython test suite with mpl master

2013-06-19 Thread Fernando Perez
Thanks a ton, Mike! Great not to have to worry about this on our side. cheers, f On Wed, Jun 19, 2013 at 10:02 AM, Michael Droettboom md...@stsci.edu wrote: Just to close the loop on this, I have created: https://github.com/matplotlib/matplotlib/pull/2139 On 06/18/2013 07:18 PM, Fernando