scipy.org still says source in some subversion repo -- should be git !?
google search for: numpy browse source points here: http://new.scipy.org/download.html which talks about: svn co http://svn.scipy.org/svn/numpy/trunk numpy the link should probably go here: https://github.com/numpy/numpy as already stated here: http://www.scipy.org/Developer_Zone HTH, Sebastian Haase
On Fri, Nov 25, 2011 at 7:20 PM, Sebastian Haase <seb.haase@gmail.com>wrote:
google search for: numpy browse source
points here: http://new.scipy.org/download.html
which talks about: svn co http://svn.scipy.org/svn/numpy/trunk numpy
The problem is that "new".scipy.org duplicates content from scipy.org, and is not so new anymore. I suspect that there's more out of date info (like installation instructions). Is anyone still working on this, or planning to do so in the near future? If not, it may be better to disable this site until someone volunteers to spend time on it again. Ralf
the link should probably go here:
https://github.com/numpy/numpy
as already stated here: http://www.scipy.org/Developer_Zone
HTH, Sebastian Haase _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
Hi, On Mon, Nov 28, 2011 at 1:01 PM, Ralf Gommers <ralf.gommers@googlemail.com> wrote:
On Fri, Nov 25, 2011 at 7:20 PM, Sebastian Haase <seb.haase@gmail.com> wrote:
google search for: numpy browse source
points here: http://new.scipy.org/download.html
which talks about: svn co http://svn.scipy.org/svn/numpy/trunk numpy
The problem is that "new".scipy.org duplicates content from scipy.org, and is not so new anymore. I suspect that there's more out of date info (like installation instructions). Is anyone still working on this, or planning to do so in the near future? If not, it may be better to disable this site until someone volunteers to spend time on it again.
Who controls the new.scipy.org site? Maybe the content could be put in http://github.com/scipy/scipy.github.com so we can make pull requests there? And redirect new.scipy.org to http://scipy.github.com ? Best, Matthew
On Mon, Nov 28, 2011 at 1:19 PM, Matthew Brett <matthew.brett@gmail.com>wrote:
Maybe the content could be put in http://github.com/scipy/scipy.github.com so we can make pull requests there?
The source is here: https://github.com/scipy/scipy.org-new
Yo, On Thu, Dec 1, 2011 at 8:01 PM, Jarrod Millman <millman@berkeley.edu> wrote:
On Mon, Nov 28, 2011 at 1:19 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
Maybe the content could be put in http://github.com/scipy/scipy.github.com so we can make pull requests there?
The source is here: https://github.com/scipy/scipy.org-new
Are you then the person to ask about merging pull requests and uploading the docs? See you (literally), Matthew
participants (4)
-
Jarrod Millman -
Matthew Brett -
Ralf Gommers -
Sebastian Haase