[Numpy-discussion] ANN: Numpy 1.6.1 release candidate 1

Scott Sinclair scott.sinclair.za at gmail.com
Tue Jun 14 03:32:46 EDT 2011


On 13 June 2011 17:11, Derek Homeier
<derek at astro.physik.uni-goettingen.de> wrote:
> you're right - I've tried to download the tarball, but am getting connection errors or incomplete
> downloads from all available SF mirrors, and apparently I was still too thick to figure out how
> to checkout a specific tag...

I find the cleanest way is to checkout the tag in a new branch:

$ git checkout -b release/v1.6.1rc1 v1.6.1rc1
Switched to a new branch 'release/v1.6.1rc1'

Cheers,
Scott



More information about the NumPy-Discussion mailing list