Re: [sympy] Re: contribute

2010-04-20 Thread Aaron S. Meurer
On Apr 20, 2010, at 1:23 PM, Kazuo Thow wrote: > Hi Aditya, > > I'm fairly new to SymPy as well (just submitted my first patch earlier > this > week), but I found the User's Guide [1] and Patches Tutorial [2] very > helpful > for getting started. You'll first want to make sure that you have > g

[sympy] Re: contribute

2010-04-20 Thread Kazuo Thow
Hi Aditya, I'm fairly new to SymPy as well (just submitted my first patch earlier this week), but I found the User's Guide [1] and Patches Tutorial [2] very helpful for getting started. You'll first want to make sure that you have git installed and, if you haven't already done so, clone the maste

[sympy] Re: squeeze more microseconds out of poly9?

2010-04-20 Thread smichr
But before that happens this has to happen in classes: if not isinstance(g, GFP) or f.mod != g.mod: raise UnificationFailed("can't unify %s with %s" % (f, g)) sym = max(f.sym, g.sym) if f.dom == g.dom: - check an instance and maybe do a bool test - get the ma

[sympy] Re: RAM, stack, and polynomial manipulation

2010-04-20 Thread smichr
> > I hope that too. Chris, is it ready for review? > 1778 is on the docket waiting right now. All the other commits have been squashed together and the whole thing passes all tests. Part of he question is how fine you want the commit history to be. This all started with trying to get rid of inco