Issue 1337 in sympy: find all instances in an expression

2009-06-25 Thread codesite-noreply
Comment #14 on issue 1337 by wflynny: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 The problem with subs() is that there is a different _eval_subs() method for each class like Mul, Add, Pow, etc. I didn't want to implement this new method that way

Issue 1492 in sympy: Tests fail to run on Windows

2009-06-25 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.5 NeedsReview Comment #1 on issue 1492 by ondrej.certik: Tests fail to run on Windows http://code.google.com/p/sympy/issues/detail?id=1492 Many thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or b

Issue 1476 in sympy: latex printing improvements

2009-06-25 Thread codesite-noreply
Updates: Status: Duplicate Comment #4 on issue 1476 by Vinzent.Steinberg: latex printing improvements http://code.google.com/p/sympy/issues/detail?id=1476 Ok, so this is indeed superseded by issue 1489, issue 1490 and issue 1491. -- You received this message because you are listed in th

Issue 1476 in sympy: latex printing improvements

2009-06-25 Thread codesite-noreply
Updates: Status: Started Comment #3 on issue 1476 by Vinzent.Steinberg: latex printing improvements http://code.google.com/p/sympy/issues/detail?id=1476 Patches to review: http://groups.google.com/group/sympy-patches/browse_thread/thread/e6cd660ea7449945 I assume you did not open anoth

Issue 1337 in sympy: find all instances in an expression

2009-06-25 Thread codesite-noreply
Comment #13 on issue 1337 by Vinzent.Steinberg: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 I'd look where subs() is implemented. Maybe it makes sense to integrate your code with subs()? -- You received this message because you are listed in the

Issue 1492 in sympy: Tests fail to run on Windows

2009-06-25 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1492 by abb...@gmail.com: Tests fail to run on Windows http://code.google.com/p/sympy/issues/detail?id=1492 Running `setup.py test` on Windows doesn't currently work. There are some assumptions in runtests.py that paths are s

Issue 1476 in sympy: latex printing improvements

2009-06-25 Thread codesite-noreply
Updates: Status: Duplicate Comment #2 on issue 1476 by ryanlists: latex printing improvements http://code.google.com/p/sympy/issues/detail?id=1476 This has been replaced by my other (hopefully better) patches/branches related to Latex printing (mainvar, inline, and latex_matrix). -- Y

Issue 1491 in sympy: LatexPrinter: mainvar

2009-06-25 Thread codesite-noreply
Updates: Labels: NeedsReview Milestone-Release0.6.5 Comment #2 on issue 1491 by ondrej.certik: LatexPrinter: mainvar http://code.google.com/p/sympy/issues/detail?id=1491 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fiel

2 issues changed in sympy

2009-06-25 Thread codesite-noreply
Updates: Status: NeedsReview Owner: ryanlists Labels: Latex Comment by ryanlists: (No comment was entered for this change.) Affected issues: issue 1489: latex printing of matrices needs more options for the matrix type used and the delimiter http://code.google.c

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-06-25 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.5 NeedsReview Comment #1 on issue 1490 by ondrej.certik: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 (No comment was entered for this change.) -- You received this message because you are listed in the owner

Issue 135 in sympy: Equation & Inequality class

2009-06-25 Thread codesite-noreply
Comment #44 on issue 135 by ondrej.certik: Equation & Inequality class http://code.google.com/p/sympy/issues/detail?id=135 I agree with everything you wrote in the comment #43. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred th

issue 1491 in sympy: LatexPrinter: mainvar

2009-06-25 Thread codesite-noreply
Updates: Status: NeedsReview Owner: ryanlists Labels: Latex Comment by ryanlists: (No comment was entered for this change.) Affected issues: issue 1491: LatexPrinter: mainvar http://code.google.com/p/sympy/issues/detail?id=1491 -- You received this message beca

Issue 1489 in sympy: latex printing of matrices needs more options for the matrix type used and the delimiter

2009-06-25 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.5 NeedsReview Comment #1 on issue 1489 by ondrej.certik: latex printing of matrices needs more options for the matrix type used and the delimiter http://code.google.com/p/sympy/issues/detail?id=1489 (No comment was entered for this change.) -- You

Issue 1337 in sympy: find all instances in an expression

2009-06-25 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.5 Comment #12 on issue 1337 by ondrej.certik: find all instances in an expression http://code.google.com/p/sympy/issues/detail?id=1337 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

Issue 1358 in sympy: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative

2009-06-25 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #29 on issue 1358 by ondrej.certik: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative http://code.google.com/p/sympy/issues/detail?id=1358 (No comment was entered for this change.) -- You received this message because you are listed in the

Issue 1378 in sympy: Fixed spelling in GAsympy.txt

2009-06-25 Thread codesite-noreply
Updates: Status: Fixed Comment #1 on issue 1378 by fab...@fseoane.net: Fixed spelling in GAsympy.txt http://code.google.com/p/sympy/issues/detail?id=1378 committed in http://git.sympy.org/?p=sympy.git;a=commit;h=78114aec43c77a475365834e84887069fa58938b -- You received this message bec

Issue 1491 in sympy: LatexPrinter: mainvar

2009-06-25 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1491 by ryanlists: LatexPrinter: mainvar http://code.google.com/p/sympy/issues/detail?id=1491 Allows the output of _print_Add of the LatexPrinter to be sorted based on the exponents of a main variable 'mainvar', which is an en

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-06-25 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1490 by ryanlists: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 When I use sympy.latex with my report generating code, I handle the wrapping of equations in my code. So, I need the raw

Issue 135 in sympy: Equation & Inequality class

2009-06-25 Thread codesite-noreply
Comment #43 on issue 135 by nicolas.pourcelot: Equation & Inequality class http://code.google.com/p/sympy/issues/detail?id=135 I don't know how much of the issue is solved now, so maybe it's a bit too late to comment. I think equation syntax is not so important, since sympify can do a lot of

Issue 1481 in sympy: Error raised: Matrix([[1,2],[3,4]])**Integer(2)

2009-06-25 Thread codesite-noreply
Comment #6 on issue 1481 by nicolas.pourcelot: Error raised: Matrix([[1,2],[3,4]])**Integer(2) http://code.google.com/p/sympy/issues/detail?id=1481 Thanks a lot ! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. Yo

Issue 1481 in sympy: Error raised: Matrix([[1,2],[3,4]])**Integer(2)

2009-06-25 Thread codesite-noreply
Comment #5 on issue 1481 by sophie.duriez: Error raised: Matrix([[1,2],[3,4]])**Integer(2) http://code.google.com/p/sympy/issues/detail?id=1481 Thanks a lot ! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You ma