Re: Issue 1757 in sympy: fem.py with incorrect identation

2009-12-11 Thread sympy
Comment #7 on issue 1757 by idichekop: fem.py with incorrect identation http://code.google.com/p/sympy/issues/detail?id=1757 What does strip_whitspace do? The script I used already cuts out all extra white spaces at the end of the line :D -- You received this message because you are listed in

Re: Issue 1757 in sympy: fem.py with incorrect identation

2009-12-11 Thread sympy
Comment #8 on issue 1757 by Vinzent.Steinberg: fem.py with incorrect identation http://code.google.com/p/sympy/issues/detail?id=1757 This, and it converts line endings to the unix way. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Re: Issue 1757 in sympy: fem.py with incorrect identation

2009-12-11 Thread sympy
Comment #9 on issue 1757 by idichekop: fem.py with incorrect identation http://code.google.com/p/sympy/issues/detail?id=1757 Ok. Here comes the patch with ALL the indentation corrections that I could find. Note that a lot of files were altered. After all the modifications I ran the tests

Re: Issue 1757 in sympy: fem.py with incorrect identation

2009-12-11 Thread sympy
Comment #10 on issue 1757 by asmeurer: fem.py with incorrect identation http://code.google.com/p/sympy/issues/detail?id=1757 Wow, that is a lot of changes. Don't worry, it is standard practice to run the tests before committing. All tests pass for me. What is this hilbert thing you are

Re: Issue 1736 in sympy: Refactor pattern matching and substitution

2009-12-11 Thread sympy
Updates: Cc: ondrej.certik Comment #8 on issue 1736 by ronan.l...@gmail.com: Refactor pattern matching and substitution http://code.google.com/p/sympy/issues/detail?id=1736 Issue 898 has been merged into this issue. -- You received this message because you are listed in the owner or

Re: Issue 898 in sympy: Pattern matching failure

2009-12-11 Thread sympy
Updates: Status: Duplicate Mergedinto: 1736 Comment #11 on issue 898 by ronan.l...@gmail.com: Pattern matching failure http://code.google.com/p/sympy/issues/detail?id=898 This has been solved by my changes for issue 1736. -- You received this message because you are listed in

Issue 1760 in sympy: Symbol(lambda) should pretty- print as λ

2009-12-11 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-Medium New issue 1760 by ronan.l...@gmail.com: Symbol(lambda) should pretty-print as λ http://code.google.com/p/sympy/issues/detail?id=1760 For some reason, unicode names the letter 'λ' 'lamda', and sympy follows suit.

Re: Issue 1758 in sympy: fix curvilinear_coordinates example output

2009-12-11 Thread sympy
Comment #4 on issue 1758 by ronan.l...@gmail.com: fix curvilinear_coordinates example output http://code.google.com/p/sympy/issues/detail?id=1758 I stand by my change 'lamda' - 'lambda'. sympy should be fixed to pretty-print it: issue 1760. -- You received this message because you are

Re: Issue 898 in sympy: Pattern matching failure

2009-12-11 Thread sympy
Updates: Status: Accepted Cc: -ondrej.certik Mergedinto: -1736 Blockedon: 1736 Comment #12 on issue 898 by asmeurer: Pattern matching failure http://code.google.com/p/sympy/issues/detail?id=898 I think blocked on is better for these situations, especially

Re: Issue 1736 in sympy: Refactor pattern matching and substitution

2009-12-11 Thread sympy
Issue 1736: Refactor pattern matching and substitution http://code.google.com/p/sympy/issues/detail?id=1736 This issue is now blocking issue 898. See http://code.google.com/p/sympy/issues/detail?id=898 -- You received this message because you are listed in the owner or CC fields of this issue,

Re: Issue 1261 in sympy: incorrect exponentiation with non-commutative symbols

2009-12-11 Thread sympy
Comment #16 on issue 1261 by Vinzent.Steinberg: incorrect exponentiation with non-commutative symbols http://code.google.com/p/sympy/issues/detail?id=1261 wyflynny, is your patch posted for review? -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 1760 in sympy: Symbol(lambda) should pre tty-print as λ

2009-12-11 Thread sympy
Updates: Labels: -NeedsReview PassedReview Comment #2 on issue 1760 by asmeurer: Symbol(lambda) should pretty-print as λ http://code.google.com/p/sympy/issues/detail?id=1760 By the way, this should be fine, but could you add a test for it? All other tests pass on my machine. -- You

Re: Issue 1758 in sympy: fix curvilinear_coordinates example output

2009-12-11 Thread sympy
Updates: Blockedon: 1760 Comment #5 on issue 1758 by asmeurer: fix curvilinear_coordinates example output http://code.google.com/p/sympy/issues/detail?id=1758 I agree that we should pretty print lambda correctly, but perhaps our examples should show the use of lamda, as using lambda

Re: Issue 1760 in sympy: Symbol(lambda) should pre tty-print as λ

2009-12-11 Thread sympy
Issue 1760: Symbol(lambda) should pretty-print as λ http://code.google.com/p/sympy/issues/detail?id=1760 This issue is now blocking issue 1758. See http://code.google.com/p/sympy/issues/detail?id=1758 -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 1261 in sympy: incorrect exponentiation with non-commutative symbols

2009-12-11 Thread sympy
Comment #17 on issue 1261 by wflynny: incorrect exponentiation with non-commutative symbols http://code.google.com/p/sympy/issues/detail?id=1261 I hadn't even made a patch but here is one that implements the fix. Hopefully I remember how to make patches correctly. It was just an impulse fix

Re: Issue 1760 in sympy: Symbol(lambda) should pre tty-print as λ

2009-12-11 Thread sympy
Comment #3 on issue 1760 by ronan.l...@gmail.com: Symbol(lambda) should pretty-print as λ http://code.google.com/p/sympy/issues/detail?id=1760 OK, I've force-updated my branch. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Re: Issue 1261 in sympy: incorrect exponentiation with non-commutative symbols

2009-12-11 Thread sympy
Updates: Labels: NeedsBetterPatch Comment #18 on issue 1261 by asmeurer: incorrect exponentiation with non-commutative symbols http://code.google.com/p/sympy/issues/detail?id=1261 The ODE fail is a strange one: Old: In [12]: dsolve(Eq(x*f(x).diff(x) + f(x) - f(x)**2,0), f(x),

Re: Issue 1261 in sympy: incorrect exponentiation with non-commutative symbols

2009-12-11 Thread sympy
Comment #19 on issue 1261 by wflynny: incorrect exponentiation with non-commutative symbols http://code.google.com/p/sympy/issues/detail?id=1261 This most likely stems from the line if e.is_negative: l=l.reverse() because in the cursory patch I offered, l.reverse() is the same as l so that

Re: Issue 898 in sympy: Pattern matching failure

2009-12-11 Thread sympy
Updates: Status: Fixed Comment #13 on issue 898 by ronan.l...@gmail.com: Pattern matching failure http://code.google.com/p/sympy/issues/detail?id=898 Anyway, it's fixed. BTW, I'd rather consider 1736 to be blocked on this one than the reverse, but I guess it's mostly a matter of

Re: Issue 1737 in sympy: (e*f)**2 incorrectly evaluates to e**2*f**2 in non-commutative case

2009-12-11 Thread sympy
Comment #5 on issue 1737 by Vinzent.Steinberg: (e*f)**2 incorrectly evaluates to e**2*f**2 in non-commutative case http://code.google.com/p/sympy/issues/detail?id=1737 wflynny, is there a patch to be reviewed? -- You received this message because you are listed in the owner or CC fields of

Re: Issue 1719 in sympy: implement from sympy.abc import lower, greek

2009-12-11 Thread sympy
Comment #14 on issue 1719 by Vinzent.Steinberg: implement from sympy.abc import lower, greek http://code.google.com/p/sympy/issues/detail?id=1719 Probably due to the python keyword. I can make it possible to do from sympy.abc.greek import lambda so that an * import does not create clashes.

Re: Issue 1719 in sympy: implement from sympy.abc import lower, greek

2009-12-11 Thread sympy
Comment #15 on issue 1719 by asmeurer: implement from sympy.abc import lower, greek http://code.google.com/p/sympy/issues/detail?id=1719 I mean lamda spelled without a b. That should not create any clashing problems. Otherwise, I think overriding a reserved keyword is impossible. -- You

Re: Issue 1261 in sympy: incorrect exponentiation with non-commutative symbols

2009-12-11 Thread sympy
Comment #20 on issue 1261 by ronan.l...@gmail.com: incorrect exponentiation with non-commutative symbols http://code.google.com/p/sympy/issues/detail?id=1261 Even without considering the failing test, I'm -1 on your patch. [Mul(*rest) for ind in range(e)] is unacceptable, because e could very

Re: Issue 1366 in sympy: limit(10*exp(-a*x)*sin(a*x), x, -oo) fails

2009-12-11 Thread sympy
Updates: Labels: -Priority-Medium -Milestone-Release0.6.6 Priority-Low Comment #5 on issue 1366 by ronan.l...@gmail.com: limit(10*exp(-a*x)*sin(a*x), x, -oo) fails http://code.google.com/p/sympy/issues/detail?id=1366 The expression has no limit and we raise an exception - this

Re: Issue 1376 in sympy: sympy.sum overrides built-in sum with a different call syntax

2009-12-11 Thread sympy
Updates: Summary: sympy.sum overrides built-in sum with a different call syntax Labels: -Milestone-Release0.6.6 Milestone-Release0.7.0 Comment #4 on issue 1376 by ronan.l...@gmail.com: sympy.sum overrides built-in sum with a different call syntax

Re: Issue 1727 in sympy: fix namespace clashes

2009-12-11 Thread sympy
Updates: Blockedon: 1376 Comment #4 on issue 1727 by ronan.l...@gmail.com: fix namespace clashes http://code.google.com/p/sympy/issues/detail?id=1727 FWIW, I don't really like 'summation', but it's the least bad of all the names I could think of. -- You received this message because

Re: Issue 1376 in sympy: sympy.sum overrides built-in sum with a different call syntax

2009-12-11 Thread sympy
Issue 1376: sympy.sum overrides built-in sum with a different call syntax http://code.google.com/p/sympy/issues/detail?id=1376 This issue is now blocking issue 1727. See http://code.google.com/p/sympy/issues/detail?id=1727 -- You received this message because you are listed in the owner or CC

Re: Issue 1755 in sympy: Broken methods for trigonometric and hyperbolic functions

2009-12-11 Thread sympy
Updates: Labels: -EasyToFix NeedsReview Comment #1 on issue 1755 by ronan.l...@gmail.com: Broken methods for trigonometric and hyperbolic functions http://code.google.com/p/sympy/issues/detail?id=1755 I've pushed a branch '1755' that fixes all this. -- You received this message

Re: Issue 1264 in sympy: Discrepancies between running the full test suite and individual tests

2009-12-11 Thread sympy
Comment #8 on issue 1264 by ronan.l...@gmail.com: Discrepancies between running the full test suite and individual tests http://code.google.com/p/sympy/issues/detail?id=1264 Is there any way to reproduce the bug now? -- You received this message because you are listed in the owner or CC

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-11 Thread sympy
Updates: Summary: Tools to check and correct indentation Status: Started Labels: -Type-Defect -Milestone-Release0.6.6 -PassedReview Type-Enhancement Milestone-Release0.7.0 Comment #12 on issue 1757 by ronan.l...@gmail.com: Tools to check and correct indentation