Issue 1247 in sympy: LaTeX name parameter for symbols

2009-07-13 Thread codesite-noreply
Updates: Labels: -EasyToFix Printing Comment #3 on issue 1247 by Toon.Verstraelen: LaTeX name parameter for symbols http://code.google.com/p/sympy/issues/detail?id=1247 Could you try the patches of issue 1477? This is what I get with these patches: from sympy import * Fnet =

Issue 1533 in sympy: printmethod must have printer object as first argument

2009-07-13 Thread codesite-noreply
Status: Accepted Owner: Toon.Verstraelen Labels: Type-Defect Priority-Medium Printing New issue 1533 by Toon.Verstraelen: printmethod must have printer object as first argument http://code.google.com/p/sympy/issues/detail?id=1533 This allows simple callback to the _print method from within a

Issue 1533 in sympy: printmethod must have printer object as first argument

2009-07-13 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1533 by Toon.Verstraelen: printmethod must have printer object as first argument http://code.google.com/p/sympy/issues/detail?id=1533 (No comment was entered for this change.) Attachments:

Issue 1487 in sympy: fcode: print sympy expressions as Fortran code

2009-07-13 Thread codesite-noreply
Updates: Labels: -NeedsReview Blockedon: 1533 1534 Comment #17 on issue 1487 by Toon.Verstraelen: fcode: print sympy expressions as Fortran code http://code.google.com/p/sympy/issues/detail?id=1487 I've created separate issues for the problems encountered while writing

Issue 1533 in sympy: printmethod must have printer object as first argument

2009-07-13 Thread codesite-noreply
Issue 1533: printmethod must have printer object as first argument http://code.google.com/p/sympy/issues/detail?id=1533 This issue is now blocking issue 1487. See http://code.google.com/p/sympy/issues/detail?id=1487 -- You received this message because you are listed in the owner or CC fields

Issue 1534 in sympy: Type in sympy/printing/str.py

2009-07-13 Thread codesite-noreply
Issue 1534: Type in sympy/printing/str.py http://code.google.com/p/sympy/issues/detail?id=1534 This issue is now blocking issue 1487. See http://code.google.com/p/sympy/issues/detail?id=1487 -- You received this message because you are listed in the owner or CC fields of this issue, or because

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

2009-07-13 Thread codesite-noreply
Comment #38 on issue 1358 by wflynny: (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 That's weird because I just did that and got the right answer. I know that the patch fails mostly in areas that bring in polynomial

Issue 1490 in sympy: LatexPrinter doprint inline=None

2009-07-13 Thread codesite-noreply
Comment #12 on issue 1490 by ryanlists: LatexPrinter doprint inline=None http://code.google.com/p/sympy/issues/detail?id=1490 OK, so I think I have this implemented. It is on my github repo git://github.com/ryanGT/sympy.git in the branch latex_mode. 'mode' has 4 options: 'plain', 'inline',

Issue 1052 in sympy: 2.0 * x**2 should print more nicely

2009-07-13 Thread codesite-noreply
Comment #43 on issue 1052 by ceyhuneksin: 2.0 * x**2 should print more nicely http://code.google.com/p/sympy/issues/detail?id=1052 I was using 0.6.4. I upgraded to 0.6.5 and it is working. Sorry for the inconvenience. Thanks a lot. -- You received this message because you are listed in the

Issue 1052 in sympy: 2.0 * x**2 should print more nicely

2009-07-13 Thread codesite-noreply
Comment #44 on issue 1052 by ceyhuneksin: 2.0 * x**2 should print more nicely http://code.google.com/p/sympy/issues/detail?id=1052 I was using 0.6.4. I upgraded to 0.6.5 and it is working. Sorry for the inconvenience. Thanks a lot. -- You received this message because you are listed in the

Issue 1535 in sympy: tests fail if GL is not available

2009-07-13 Thread codesite-noreply
Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium Milestone-Release0.6.5 New issue 1535 by ondrej.certik: tests fail if GL is not available http://code.google.com/p/sympy/issues/detail?id=1535

Issue 1427 in sympy: subs for sqrt(a/b) is wrong

2009-07-13 Thread codesite-noreply
Updates: Labels: -Milestone-Release0.6.5 Milestone-Release0.6.6 Comment #3 on issue 1427 by ondrej.certik: subs for sqrt(a/b) is wrong http://code.google.com/p/sympy/issues/detail?id=1427 (No comment was entered for this change.) -- You received this message because you are listed in

Issue 1414 in sympy: Some tests fail on headless machine

2009-07-13 Thread codesite-noreply
Updates: Labels: -Priority-Medium Priority-High Comment #4 on issue 1414 by ondrej.certik: Some tests fail on headless machine http://code.google.com/p/sympy/issues/detail?id=1414 (No comment was entered for this change.) -- You received this message because you are listed in the

Issue 1536 in sympy: one test failure in Sage

2009-07-13 Thread codesite-noreply
Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium Milestone-Release0.6.5 New issue 1536 by ondrej.certik: one test failure in Sage http://code.google.com/p/sympy/issues/detail?id=1536 sage: sympy.test() = test process starts

Issue 1536 in sympy: one test failure in Sage

2009-07-13 Thread codesite-noreply
Comment #1 on issue 1536 by ondrej.certik: one test failure in Sage http://code.google.com/p/sympy/issues/detail?id=1536 Here is the core of the problem: sage: import sympy sage: sympy.bernoulli(1000) --- ValueError

Issue 1536 in sympy: one test failure in Sage

2009-07-13 Thread codesite-noreply
Updates: Status: Started Comment #2 on issue 1536 by ondrej.certik: one test failure in Sage http://code.google.com/p/sympy/issues/detail?id=1536 The attached 0003 patch fixes it, explanation why it fails is in the log. Please also apply the 0001 and 0002 patches, that fix the sage

Issue 1467 in sympy: sorting values with imaginary numbers in radical

2009-07-13 Thread codesite-noreply
Comment #3 on issue 1467 by ted.ho...@earthlink.net: sorting values with imaginary numbers in radical http://code.google.com/p/sympy/issues/detail?id=1467 Here is a small patch that seems to fix the immediate issue. I don't know how these inequalities are supposed to fit together, so this

Re: [PATCH] Fix two typos, one functional, one in comment

2009-07-13 Thread Aaron S. Meurer
+1. That bottom one was my fault. :( Aaron Meurer On Jul 13, 2009, at 2:10 PM, Priit Laes wrote: Following patch fixes two typos, one of them a bit more serious... From 69bef9ea428df309fa04d888c00b43858b1b8a1c Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Mon, 13 Jul

Re: [PATCH] Fix two typos, one functional, one in comment

2009-07-13 Thread Mateusz Paprocki
Hi, On Mon, Jul 13, 2009 at 11:10:57PM +0300, Priit Laes wrote: diff --git a/sympy/core/function.py b/sympy/core/function.py index 6e65c5b..c7d0265 100644 --- a/sympy/core/function.py +++ b/sympy/core/function.py @@ -368,7 +368,7 @@ def _eval_expand_multinomial(self, deep=True, **hints):

[PATCH] Fix two typos, one functional, one in comment

2009-07-13 Thread Priit Laes
Following patch fixes two typos, one of them a bit more serious... From 69bef9ea428df309fa04d888c00b43858b1b8a1c Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Mon, 13 Jul 2009 23:06:29 +0300 Subject: [PATCH] Fix two typos, one functional, one in comment. Signed-off-by: Priit

[sympy] Re: sphinx documentation for the rc1 release

2009-07-13 Thread smichr
How is the sphinx documentation created? There are so many files with triple quoted string that are missing that it appears that it's not just a matter of processing files with in them. For example, only 3 files from sympy.core appear in the Global Module Index (add, basic and symbol) but there

[sympy] Re: switch manager

2009-07-13 Thread Aaron S. Meurer
I like this. It is basically what I couldn't figure out how to reasonably do when I refactored expand. It would remove the need for the dummy functions expand_log, expand_mul, and so on. Also, do you think that powsimp() could benefit from this? When I rewrote it several weeks ago, I

[sympy] Re: sphinx documentation for the rc1 release

2009-07-13 Thread Ondrej Certik
On Mon, Jul 13, 2009 at 5:39 AM, smichrsmi...@gmail.com wrote: How is the sphinx documentation created? There are so many files with triple quoted string that are missing that it appears that it's not just a matter of processing files with in them. For example, only 3 files from sympy.core

[sympy] Latex Printing: replacing 'inline' with 'mode'

2009-07-13 Thread Ryan Krauss
Sorry, this is a duplicate post if you follow the disussions on the google codesite for this issue. I wanted to get as much input as possible. Following a suggestion from Ondrej, I am replacing 'inline' = True or False with 'mode' = 'inline', 'plain', 'equation' or 'equation*' for sympy.latex. I

[sympy] Re: Announce: Sympy 0.6.5 rc1 released

2009-07-13 Thread Ondrej Certik
On Mon, Jul 13, 2009 at 4:13 PM, Ondrej Certikond...@certik.cz wrote: On Sat, Jul 11, 2009 at 10:34 PM, Ondrej Certikond...@certik.cz wrote: On Sat, Jul 11, 2009 at 12:03 PM, Fabian Pedregosafab...@fseoane.net wrote: Today July 11th we released the first (and hopefully last) release

[sympy] Re: sphinx documentation for the rc1 release

2009-07-13 Thread Alan Bromborsky
Ondrej Certik wrote: On Sun, Jul 12, 2009 at 12:15 PM, Ondrej Certikond...@certik.cz wrote: On Sun, Jul 12, 2009 at 11:47 AM, Alan Bromborskyabro...@verizon.net wrote: [...] At least for the geometric algebra documentation math mode is not working! That's right, thanks for

[sympy] Re: sphinx documentation for the rc1 release

2009-07-13 Thread Luke
I don't know if this will change when you push to the docs.sympy.org server, but the links for the books by Hestenes and Lasenby at the bottom of the GA Module currently don't work. Just thought I'd let you know. ~Luke On Jul 13, 7:59 pm, Alan Bromborsky abro...@verizon.net wrote: Ondrej

[sympy] Re: sphinx documentation for the rc1 release

2009-07-13 Thread Ondrej Certik
On Mon, Jul 13, 2009 at 10:14 PM, Lukehazelnu...@gmail.com wrote: I don't know if this will change when you push to the docs.sympy.org server, but the links for the books by Hestenes and Lasenby at the bottom of the GA Module currently don't work.  Just thought I'd let you know. Let's fix