Re: [sympy] removing old assumptions branch

2010-05-10 Thread Christian Muise
Yowzas... - Why the changes from self.new(...) to self.__class__(...)? (it happens in a number of places) - I never know about facts.py :p. I was just trying the disconnect by removing the inheritance from Basic(AssumMeths) - Is there a canonical way I can search through all the outstanding

Re: [sympy] removing old assumptions branch

2010-05-10 Thread Aaron S. Meurer
On May 10, 2010, at 1:08 PM, Christian Muise wrote: Yowzas... - Why the changes from self.new(...) to self.__class__(...)? (it happens in a number of places) - I never know about facts.py :p. I was just trying the disconnect by removing the inheritance from Basic(AssumMeths) - Is there

Re: [sympy] removing old assumptions branch

2010-05-10 Thread Ondrej Certik
On Mon, May 10, 2010 at 12:08 PM, Christian Muise christian.mu...@gmail.com wrote: Yowzas... - Why the changes from self.new(...) to self.__class__(...)? (it happens in a number of places) Good point --- I removed .new(), as it used the old assumptions, but I might as well just introduce it

[sympy] removing old assumptions branch

2010-05-08 Thread Ondrej Certik
Hi, I started to remove the old assumptions (I simply deleted them) and then fixed couple things and tests in the core. It's in this branch: http://github.com/certik/sympy/tree/assum And the results of sympy.core tests so far: tests finished: 304 passed, 17 failed, 5 expected to fail, 1