Re: Issue 3544 in sympy: binomial should not get expanded except when expand(func=True) is called on it

2013-01-20 Thread sympy
Comment #4 on issue 3544 by prasoon9...@gmail.com: binomial should not get expanded except when expand(func=True) is called on it http://code.google.com/p/sympy/issues/detail?id=3544 Well, if you do this: binomial(n, 8, evaluate=False) Then, as it should be obvious, it doesn't evaluate. So

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-20 Thread sympy
Comment #3 on issue 3576 by akshit.j...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 Can you please tell what is still left in this project as I want to do this project.What is the parentheses idea? -- You received this message because you ar

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-20 Thread sympy
Comment #14 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Yes, we were using the deprecated browser detection API to provide Opera compatibility, but it seems it isn't necessary anymore as I checked with the latest version. --

Re: Issue 3129 in sympy: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level

2013-01-20 Thread sympy
Comment #29 on issue 3129 by mrock...@gmail.com: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level http://code.google.com/p/sympy/issues/detail?id=3129 The following PR may be relevant https://github.com/sympy/sympy/pull/1720 -- You received this mes

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-20 Thread sympy
Comment #4 on issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 It's the idea I described above. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email

Re: Issue 3561 in sympy: Problems with evalf and sin(oo)

2013-01-20 Thread sympy
Updates: Status: Fixed Comment #3 on issue 3561 by smi...@gmail.com: Problems with evalf and sin(oo) http://code.google.com/p/sympy/issues/detail?id=3561 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-iss

Re: Issue 3544 in sympy: binomial should not get expanded except when expand(func=True) is called on it

2013-01-20 Thread sympy
Comment #5 on issue 3544 by prasoon9...@gmail.com: binomial should not get expanded except when expand(func=True) is called on it http://code.google.com/p/sympy/issues/detail?id=3544 So what's the status on this? Issue valid or not? (See comment 4) -- You received this message because you ar

Re: Issue 3544 in sympy: binomial should not get expanded except when expand(func=True) is called on it

2013-01-20 Thread sympy
Comment #6 on issue 3544 by asmeu...@gmail.com: binomial should not get expanded except when expand(func=True) is called on it http://code.google.com/p/sympy/issues/detail?id=3544 The point of the issue is that the *default* should be to not evaluate. In generally, it may be possible to ma