Re: Issue 1263 in sympy: Invalid movement of roots across fractions

2010-06-15 Thread sympy
Comment #27 on issue 1263 by smichr: Invalid movement of roots across fractions http://code.google.com/p/sympy/issues/detail?id=1263 I can see now that as_base_exp was only dealing with the case where the argument was a Rational (not a rational) so I really didn't fix anything there. I

Re: Issue 1921 in sympy: failing doctest under windows

2010-06-15 Thread sympy
Updates: Cc: Vinzent.Steinberg Ronan.Lamy ondrej.certik Comment #5 on issue 1921 by smichr: failing doctest under windows http://code.google.com/p/sympy/issues/detail?id=1921 There are two functions introduced in smichr's github branch 1930 which could be used for things like this

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2010-06-15 Thread sympy
Comment #2 on issue 1841 by Vinzent.Steinberg: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 To be verified. :) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Re: Issue 1263 in sympy: Invalid movement of roots across fractions

2010-06-15 Thread sympy
Updates: Status: Duplicate Mergedinto: 1725 Comment #28 on issue 1263 by Vinzent.Steinberg: Invalid movement of roots across fractions http://code.google.com/p/sympy/issues/detail?id=1263 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1725 in sympy: Implement switch manager for expand() and possibly others

2010-06-15 Thread sympy
Updates: Cc: smichr Comment #27 on issue 1725 by Vinzent.Steinberg: Implement switch manager for expand() and possibly others http://code.google.com/p/sympy/issues/detail?id=1725 Issue 1263 has been merged into this issue. -- You received this message because you are subscribed to

Re: Issue 1958 in sympy: Bugs with greek letter symbols

2010-06-15 Thread sympy
Updates: Labels: Printing Comment #2 on issue 1958 by asmeurer: Bugs with greek letter symbols http://code.google.com/p/sympy/issues/detail?id=1958 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1958 in sympy: Bugs with greek letter symbols

2010-06-15 Thread sympy
Comment #1 on issue 1958 by asmeurer: Bugs with greek letter symbols http://code.google.com/p/sympy/issues/detail?id=1958 Actually, the first problem only occurs when just printing the function without arguments: In [6]: f = Function('phi_nu') In [7]: f Out[7]: phi_nu In [8]: f(x) Out[8]:

Re: Issue 1914 in sympy: add dictionary support to sympify

2010-06-15 Thread sympy
Updates: Labels: -NeedsReview Comment #3 on issue 1914 by smichr: add dictionary support to sympify http://code.google.com/p/sympy/issues/detail?id=1914 merged into issue 1778 -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 1917 in sympy: 1917: misc edits

2010-06-15 Thread sympy
Updates: Cc: Ronan.Lamy Comment #4 on issue 1917 by smichr: 1917: misc edits http://code.google.com/p/sympy/issues/detail?id=1917 This has been rebased on master and is awaiting review. smichr branch 1917 at github. -- You received this message because you are subscribed to the

Re: Issue 1918 in sympy: 1918: sqrt speed up

2010-06-15 Thread sympy
Comment #1 on issue 1918 by smichr: 1918: sqrt speed up http://code.google.com/p/sympy/issues/detail?id=1918 rebased on master and pushed to smichr's branch 1918 at github. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-06-15 Thread sympy
Comment #4 on issue 1916 by justo.romero: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Could this somehow have something to do with Issue 479: Window initialization failed? I have tried to copy pyglet folder

Re: Issue 1832 in sympy: wildfunction needs to be imported in symbol

2010-06-15 Thread sympy
Comment #2 on issue 1832 by smichr: wildfunction needs to be imported in symbol http://code.google.com/p/sympy/issues/detail?id=1832 rebased on master, in smichr's branch 1832 at github. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 1923 in sympy: count_ops doesn't return a count (by default)

2010-06-15 Thread sympy
Updates: Cc: -asmeurer Comment #2 on issue 1923 by smichr: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 rebased on master and ready for review at smichr's branch 1923 at github. -- You received this message because you are

Re: Issue 1924 in sympy: Eq() gets .as_basic() method

2010-06-15 Thread sympy
Updates: Cc: -asmeurer Ronan.Lamy Comment #6 on issue 1924 by smichr: Eq() gets .as_basic() method http://code.google.com/p/sympy/issues/detail?id=1924 Hearing no second, I've just rebased this on master; it is branch 1924 at smichr's github acct. -- You received this message

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-06-15 Thread sympy
Comment #7 on issue 1916 by smichr: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 One thing that makes bisecting hard is the existence of errors in the history that don't allow one's script to run. For example,

Re: [PATCH 2/4] Implemented optional free-form source format for Fortran code printer

2010-06-15 Thread Øyvind Jensen
ti., 15.06.2010 kl. 00.04 +0200, skrev Vinzent Steinberg: What about updating the docstring? It is updated: @@ -309,6 +346,8 @@ def fcode(expr, **settings): some parameter statements for the number symbols. If False, the same information is

disconnect-assumptions branch comments

2010-06-15 Thread Ondrej Certik
Hi, I've tried the disconnect-assumptions branch and I got some recursive exception problems, so I did git checkout HEAD~2 and then they disappeared, but I still got lots of other exceptions and failures. Run the test using: Then this branch here: http://github.com/certik/sympy/tree/assum

[sympy] changes of June 15th

2010-06-15 Thread smichr
There were a large number of changes pushed in today. Were these all issues that were up for public review? (If there were issue numbers attached to the changes in the commit log I wouldn't have to ask but I only saw one of the nearly 30 that had a reference to an issue number.) -- You received

[sympy] navitaing though sympy expression

2010-06-15 Thread nelson
hi all! i am evaluating sympy for a project i'm doing. Basically i want to be able to extract a part of an expression, for examplre (x+1)^2 out of (x+2)*(x+1)^2 and performing an operation on it. For example,, expanding the (x+1)^2 term wold return the expression (x+2)*(x^2+2*x+1) is it

Re: [sympy] changes of June 15th

2010-06-15 Thread Ondrej Certik
On Tue, Jun 15, 2010 at 10:11 AM, smichr smi...@gmail.com wrote: There were a large number of changes pushed in today. Were these all issues that were up for public review? (If there were issue numbers attached to the changes in the commit log I wouldn't have to ask but I only saw one of the

Re: [sympy] navitaing though sympy expression

2010-06-15 Thread Aaron S. Meurer
Hi. The easiest way to do this is to use .args: In [1]: a = (x + 2)*(x + 1)**2 In [2]: a Out[2]: 2 (1 + x) ⋅(2 + x) In [3]: a.args Out[3]: ⎛ 2 ⎞ ⎝(1 + x) , 2 + x⎠ In [4]: a.args[0] Out[4]: 2 (1 + x) In [5]: a.args[0].expand()*a.args[1] Out[5]: ⎛