I switched to a linux box.
How do I download only Aleksandar's clone, with all his code changes
merged as a tarball? I thought github lets me do it but I keep downloading
the wrong tarball.
git remote add -f amakelov git://github.com/amakelov/sympy.git
did not work and returned:
"fatal: Not a git repository (or any of the parent directories): .git"
I hve no idea what that means!
>> >>> sympy+unsubscribe@googlegroups.com.
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/sympy?hl=en.
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups "sympy" group.
>> >> To post to this group, send email to sy...@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> sympy+unsubscribe@googlegroups.com.
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/sympy?hl=en.
>> >>
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "sympy" group.
>> > To post to this group, send email to sy...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > sympy+unsubscribe@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/sympy?hl=en.
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sympy" group.
>> To post to this group, send email to sy...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sympy+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sympy?hl=en.
>>
>
>
> --
> Sent from my iPad.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To post to this group, send email to sy...@googlegroups.com.
> To unsubscribe from this group, send email to
> sympy+unsubscribe@googlegroups.com.
Thanks Matthew and Sergiu for the github help!
I have some general comments and specific comments.
The specific comments all pertain to methods in the permutation
module which I guess were written by someone else and basically
are all questions I have about the docstrings.
The general comment, which is really a design issue
more than anything else, is that I like the module structure laid
out in Sage:
http://www.sagemath.org/doc/reference/groups.html
There is a separate module for all the "named" permutation
groups (eg, the AlternatingGroup), of which there are 16 listed
there. I am afraid that the perm_group module will get too
huge quickly without some thought to a more modular
structure. BTW, I wrote the sage module permgroup_named.py,
http://www.sagemath.org/doc/reference/sage/groups/perm_gps/permgroup_named.html,
and please feel free to take all you want and relicense it BSD
with my permission.
> To unsubscribe from this group, send email to sympy+unsubscribe@googlegroups.com.
>>
>>
>> I would also recommend splitting off permutation group homomorphisms,
>> once you write them, into another module.
...
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/km-fcZm_MskJ.
>
> To post to this group, send email to sy...@googlegroups.com.
> To unsubscribe from this group, send email to
> sympy+unsubscribe@googlegroups.com.