Re: Issue 2089 in sympy: Move MediaWiki pages over to the GitHub site

2011-03-08 Thread sympy
Updates: Status: Fixed Comment #5 on issue 2089 by ronan.l...@gmail.com: Move MediaWiki pages over to the GitHub site http://code.google.com/p/sympy/issues/detail?id=2089 The old MediaWiki was closed a few weeks ago. -- You received this message because you are subscribed to the Goog

Re: Issue 1639 in sympy: Missing high-level laurent() and taylor() series expansion functions (Maple 11)

2011-03-08 Thread sympy
Comment #6 on issue 1639 by pr...@goodok.ru: Missing high-level laurent() and taylor() series expansion functions (Maple 11) http://code.google.com/p/sympy/issues/detail?id=1639 I have added in [1] the mention about it in section "Current situation". Though it is not clear for me, what is m

Re: Issue 2089 in sympy: Move MediaWiki pages over to the GitHub site

2011-03-08 Thread sympy
Comment #6 on issue 2089 by asmeurer: Move MediaWiki pages over to the GitHub site http://code.google.com/p/sympy/issues/detail?id=2089 We should now consider moving the Google Code pages over, so we have everything on the git wiki. It would be nice if GitHub supported Google's wiki mark

Issue 2208 in sympy: gamma used int instead of floor

2011-03-08 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium NeedsReview smichr New issue 2208 by smi...@gmail.com: gamma used int instead of floor http://code.google.com/p/sympy/issues/detail?id=2208 Here is a case that was not detected when redefining int as int and not floor

Re: Issue 1788 in sympy: preview() doesnt work, and latex() different than docs

2011-03-08 Thread sympy
Comment #2 on issue 1788 by abid.naq...@gmail.com: preview() doesnt work, and latex() different than docs http://code.google.com/p/sympy/issues/detail?id=1788 I was having the same problem when I first installed sympy (I downloaded and installed sympy 0.6.7-1.1 rather than 0.6.4.x in Synapt

Re: Issue 1980 in sympy: has, has_any_symbols, has_all_symbols unified

2011-03-08 Thread sympy
Updates: Status: Started Labels: -smichr Comment #10 on issue 1980 by ronan.l...@gmail.com: has, has_any_symbols, has_all_symbols unified http://code.google.com/p/sympy/issues/detail?id=1980 I'm reopening this: given that the 'all' version wasn't used, I don't think it shoul

Re: Issue 1731 in sympy: fraction can be more flexible

2011-03-08 Thread sympy
Updates: Status: Fixed Comment #15 on issue 1731 by smi...@gmail.com: fraction can be more flexible http://code.google.com/p/sympy/issues/detail?id=1731 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 1963 in sympy: changes to core/power

2011-03-08 Thread sympy
Updates: Status: Fixed Comment #7 on issue 1963 by smi...@gmail.com: changes to core/power http://code.google.com/p/sympy/issues/detail?id=1963 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. T

Issue 2209 in sympy: renumbering ode solutions needs to ignore the Ci term

2011-03-08 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2209 by smi...@gmail.com: renumbering ode solutions needs to ignore the Ci term http://code.google.com/p/sympy/issues/detail?id=2209 See discussion at [ https://github.com/smichr/sympy/commit/cba1594734c8

Issue 2210 in sympy: Sum does not set commutativity

2011-03-08 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2210 by smi...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 Should a general Expr method, is_commutative be defined, or, like was done for Integral, should t

Re: Issue 2210 in sympy: Sum does not set commutativity

2011-03-08 Thread sympy
Comment #1 on issue 2210 by smi...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 Here is the Sum result: h[1] >>> Sum(x,x).is_commutative h[1] >>> -- You received this message because you are subscribed to the Google Groups "sympy-issue

Re: Issue 2160 in sympy: List of dependencies

2011-03-08 Thread sympy
Issue 2160: List of dependencies http://code.google.com/p/sympy/issues/detail?id=2160 This issue is now blocking issue 1788. See http://code.google.com/p/sympy/issues/detail?id=1788 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starre

Re: Issue 1788 in sympy: preview() doesnt work, and latex() different than docs

2011-03-08 Thread sympy
Updates: Blockedon: 2160 Comment #3 on issue 1788 by asmeurer: preview() doesnt work, and latex() different than docs http://code.google.com/p/sympy/issues/detail?id=1788 We should make a note of that a la issue 2160. -- You received this message because you are subscribed to the Goo

Re: Issue 2209 in sympy: renumbering ode solutions needs to ignore the Ci term

2011-03-08 Thread sympy
Updates: Labels: Solvers Comment #1 on issue 2209 by asmeurer: renumbering ode solutions needs to ignore the Ci term http://code.google.com/p/sympy/issues/detail?id=2209 Good idea. Maybe we should just put a single Dummy('C') in there to start with and replace it with Symbol('C%d"%

Re: Issue 2210 in sympy: Sum does not set commutativity

2011-03-08 Thread sympy
Updates: Cc: Vinzent.Steinberg Ronan.Lamy ellisonbg Comment #2 on issue 2210 by asmeurer: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 I was thinking about the same thing. It might make sense to make Expr objects commutative by default, so that t