Comment on FrontPage in sympy

2011-09-15 Thread sympy
Comment by pclog...@gmail.com: The best poker blog http://poker-blogs-see.blogspot.com Best PokerStars blog http://pokerstars-blogs.blogspot.com Sexy, hot girls imagehttp://china-sexy-girl-images.blogspot.com/ For more information:

Re: Issue 2684 in sympy: Deepcopy does not work on evaluate False

2011-09-15 Thread sympy
Comment #3 on issue 2684 by ronan.l...@gmail.com: Deepcopy does not work on evaluate False http://code.google.com/p/sympy/issues/detail?id=2684 Actually, __reduce__ and __reduce_ex__ bypass the standard pickling and copy protocols, so it would be nicer to avoid using them. However,

Re: Issue 1336 in sympy: Arbitrary constant type

2011-09-15 Thread sympy
Comment #13 on issue 1336 by smi...@gmail.com: Arbitrary constant type http://code.google.com/p/sympy/issues/detail?id=1336 I don't have a special combining symbol but I have a 'model' function that absorbs all constants except for a specified 'x'. Using it on the examples of the OP shows

Re: Issue 1336 in sympy: Arbitrary constant type

2011-09-15 Thread sympy
Comment #14 on issue 1336 by smi...@gmail.com: Arbitrary constant type http://code.google.com/p/sympy/issues/detail?id=1336 I moved this to the model branch. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to

Re: Issue 2654 in sympy: lambdify() does not convert abs()

2011-09-15 Thread sympy
Comment #2 on issue 2654 by someb...@bluewin.ch: lambdify() does not convert abs() http://code.google.com/p/sympy/issues/detail?id=2654 It's not just adding a translation because the numpy abs ufunc is not per default imported by from numpy import * we have to explicitely from numpy