Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-09-28 Thread sympy
Comment #11 on issue 834 by smi...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 I see...I just made a similar comment regarding Permutation "properties" which are really fairly complicated methods. I agree that something that is n

Re: Issue 1597 in sympy: turn expensive properties into methods in sympy/geometry

2011-09-28 Thread sympy
Comment #2 on issue 1597 by smi...@gmail.com: turn expensive properties into methods in sympy/geometry http://code.google.com/p/sympy/issues/detail?id=1597 Issue 834 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-09-28 Thread sympy
Updates: Status: Duplicate Mergedinto: 1597 Comment #12 on issue 834 by smi...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 This should be merged with issue 1597 -- You received this message because you are subscribed

Re: Issue 1624 in sympy: convex_hull argument handling

2011-09-28 Thread sympy
Updates: Status: Invalid Comment #7 on issue 1624 by smi...@gmail.com: convex_hull argument handling http://code.google.com/p/sympy/issues/detail?id=1624 In master do: >>> pts [Point(-30, -21), Point(-30, -21), Point(-30, -21)] >>> print convex_hull(*pts) Point(-30, -21)

Re: Issue 664 in sympy: Polygon intersections in geometry is wrong

2011-09-28 Thread sympy
Updates: Status: Invalid Comment #2 on issue 664 by smi...@gmail.com: Polygon intersections in geometry is wrong http://code.google.com/p/sympy/issues/detail?id=664 I was not able to successfully install matplotlib with the binaries for windows (I get a "setup program invalid or dam

Re: Issue 2708 in sympy: coverage statement red even though covered

2011-09-28 Thread sympy
Comment #1 on issue 2708 by asmeurer: coverage statement red even though covered http://code.google.com/p/sympy/issues/detail?id=2708 This is a bug in the coverage tool, so you should report it upstream to them. Also, see if a newer version exists, which may fix it. -- You received this

Issue 2709 in sympy: logcombine isn't as simple as it could be

2011-09-28 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2709 by smi...@gmail.com: logcombine isn't as simple as it could be http://code.google.com/p/sympy/issues/detail?id=2709 >>> var('x y',positive=True) (x, y) >>> logcombine(log(2)/(log(x)+log(y))

Re: Issue 1233 in sympy: fix the rest of jython bugs

2011-09-28 Thread sympy
Updates: Labels: -NeedsReview Comment #23 on issue 1233 by asmeurer: fix the rest of jython bugs http://code.google.com/p/sympy/issues/detail?id=1233 My branch was pushed in. You can now import sympy in Jython, but there are a ton of failures. By the way, if you are interested in th

Re: Issue 2434 in sympy: Polynomials are sorted incorrectly w.r.t. the grevlex term order

2011-09-28 Thread sympy
Updates: Status: Fixed Owner: --- Labels: -NeedsReview -j.yehdegho PassedReview Comment #4 on issue 2434 by matt...@gmail.com: Polynomials are sorted incorrectly w.r.t. the grevlex term order http://code.google.com/p/sympy/issues/detail?id=2434 This was merged in Augus