Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2010-11-12 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2101 by Maurice.Bremond: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 x=Symbol('x') p = Piecewise((x,x<0),(0,x>=0)) latex(p) '\\begin{cases} x & \\t

Re: Issue 2041 in sympy: Doctest failures in Python 2.6.6

2010-11-12 Thread sympy
Comment #13 on issue 2041 by asmeurer: Doctest failures in Python 2.6.6 http://code.google.com/p/sympy/issues/detail?id=2041 As long as we can make it work in all Pythons, I think that's a fine solution (though I think that further patching doctest is also a fine solution). Another thing i

Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2010-11-12 Thread sympy
Updates: Status: Accepted Labels: NeedsBetterPatch Maurice.Bremond Printing Comment #1 on issue 2101 by asmeurer: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 If I try compiling \\begin{cases} x & \\text{f

Re: Issue 2095 in sympy: Ana Flores solution for quartic equation is broken

2010-11-12 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #3 on issue 2095 by ronan.l...@gmail.com: Ana Flores solution for quartic equation is broken http://code.google.com/p/sympy/issues/detail?id=2095 It's in. -- You received this message because you are subscribed