With Tarmigan's permission, replying to the list.

On Sun, Aug 24, 2008 at 8:40 PM, Tarmigan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just learned about SAGE and sympy a few days ago and they are VERY
> exciting.  (I love the live versions) Nice job.

Thanks, I am glad you like it. :)

>
> Separately, I also stumbled on your blog post about switching to git.
> I glanced at the rosetta stone, and had one minor nit:
> git reset --hard HEAD will throw away all of your local, uncommitted changes.
> git reset --hard HEAD^ will throw away all of your local, uncommitted
> changes, AND your most recent commit.  (though this most recent commit
> will still be accessible and recoverable through the reflog)

Yes, I noticed that. So if I use the HEAD version without ^, it will
just revert the local changes, but will never remove the last commit?
I'll fix that.  I am still learning git, but so far I am extremely
satisfied, it is just awesome.

>
> Thanks,
> Tarmigan
>
> PS, is there a way to get sympy to simplify cos(x)*tan(x) or is there
> some reason that this is not always sin(x)?

This is a bug, thanks for discovering it. I made it:

http://code.google.com/p/sympy/issues/detail?id=1036

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to