Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Matthew Rocklin
mrocklin@ankaa:~/workspace/botsympy$ ./sympy-bot -n -i python2.5 review 902 /home/mrocklin/.sympy/sympy-bot.conf > Working directory: /tmp/sympy-bot-tmpL3E9uC > Reviewing pull request #902 > Pull request info: > Author: "Matthew Rocklin" <> > Repository: https://github.com/mrocklin/sympy >

[sympy] Extended LaTeXModule for Sympy

2012-02-03 Thread Akin
Hi, it seems that the extended latex module fails to typeset expressions involving sympy.tensors, whereas the sympy.printing.latex command works. Here is a minimal script that reproduces the error messages I get: from sympy import * import sympy.galgebra.latex_ex as tex x = Symbol('x') A = 2*x

Re: [sympy] Extended LaTeXModule for Sympy

2012-02-03 Thread Alan Bromborsky
On 02/03/2012 11:52 AM, Akin wrote: Hi, it seems that the extended latex module fails to typeset expressions involving sympy.tensors, whereas the sympy.printing.latex command works. Here is a minimal script that reproduces the error messages I get: from sympy import * import sympy.galgebra.late

[sympy] Re: Fixing Sphinx docs (finally!)

2012-02-03 Thread miham
Nice. I will try to take some time to work on this. As a disclaimer I must say that i may be a "resident specialist", but I am no expert on this subject - I concentrated on documentation issues solely because they seemed as a good "entry level job" :) I added an email to my github profile. -- You

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Aaron Meurer
On Fri, Feb 3, 2012 at 9:12 AM, Matthew Rocklin wrote: > mrocklin@ankaa:~/workspace/botsympy$ ./sympy-bot -n -i python2.5 review 902 > /home/mrocklin/.sympy/sympy-bot.conf >> Working directory: /tmp/sympy-bot-tmpL3E9uC >> Reviewing pull request #902 >> Pull request info: >>     Author: "Matthew Ro

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Matthew Rocklin
>>> import py >>> py.__version__ Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute '__version__' Seems to get past test_args on 805 On Fri, Feb 3, 2012 at 2:34 PM, Aaron Meurer wrote: > On Fri, Feb 3, 2012 at 9:12 AM, Matthew Rocklin > w

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Aaron Meurer
On Fri, Feb 3, 2012 at 3:38 PM, Matthew Rocklin wrote: import py py.__version__ > Traceback (most recent call last): >   File "", line 1, in > AttributeError: 'module' object has no attribute '__version__' > > Seems to get past test_args on 805 OK, so I guess that will solve the proble

Re: [sympy] Re: Fixing Sphinx docs (finally!)

2012-02-03 Thread Sean Vig
It looks like it wasn't mentioned here, but Vladimir opened a pull request [1] and currently all the warnings are fixed. The only problem we've encountered is both Miha and myself, on Arch and Gentoo, respectively, have problems with the path of the mpmath plots, while Ubuntu builds just fine (see

Re: [sympy] SymPy with generic Symbol proxies; python expression algebra

2012-02-03 Thread Aaron Meurer
On Thu, Feb 2, 2012 at 3:21 PM, Nathan Rice wrote: >>> Also, note that @chainable does some magic :)  Every operation returns >>> a new proxy, so I can store whatever I need.  Currently I only store >>> the "state" (via closure) and a parent reference, but rather than >>> building state, I could j