Discussion:
[Numpy-discussion] Release tags
Matti Picus
2017-03-23 18:10:25 UTC
Permalink
I am searching for the exact git hash corresponding to numpy 1.12.1

Looking at the result of `git tag -l` yielded tags for v1.11.0, but
nothing higher.

Also the documentation site
https://docs.scipy.org/doc/numpy/release.html does not seem to list
1.12.1, but I guess that is a separate issue?

Matti
Julian Taylor
2017-03-23 18:27:28 UTC
Permalink
probably the git quirk of not pulling tags by default, you need to run:
git pull --tags
Post by Matti Picus
I am searching for the exact git hash corresponding to numpy 1.12.1
Looking at the result of `git tag -l` yielded tags for v1.11.0, but
nothing higher.
Also the documentation site
https://docs.scipy.org/doc/numpy/release.html does not seem to list
1.12.1, but I guess that is a separate issue?
Matti
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Continue reading on narkive:
Loading...