Re: Issue 3743 in sympy: dummy_eq fails with Sum

2013-04-28 Thread sympy
Comment #6 on issue 3743 by asmeu...@gmail.com: dummy_eq fails with Sum http://code.google.com/p/sympy/issues/detail?id=3743 What's wrong with atoms(Symbol)? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your n

Re: Issue 3743 in sympy: dummy_eq fails with Sum

2013-04-28 Thread sympy
Updates: Labels: EasyToFix Comment #5 on issue 3743 by smi...@gmail.com: dummy_eq fails with Sum http://code.google.com/p/sympy/issues/detail?id=3743 I think this will work def dummy_eq(self, other): """ Compare two expressions and handle dummy symbols. Exam

Re: Issue 3743 in sympy: dummy_eq fails with Sum

2013-04-28 Thread sympy
Comment #4 on issue 3743 by asmeu...@gmail.com: dummy_eq fails with Sum http://code.google.com/p/sympy/issues/detail?id=3743 Is it because it is checking free_symbols instead of .atoms(Symbol)? -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3149 in sympy: solve() could attempt logcombine when looking for solutions

2013-04-28 Thread sympy
Updates: Labels: NeedsReview smichr Comment #8 on issue 3149 by smi...@gmail.com: solve() could attempt logcombine when looking for solutions http://code.google.com/p/sympy/issues/detail?id=3149 (No comment was entered for this change.) -- You received this message because this proje

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-04-28 Thread sympy
Comment #3 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 https://github.com/sympy/sympy/pull/1964 -- You received this message because this project is configured to send all issue notificat

Re: Issue 3721 in sympy: solve should handle more than one abs

2013-04-28 Thread sympy
Comment #7 on issue 3721 by smi...@gmail.com: solve should handle more than one abs http://code.google.com/p/sympy/issues/detail?id=3721 https://github.com/sympy/sympy/pull/1964 -- You received this message because this project is configured to send all issue notifications to this address.

Re: Issue 3721 in sympy: solve should handle more than one abs

2013-04-28 Thread sympy
Comment #6 on issue 3721 by asmeu...@gmail.com: solve should handle more than one abs http://code.google.com/p/sympy/issues/detail?id=3721 That was merged. Should this be closed? -- You received this message because this project is configured to send all issue notifications to this address

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2013-04-28 Thread sympy
Comment #5 on issue 1841 by asmeu...@gmail.com: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 There are several. Do a grep. -- You received this message because this project is configured to send all issue notifications to this add

Re: Issue 3726 in sympy: plot(Piecewise((x, x > 0), (0, True))) does not work with matplotlib backend

2013-04-28 Thread sympy
Updates: Status: Valid Labels: Plotting Comment #1 on issue 3726 by asmeu...@gmail.com: plot(Piecewise((x, x > 0), (0, True))) does not work with matplotlib backend http://code.google.com/p/sympy/issues/detail?id=3726 Now I get AttributeError: sqrt -- You received this messag

Issue 3784 in sympy: finite field numbers sympify to normal numbers

2013-04-28 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Parsing Matrices Polynomial New issue 3784 by asmeu...@gmail.com: finite field numbers sympify to normal numbers http://code.google.com/p/sympy/issues/detail?id=3784 In [168]: sympify(FF(2)(1)) Out[168]: 1 This is making it imposs

Re: Issue 3781 in sympy: String printer for factorial/subfactorial shouldn't be a pretty-printer!

2013-04-28 Thread sympy
Updates: Labels: Parsing Comment #7 on issue 3781 by asmeu...@gmail.com: String printer for factorial/subfactorial shouldn't be a pretty-printer! http://code.google.com/p/sympy/issues/detail?id=3781 I'm open to the change. We need to think more about parsing and sympify's place in i

Re: Issue 3781 in sympy: String printer for factorial/subfactorial shouldn't be a pretty-printer!

2013-04-28 Thread sympy
Comment #6 on issue 3781 by skirpic...@gmail.com: String printer for factorial/subfactorial shouldn't be a pretty-printer! http://code.google.com/p/sympy/issues/detail?id=3781 It was issue 2889. Sorry, I don't see the discussion. I agree that "n!" doesn't belong in the str printer. It lo

Re: Issue 3760 in sympy: unskip doctests which output floats

2013-04-28 Thread sympy
Comment #2 on issue 3760 by t.hi...@gmail.com: unskip doctests which output floats http://code.google.com/p/sympy/issues/detail?id=3760 see https://github.com/sympy/sympy/pull/2051 -- You received this message because this project is configured to send all issue notifications to this addre