Re: Issue 3879 in sympy: Ellipse uses pyglet plotting

2013-06-11 Thread sympy
Comment #1 on issue 3879 by julien.r...@gmail.com: Ellipse uses pyglet plotting http://code.google.com/p/sympy/issues/detail?id=3879 Might want to fix the "precatuion" typo as well. -- You received this message because this project is configured to send all issue notifications to this addr

Re: Issue 3877 in sympy: subs should recognize powers with exponent 1

2013-06-11 Thread sympy
Comment #3 on issue 3877 by smi...@gmail.com: subs should recognize powers with exponent 1 http://code.google.com/p/sympy/issues/detail?id=3877 That might not work if Pow._eval_subs is expecting self to have base and exp attributes. -- You received this message because this project is con

Issue 3882 in sympy: divisors() is not type-consistent

2013-06-11 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3882 by trel...@psu.edu: divisors() is not type-consistent http://code.google.com/p/sympy/issues/detail?id=3882 Ran into a bug today with divisors() The issue is that divisors() is not consistent in the type of the factors

Re: Issue 3882 in sympy: divisors() is not type-consistent

2013-06-11 Thread sympy
Comment #1 on issue 3882 by asmeu...@gmail.com: divisors() is not type-consistent http://code.google.com/p/sympy/issues/detail?id=3882 Issue 1973 would have made the set thing work. I would just make the output always be Integer. It is a SymPy function after all. -- You received this mes

Issue 3883 in sympy: powdenest should not do too much

2013-06-11 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Simplify New issue 3883 by asmeu...@gmail.com: powdenest should not do too much http://code.google.com/p/sympy/issues/detail?id=3883 Maybe there's a good reason for it, but why does powdenest also call powsimp? In [28]: powdenest(

Issue 3884 in sympy: Polygon should raise an error if sides cross

2013-06-11 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3884 by smi...@gmail.com: Polygon should raise an error if sides cross http://code.google.com/p/sympy/issues/detail?id=3884 When Polygon gets crossing sides, it silently gives something else Polygon((0,0),(3,2),(4,2),(8

Re: Issue 3877 in sympy: subs should recognize powers with exponent 1

2013-06-11 Thread sympy
Comment #4 on issue 3877 by asmeu...@gmail.com: subs should recognize powers with exponent 1 http://code.google.com/p/sympy/issues/detail?id=3877 Or if the logic is not too complicated we could just reimplement it in Symbol for the special case of exp = 1. -- You received this message bec