Location of bleeding edge repository

Is it in git or svn? I just cloned and installed from git using:
git clone git://github.com/astraw/matplotlib.git
cd matplotlib
sudo python setupegg.py develop

Starting ipython, and importing matplotlib, I get:
In [2]: matplotlib.__version__
Out[2]: '1.0.0'

I thought v1.0.1 was available. Should I install from svn?

As an aside, I first tried the proceedure outlined here:
http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git
and got a public key error.

Thanks,
-paul

Is it in git or svn? I just cloned and installed from git using:
git clone git://github.com/astraw/matplotlib.git
cd matplotlib
sudo python setupegg.py develop

Starting ipython, and importing matplotlib, I get:
In [2]: matplotlib.__version__
Out[2]: '1.0.0'

I thought v1.0.1 was available. Should I install from svn?

The main repository is at GitHub - matplotlib/matplotlib: matplotlib: plotting with Python you
cloned a forked copy by mistake.

As an aside, I first tried the proceedure outlined here:
http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git
and got a public key error.

That doc appears to be out of date. The repository move was quite recent.

Cheers,
Scott

···

On 8 March 2011 09:40, Paul Hobson <pmhobson@...149...> wrote:

Thanks, Scott. That's a huge help.
-p

···

On Tue, Mar 8, 2011 at 12:49 AM, Scott Sinclair <scott.sinclair.za@...149...> wrote:

On 8 March 2011 09:40, Paul Hobson <pmhobson@...149...> wrote:

Is it in git or svn? I just cloned and installed from git using:
git clone git://github.com/astraw/matplotlib.git
cd matplotlib
sudo python setupegg.py develop

Starting ipython, and importing matplotlib, I get:
In [2]: matplotlib.__version__
Out[2]: '1.0.0'

I thought v1.0.1 was available. Should I install from svn?

The main repository is at GitHub - matplotlib/matplotlib: matplotlib: plotting with Python you
cloned a forked copy by mistake.

As an aside, I first tried the proceedure outlined here:
http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git
and got a public key error.

That doc appears to be out of date. The repository move was quite recent.

Cheers,
Scott

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options