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 
 a couple of weeks, assuming no serious problems, we'll be ready for 
 1.3.0 final.
 
 Thanks again to everyone for their help with this release!
 
 Mike

Why does the distro include a setup.cfg, and why does it bear no 
resemblance to setup.cfg.template? (setup.cfg has just a few lines, and 
none of them are described in setup.cfg.template)

-- Russell


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 
 a couple of weeks, assuming no serious problems, we'll be ready for 
 1.3.0 final.
 
 Thanks again to everyone for their help with this release!

I have uploaded the MacOS 10.6 64-bit binary. However, there were a few 
unit test failures, including the font complaint that I first saw in an 
earlier 1.3.0 prerelease, plus one about pep8 that I've never seen 
before.

I have appended the output from python -c import matplotlib as m ; 
m.test(verbosity=1)

-- Russell

Last login: Wed Jun 19 12:36:54 on ttys001
localhost$ python -c import matplotlib as m ; m.test(verbosity=1)
.
.
.
..kpathsea: Invalid fontname `Bitstream Vera Serif', contains ' '
Ekpathsea: Invalid fontname `Bitstream Vera Serif', contains ' '
EK.K.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
./Library/Frameworks/Python.framework
/Versions/2.7/lib/python2.7/site-packages/numpy/ma/core.py:777: 
RuntimeWarning: invalid value encountered in absolute
  return umath.absolute(a) * self.tolerance = umath.absolute(b)
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/numpy/ma/core.py:3791: UserWarning: Warning: converting a masked 
element to nan.
  warnings.warn(Warning: converting a masked element to nan.)
.../Library/Frameworks/Python.fra
mework/Versions/2.7/lib/python2.7/site-packages/matplotlib/gridspec.py:29
8: UserWarning: This figure includes Axes that are not compatible with 
tight_layout, so its results might be incorrect.
  warnings.warn(This figure includes Axes that are not 
/Library/Frameworks/Python.fr
amework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/utils.py:8
07: RuntimeWarning: invalid value encountered in absolute
  z = abs(x-y)
E
==
ERROR: matplotlib.tests.test_backend_pgf.test_pathclip
--
Traceback (most recent call last):
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/case.py, line 197, in runTest
self.test(*self.arg)
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_pgf.py, line 45, in backend_switcher
result = func(*args, **kwargs)
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_pgf.py, line 146, in test_pathclip
plt.savefig(os.path.join(result_dir, pgf_pathclip.pdf))
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py, line 561, in savefig
return fig.savefig(*args, **kwargs)
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/figure.py, line 1410, in savefig
self.canvas.print_figure(*args, **kwargs)
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py, line 2220, in print_figure
**kwargs)
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backends/backend_pgf.py, line 865, in print_pdf
self._print_pdf_to_fh(fh, *args, **kwargs)
  File 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backends/backend_pgf.py, line 823, in 

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
  wait for those and then make an announcement on matplotlib-users.  After
  a couple of weeks, assuming no serious problems, we'll be ready for
  1.3.0 final.
 
  Thanks again to everyone for their help with this release!
 
  Mike

 Why does the distro include a setup.cfg, and why does it bear no
 resemblance to setup.cfg.template? (setup.cfg has just a few lines, and
 none of them are described in setup.cfg.template)


I don't see a setup.cfg file.  I'm looking here:
https://github.com/matplotlib/matplotlib/tree/v1.3.x

All I see is the setup.cfg.template file.



 -- Russell



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Matplotlib-devel mailing list
 Matplotlib-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




-- 
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 contents. None of these entries except [egg_info]
 appear in setup.cfg.template. However,  setup.cfg.template has *NO* entries
 after [egg_info] which suggests that it could use more documentation.

 --- start setup.cfg 
 [egg_info]
 tag_build =
 tag_date = 0
 tag_svn_revision = 0

 --- end setup.cfg 


Ah, I see it now.

It looks like something that was put in automatically, but I doubt it's git.

Mike, did you do the standard git archive --format=tar v1.3.0rc3 | gzip 
foo.tar.gz ?  I'd be surprised if that futzed with the tree...




 -- Russell


 On Jun 19, 2013, at 2:13 PM, Damon McDougall damon.mcdoug...@gmail.com
 wrote:




 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
  wait for those and then make an announcement on matplotlib-users.  After
  a couple of weeks, assuming no serious problems, we'll be ready for
  1.3.0 final.
 
  Thanks again to everyone for their help with this release!
 
  Mike

 Why does the distro include a setup.cfg, and why does it bear no
 resemblance to setup.cfg.template? (setup.cfg has just a few lines, and
 none of them are described in setup.cfg.template)


 I don't see a setup.cfg file.  I'm looking here:
 https://github.com/matplotlib/matplotlib/tree/v1.3.x

 All I see is the setup.cfg.template file.



 -- Russell



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Matplotlib-devel mailing list
 Matplotlib-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




 --
 Damon McDougall
 http://www.damon-is-a-geek.com
 Institute for Computational Engineering Sciences
 201 E. 24th St.
 Stop C0200
 The University of Texas at Austin
 Austin, TX 78712-1229





-- 
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 need to be another rc in short order, so stay tuned.

Mike

On 06/19/2013 05:33 PM, Damon McDougall wrote:




On Wed, Jun 19, 2013 at 4:21 PM, Russell Owen ro...@uw.edu 
mailto: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 contents. None of these entries except
[egg_info] appear in setup.cfg.template. However,
 setup.cfg.template has *NO* entries after [egg_info] which
suggests that it could use more documentation.

--- start setup.cfg 
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

--- end setup.cfg 


Ah, I see it now.

It looks like something that was put in automatically, but I doubt 
it's git.


Mike, did you do the standard git archive --format=tar v1.3.0rc3 | 
gzip  foo.tar.gz ?  I'd be surprised if that futzed with the tree...




-- Russell


On Jun 19, 2013, at 2:13 PM, Damon McDougall
damon.mcdoug...@gmail.com mailto:damon.mcdoug...@gmail.com wrote:





On Wed, Jun 19, 2013 at 2:29 PM, Russell E. Owen ro...@uw.edu
mailto:ro...@uw.edu wrote:

In article 51c0b2f6.5070...@stsci.edu
mailto:51c0b2f6.5070...@stsci.edu,
 Michael Droettboom md...@stsci.edu mailto: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
 a couple of weeks, assuming no serious problems, we'll be
ready for
 1.3.0 final.

 Thanks again to everyone for their help with this release!

 Mike

Why does the distro include a setup.cfg, and why does it bear no
resemblance to setup.cfg.template? (setup.cfg has just a few
lines, and
none of them are described in setup.cfg.template)


I don't see a setup.cfg file.  I'm looking here:
https://github.com/matplotlib/matplotlib/tree/v1.3.x

All I see is the setup.cfg.template file.


-- Russell



--
This SF.net http://SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
mailto:Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




-- 
Damon McDougall

http://www.damon-is-a-geek.com http://www.damon-is-a-geek.com/
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229





--
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev


___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 an announcement on matplotlib-users.  After
a couple of weeks, assuming no serious problems, we'll be ready for
1.3.0 final.

Thanks again to everyone for their help with this release!

I have uploaded the MacOS 10.6 64-bit binary. However, there were a few
unit test failures, including the font complaint that I first saw in an
earlier 1.3.0 prerelease, plus one about pep8 that I've never seen
before.


The pep8 one is because the pep8 tool is not installed on your system.  
We attempted to fix this so it was not a hard requirement, but obviously 
missed this.  I'll fix that as part of the next release candidate.


The font issue was reportedly fixed by 9ccacff 
https://github.com/pwuertz/matplotlib/commit/9ccacffe81e0d4a48e4a4b19064460b94c6f77c9, 
but apparently not.  I'll ping Peter Wuertz about that.


Mike



I have appended the output from python -c import matplotlib as m ;
m.test(verbosity=1)

-- Russell

Last login: Wed Jun 19 12:36:54 on ttys001
localhost$ python -c import matplotlib as m ; m.test(verbosity=1)
.
.
.
..kpathsea: Invalid fontname `Bitstream Vera Serif', contains ' '
Ekpathsea: Invalid fontname `Bitstream Vera Serif', contains ' '
EK.K.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
./Library/Frameworks/Python.framework
/Versions/2.7/lib/python2.7/site-packages/numpy/ma/core.py:777:
RuntimeWarning: invalid value encountered in absolute
   return umath.absolute(a) * self.tolerance = umath.absolute(b)
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/numpy/ma/core.py:3791: UserWarning: Warning: converting a masked
element to nan.
   warnings.warn(Warning: converting a masked element to nan.)
.../Library/Frameworks/Python.fra
mework/Versions/2.7/lib/python2.7/site-packages/matplotlib/gridspec.py:29
8: UserWarning: This figure includes Axes that are not compatible with
tight_layout, so its results might be incorrect.
   warnings.warn(This figure includes Axes that are not 
/Library/Frameworks/Python.fr
amework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/utils.py:8
07: RuntimeWarning: invalid value encountered in absolute
   z = abs(x-y)
E
==
ERROR: matplotlib.tests.test_backend_pgf.test_pathclip
--
Traceback (most recent call last):
   File
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/case.py, line 197, in runTest
 self.test(*self.arg)
   File
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_pgf.py, line 45, in backend_switcher
 result = func(*args, **kwargs)
   File
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_pgf.py, line 146, in test_pathclip
 plt.savefig(os.path.join(result_dir, pgf_pathclip.pdf))
   File
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py, line 561, in savefig
 return fig.savefig(*args, **kwargs)
   File
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/figure.py, line 1410, in savefig
 self.canvas.print_figure(*args, **kwargs)
   File

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 setup.cfg.template. However,  setup.cfg.template has *NO* entries after 
[egg_info] which suggests that it could use more documentation.

--- start setup.cfg 
[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

--- end setup.cfg 


-- Russell


On Jun 19, 2013, at 2:13 PM, Damon McDougall damon.mcdoug...@gmail.com wrote:

 
 
 
 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
  wait for those and then make an announcement on matplotlib-users.  After
  a couple of weeks, assuming no serious problems, we'll be ready for
  1.3.0 final.
 
  Thanks again to everyone for their help with this release!
 
  Mike
 
 Why does the distro include a setup.cfg, and why does it bear no
 resemblance to setup.cfg.template? (setup.cfg has just a few lines, and
 none of them are described in setup.cfg.template)
 
 I don't see a setup.cfg file.  I'm looking here: 
 https://github.com/matplotlib/matplotlib/tree/v1.3.x
 
 All I see is the setup.cfg.template file.
  
 
 -- Russell
 
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 Matplotlib-devel mailing list
 Matplotlib-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
 
 
 
 -- 
 Damon McDougall
 http://www.damon-is-a-geek.com
 Institute for Computational Engineering Sciences
 201 E. 24th St.
 Stop C0200
 The University of Texas at Austin
 Austin, TX 78712-1229

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 next little while, so I'll
wait for those and then make an announcement on matplotlib-users.  After
a couple of weeks, assuming no serious problems, we'll be ready for
1.3.0 final.

Thanks again to everyone for their help with this release!

I have uploaded the MacOS 10.6 64-bit binary. However, there were a few
unit test failures, including the font complaint that I first saw in an
earlier 1.3.0 prerelease, plus one about pep8 that I've never seen
before.


The font issue was reportedly fixed by 9ccacff 
https://github.com/pwuertz/matplotlib/commit/9ccacffe81e0d4a48e4a4b19064460b94c6f77c9, 
but apparently not.  I'll ping Peter Wuertz about that.
My bad.  It was determined that this was too difficult to fix at the 
moment.  See issue https://github.com/matplotlib/matplotlib/pull/2117.


Let's just ignore this for now -- for finesse we can trap this case and 
mark it as known fail, but I don't think that needs to hold things up 
for now.


Mike
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-18 Thread Michael Droettboom

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 
a couple of weeks, assuming no serious problems, we'll be ready for 
1.3.0 final.


Thanks again to everyone for their help with this release!

Mike

On 06/17/2013 02:53 PM, Damon McDougall wrote:




On Mon, Jun 17, 2013 at 9:50 AM, Michael Droettboom md...@stsci.edu 
mailto:md...@stsci.edu wrote:


We're a little behind schedule for 1.3.0 -- held up by the
distribute/setuptools upgrade debacle.  I'd like to put out a 1.3.0rc3
late tonight or tomorrow, and hopefully get a final release out early
next week in advance of Scipy if all goes well.  Any objections?


I'm too far behind on my email to be apprised of the state of 
distribute vs setuptools.  I trust your judgement :)



Mike




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
mailto:Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




--
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-18 Thread Damon McDougall
On Tue, Jun 18, 2013 at 2:20 PM, 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 a
 couple of weeks, assuming no serious problems, we'll be ready for 1.3.0
 final.


Russell, I see you seem to have had no issues (except for some warnings)
building the earlier 1.3 release candidates.  That said, let me know if I
can do anything to help.



 Thanks again to everyone for their help with this release!


 Mike


 On 06/17/2013 02:53 PM, Damon McDougall wrote:




 On Mon, Jun 17, 2013 at 9:50 AM, Michael Droettboom md...@stsci.eduwrote:

 We're a little behind schedule for 1.3.0 -- held up by the
 distribute/setuptools upgrade debacle.  I'd like to put out a 1.3.0rc3
 late tonight or tomorrow, and hopefully get a final release out early
 next week in advance of Scipy if all goes well.  Any objections?


  I'm too far behind on my email to be apprised of the state of distribute
 vs setuptools.  I trust your judgement :)



 Mike




 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Matplotlib-devel mailing list
 Matplotlib-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




  --
 Damon McDougall
 http://www.damon-is-a-geek.com
 Institute for Computational Engineering Sciences
 201 E. 24th St.
 Stop C0200
 The University of Texas at Austin
 Austin, TX 78712-1229





-- 
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib 1.3.0rc3 tomorrow

2013-06-17 Thread Damon McDougall
On Mon, Jun 17, 2013 at 9:50 AM, Michael Droettboom md...@stsci.edu wrote:

 We're a little behind schedule for 1.3.0 -- held up by the
 distribute/setuptools upgrade debacle.  I'd like to put out a 1.3.0rc3
 late tonight or tomorrow, and hopefully get a final release out early
 next week in advance of Scipy if all goes well.  Any objections?


I'm too far behind on my email to be apprised of the state of distribute vs
setuptools.  I trust your judgement :)



 Mike




 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Matplotlib-devel mailing list
 Matplotlib-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




-- 
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel