Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2009-03-29 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Milestone-Release0.6.5 New issue 1356 by ondrej.certik: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 Currently all those methods belo

Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2009-07-16 Thread codesite-noreply
Comment #2 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I'll take care of the printers. -- You received this message because you are listed in the owner or CC fie

Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2009-07-23 Thread codesite-noreply
Comment #3 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I've attached a first onset to fix this issue for the printers. It is just a suggestion. These are the basi

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-02-21 Thread sympy
Updates: Labels: NeedsReview Comment #4 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 It is not exactly soon, but here it is. The patch only fixes the prin

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-02-21 Thread sympy
Updates: Status: Started Owner: Toon.Verstraelen Comment #5 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 (No comment was entered for this change.)

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-02 Thread sympy
Comment #6 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 Here is the patch for evalf. I know some people don't like too many explicit optional arguments, but for

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-02 Thread sympy
Comment #7 on issue 1356 by asmeurer: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 Did you mean to attach a patch? -- You received this message because you are listed in the owner or CC fields of

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-03 Thread sympy
Comment #8 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 Indeed. The patch is at home. Will attach it tonight. -- You received this message because you are listed

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-03 Thread sympy
Comment #9 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I also changed the optional argument maxprec into maxn for the sake of consistency. Voila the patch. A

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-21 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #10 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I noticed that the consistent printer API patch ne

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-23 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #11 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I've rebased the patches. They are on my github ac

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-27 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment #12 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 (was reviewed on sympy-patches list) The patc

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-03-28 Thread sympy
Comment #13 on issue 1356 by Vinzent.Steinberg: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I would like to now why maxprec has been renamed to maxn. The latter is less obvious to me and breaks c

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-04-08 Thread sympy
Comment #14 on issue 1356 by Toon.Verstraelen: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I deduced that 'n' refers to the number of digits and 'prec' refers to the number of bytes. -- You re

Re: Issue 1356 in sympy: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg

2010-04-08 Thread sympy
Updates: Cc: fredrik.johansson Comment #15 on issue 1356 by Vinzent.Steinberg: evalf(), sstr(), pretty(), latex(), ... should raise an exception if passed wrong kwarg http://code.google.com/p/sympy/issues/detail?id=1356 I see. In mpmath, 'prec' is the number of bits (not bytes) and 'd