[SciPy-Dev] Updated codata.py

Vincent Davis vincent at vincentdavis.net
Thu Jun 17 00:59:22 EDT 2010


Ok I download the current scipy from http://projects.scipy.org/git/

Created a new github repo.

updated codata.py

So I think all is good to go. File is at this link.
http://github.com/vincentdavis/SciPy-vmd-dev/blob/master/scipy/constants/codata.py

Thanks
Vincent

On Wed, Jun 16, 2010 at 9:07 AM, Vincent Davis <vincent at vincentdavis.net> wrote:
> On Wed, Jun 16, 2010 at 8:47 AM, Pauli Virtanen <pav at iki.fi> wrote:
>> Wed, 16 Jun 2010 08:19:53 -0600, Vincent Davis wrote:
>> [clip]
>>>> Note that for some reason you have a lot of branches in your Github
>>>> repo. I'd perhaps suggest doing
>>>
>>> Ok I think this is the same as the list of the branches from scipy-work
>>> that I cloned.
>>
>> This behavior from Github is a bit strange, then. If you just clone with
>> "git clone", you don't get any extra local branches in your repo, and it
>> would make sense for the "Fork" button on the website to work in the same
>> way.
>>
>> But anyway it's good practice not to keep zombie branches around that
>> you're not working or going to work on.
>>
>> The command
>>
>>        git push origin :BRANCH
>>
>> removes the BRANCH given from the remote repository, and needs to be done
>> separately for each branch you want to remove.
>>
>>> I thought this was being updated regularly from the svn.
>>
>> None of the Numpy/Scipy repositories on Github are updated regularly. The
>> automatically updating ones are here:
>>
>>        http://projects.scipy.org/git/
>
> Thanks for the info. I will compare the version a codata that I have
> to make sure I didn't miss an update to codata.py
>
> Thanks again
> Vincent
>> --
>> Pauli Virtanen
>>
>> _______________________________________________
>> SciPy-Dev mailing list
>> SciPy-Dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/scipy-dev
>>
>



More information about the SciPy-Dev mailing list