Issue 1518 in sympy: spelling and grammar pass 2

2009-07-08 Thread codesite-noreply
Comment #2 on issue 1518 by smichr: spelling and grammar pass 2 http://code.google.com/p/sympy/issues/detail?id=1518 I created a branch of the master, did a rebase and found the problem files, fixed the problems and tried to push it to my github account: git push

Issue 1473 in sympy: __mod__ does not work on reals

2009-07-08 Thread codesite-noreply
Updates: Status: Started Owner: --- Labels: -NeedsReview Comment #6 on issue 1473 by fab...@fseoane.net: __mod__ does not work on reals http://code.google.com/p/sympy/issues/detail?id=1473 I reopen this because patch should be improved IMO. It makes extensive use of

Issue 1358 in sympy: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative

2009-07-08 Thread codesite-noreply
Updates: Blockedon: 1520 Comment #36 on issue 1358 by fab...@fseoane.net: (e*f*e*f).subs(e*f,f*e+h) fails if e*f is not commutative http://code.google.com/p/sympy/issues/detail?id=1358 I think patch should be improved. As wflynny says, old method used to put args into a set thus

Issue 1520 in sympy: Inconsistency in subs

2009-07-08 Thread codesite-noreply
Issue 1520: Inconsistency in subs http://code.google.com/p/sympy/issues/detail?id=1520 This issue is now blocking issue 1358. See http://code.google.com/p/sympy/issues/detail?id=1358 -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Issue 1506 in sympy: Logo at docs.sympy.org

2009-07-08 Thread codesite-noreply
Comment #3 on issue 1506 by mattpap: Logo at docs.sympy.org http://code.google.com/p/sympy/issues/detail?id=1506 Attached logo with transparent background (used GIMP for this). Unfortunately I can't make Inkscape compile on my system to see if this can be done automatically. btw. Can't we

Issue 1506 in sympy: Logo at docs.sympy.org

2009-07-08 Thread codesite-noreply
Comment #4 on issue 1506 by fredrik.johansson: Logo at docs.sympy.org http://code.google.com/p/sympy/issues/detail?id=1506 However that version only uses binary transparency, and it's the version rendered against a blue background, so it will still only look good against a blue background.

Issue 1520 in sympy: Inconsistency in subs

2009-07-08 Thread codesite-noreply
Comment #1 on issue 1520 by wflynny: Inconsistency in subs http://code.google.com/p/sympy/issues/detail?id=1520 As you said, Mathematica does not match non-existent symbols. In[1]:= x*y /. (2*x) - 2 Out[1]= x y In[4]:= x*y /. 2 x - 2 Out[4]= x y Neither does Maxima: (%i4) subst(2,2*x,x*y);

Issue 1491 in sympy: generalize mainvar in LatexPrinter

2009-07-08 Thread codesite-noreply
Comment #7 on issue 1491 by ryanlists: generalize mainvar in LatexPrinter http://code.google.com/p/sympy/issues/detail?id=1491 More contorl over the ordering of _print_Add would be great. This will probably be my next contribution. When I get ready to do that, I will look at the link from

Issue 1506 in sympy: Logo at docs.sympy.org

2009-07-08 Thread codesite-noreply
Comment #5 on issue 1506 by ondrej.certik: Logo at docs.sympy.org http://code.google.com/p/sympy/issues/detail?id=1506 Right, but still probably better if sphinx changes the color a bit (as opposed to the white background). Fredrik, do you know how to fix the alpha channel once and for all?

Issue 1491 in sympy: generalize mainvar in LatexPrinter

2009-07-08 Thread codesite-noreply
Comment #8 on issue 1491 by ryanlists: generalize mainvar in LatexPrinter http://code.google.com/p/sympy/issues/detail?id=1491 More contorl over the ordering of _print_Add would be great. This will probably be my next contribution. When I get ready to do that, I will look at the link from

Issue 1473 in sympy: __mod__ does not work on reals

2009-07-08 Thread codesite-noreply
Comment #7 on issue 1473 by ondrej.certik: __mod__ does not work on reals http://code.google.com/p/sympy/issues/detail?id=1473 I agree. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-08 Thread codesite-noreply
Comment #7 on issue 1490 by ryanlists: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 inline=False must be longer than inline=True. inline=True mean the equation is within a sentence like $x+y$. inline=False should be the biggest one because it is

Issue 1506 in sympy: Logo at docs.sympy.org

2009-07-08 Thread codesite-noreply
Comment #6 on issue 1506 by fredrik.johansson: Logo at docs.sympy.org http://code.google.com/p/sympy/issues/detail?id=1506 Fredrik, do you know how to fix the alpha channel once and for all? I am not much an expert in inkscape. No. Neither am I. I've only used Inkscape two times, one of

Issue 1499 in sympy: Sum function seems to fail

2009-07-08 Thread codesite-noreply
Comment #5 on issue 1499 by alex_w...@live.de: Sum function seems to fail http://code.google.com/p/sympy/issues/detail?id=1499 With the current version everything works nicely here. Thanks for the quick help and fix! -- You received this message because you are listed in the owner or CC

Issue 1499 in sympy: Sum function seems to fail

2009-07-08 Thread codesite-noreply
Comment #6 on issue 1499 by ondrej.certik: Sum function seems to fail http://code.google.com/p/sympy/issues/detail?id=1499 Excellent, please report all other bugs that you encounter too. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-08 Thread codesite-noreply
Comment #8 on issue 1490 by ondrej.certik: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 What about: mode = inline $x+y$ mode = equation \begin{... mode = plain x + y or something. We definitely need the x+y mode, in fact I think it should be the

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-08 Thread codesite-noreply
Comment #9 on issue 1490 by ryanlists: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 Yes, it seems like a variable with three options would be more transparent to the user than my inline=None trick. Should we change the name of the kwarg from inline

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-08 Thread codesite-noreply
Comment #10 on issue 1490 by ondrej.certik: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 Let's do the following: * introduce the mode= parameter and fix it to work with it * if the user specifies the inline parameter, emit a warning that it's

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-08 Thread codesite-noreply
Comment #11 on issue 1490 by ryanlists: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 OK, I will work on that soon. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may

Issue 1518 in sympy: spelling and grammar pass 2

2009-07-08 Thread codesite-noreply
Comment #4 on issue 1518 by smichr: spelling and grammar pass 2 http://code.google.com/p/sympy/issues/detail?id=1518 updating to mysysgit 1.6.3.2-preview20090608 did the trick. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 1523 in sympy: sympy core imports fixed

2009-07-08 Thread codesite-noreply
Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium Milestone-Release0.6.5 NeedsReview New issue 1523 by ondrej.certik: sympy core imports fixed http://code.google.com/p/sympy/issues/detail?id=1523 so that it works in python 3.0 Attachments:

Issue 1523 in sympy: sympy core imports fixed

2009-07-08 Thread codesite-noreply
Updates: Cc: fab...@fseoane.net Comment #1 on issue 1523 by ondrej.certik: sympy core imports fixed http://code.google.com/p/sympy/issues/detail?id=1523 Fabian, could you please review? -- You received this message because you are listed in the owner or CC fields of this issue, or