Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Status: Accepted Owner: nicolas.pourcelot Labels: Type-Defect Priority-Medium New issue 1512 by nicolas.pourcelot: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 I noticed this minor bug: sympy.E._evalf(50) Traceback (most recent call last):

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1512 by nicolas.pourcelot: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

Issue 1513 in sympy: complex log is not simplified

2009-07-03 Thread codesite-noreply
Status: New Owner: nicolas.pourcelot Labels: Type-Enhancement Priority-Medium New issue 1513 by nicolas.pourcelot: complex log is not simplified http://code.google.com/p/sympy/issues/detail?id=1513 sympy.log should be able to symplify at least simple examples :

Issue 1514 in sympy: Low Level Code Printer

2009-07-03 Thread codesite-noreply
Status: Accepted Owner: andy.terrel Labels: Type-Enhancement Priority-Medium New issue 1514 by andy.terrel: Low Level Code Printer http://code.google.com/p/sympy/issues/detail?id=1514 ccode and fcode share a lot in common. We should abstract out their commonalities such as print_Pow and other

Issue 1477 in sympy: Printing with double subscripts

2009-07-03 Thread codesite-noreply
Comment #15 on issue 1477 by andy.terrel: Printing with double subscripts http://code.google.com/p/sympy/issues/detail?id=1477 Just a comment. In multi indexes I usually see spaces between the index and a comma indicates the partial derivatives. So x_{2 3} means the second and third

Issue 1502 in sympy: rst doc testing stop working...

2009-07-03 Thread codesite-noreply
Comment #12 on issue 1502 by ondrej.certik: rst doc testing stop working... http://code.google.com/p/sympy/issues/detail?id=1502 The patch is +1. Please push it in and watch buildbots. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Issue 1253 in sympy: enhance the solver to handle inequalities

2009-07-03 Thread codesite-noreply
Updates: Summary: enhance the solver to handle inequalities Comment #4 on issue 1253 by fab...@fseoane.net: enhance the solver to handle inequalities http://code.google.com/p/sympy/issues/detail?id=1253 (No comment was entered for this change.) -- You received this message because

Issue 1253 in sympy: enhance the solver to handle inequalities (with abs())

2009-07-03 Thread codesite-noreply
Updates: Labels: -Milestone-Release0.6.5 Milestone-Release0.7.0 Comment #3 on issue 1253 by fab...@fseoane.net: enhance the solver to handle inequalities (with abs()) http://code.google.com/p/sympy/issues/detail?id=1253 I now need this to make query more powerful. Any suggestions on

Issue 1502 in sympy: rst doc testing stop working...

2009-07-03 Thread codesite-noreply
Updates: Status: Fixed Comment #13 on issue 1502 by fab...@fseoane.net: rst doc testing stop working... http://code.google.com/p/sympy/issues/detail?id=1502 Patch is in and buldbots are ok. Please reopen if there is something missing -- You received this message because you are

Issue 1477 in sympy: Printing with double subscripts

2009-07-03 Thread codesite-noreply
Comment #16 on issue 1477 by Toon.Verstraelen: Printing with double subscripts http://code.google.com/p/sympy/issues/detail?id=1477 Andy: Could you give a practical example? I'm a bit lost. -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1336 in sympy: Arbitrary constant type

2009-07-03 Thread codesite-noreply
Updates: Cc: andy.terrel Comment #8 on issue 1336 by asmeurer: Arbitrary constant type http://code.google.com/p/sympy/issues/detail?id=1336 I made this change to Basic.__mul__ and some of my tests in my constant file (see constant.py in http://github.com/asmeurer/sympy/tree/constant)

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-03 Thread codesite-noreply
Comment #3 on issue 1490 by Toon.Verstraelen: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 Test runs fine and patch looks good: +1 On line 45, it reads: return %s % tex Why not just return tex Should tex not be a string already? -- You received this

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Comment #2 on issue 1512 by Toon.Verstraelen: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 I did bother me before, but I didn't get a clue what was going wrong: Before your patch: from sympy import * x = symbols('x') N(E+x) Traceback

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Comment #3 on issue 1512 by Toon.Verstraelen: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 issue 1511 is fixed by this one. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 1505 in sympy: doc Makefile does not work when sphinx is installed in $HOME

2009-07-03 Thread codesite-noreply
Comment #3 on issue 1505 by Toon.Verstraelen: doc Makefile does not work when sphinx is installed in $HOME http://code.google.com/p/sympy/issues/detail?id=1505 :NeedsReview -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 1505 in sympy: doc Makefile does not work when sphinx is installed in $HOME

2009-07-03 Thread codesite-noreply
Comment #4 on issue 1505 by Toon.Verstraelen: doc Makefile does not work when sphinx is installed in $HOME http://code.google.com/p/sympy/issues/detail?id=1505 NeedsReview -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 1505 in sympy: doc Makefile does not work when sphinx is installed in $HOME

2009-07-03 Thread codesite-noreply
Comment #2 on issue 1505 by Toon.Verstraelen: doc Makefile does not work when sphinx is installed in $HOME http://code.google.com/p/sympy/issues/detail?id=1505 Labels: NeedsReview -- You received this message because you are listed in the owner or CC fields of this issue, or because you