Re: Issue 1778 in sympy: Rational from string can be improved

2009-12-27 Thread sympy
Comment #8 on issue 1778 by smichr: Rational from string can be improved http://code.google.com/p/sympy/issues/detail?id=1778 Please see commit 1778 in branch 1766 at smichr's github account. It has been fixed. Is there a concern about Comment 5 that remains? I'm not sure I understood the

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

2009-12-27 Thread sympy
Updates: Labels: NeedsReview Comment #13 on issue 1725 by smichr: Implement switch manager for expand() and possibly others http://code.google.com/p/sympy/issues/detail?id=1725 With the new hint manager, this will be easy to change. Should we do this in two steps? First the manager

Re: Issue 1766 in sympy: expand(power_base=True) is too aggressive

2009-12-27 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #19 on issue 1766 by smichr: expand(power_base=True) is too aggressive http://code.google.com/p/sympy/issues/detail?id=1766 OK, this is ready to look at: commit 1766 in smichr's 1766 branch at github. Laws regarding power rules

Re: Issue 1770 in sympy: runtests could be more conservative in printing

2009-12-27 Thread sympy
Updates: Labels: -NeedsReview PassedReview NeedsBetterPatch Comment #7 on issue 1770 by asmeurer: runtests could be more conservative in printing http://code.google.com/p/sympy/issues/detail?id=1770 This prints a bit more of the path than the regular doctests:

Re: Issue 1770 in sympy: runtests could be more conservative in printing

2009-12-27 Thread sympy
Comment #8 on issue 1770 by smichr: runtests could be more conservative in printing http://code.google.com/p/sympy/issues/detail?id=1770 That's because the results come back as a batch when doing the txt tests. I haven't looked into how this module could be modified to print a dot after each

Re: Issue 1770 in sympy: runtests could be more conservative in printing

2009-12-27 Thread sympy
Comment #9 on issue 1770 by smichr: runtests could be more conservative in printing http://code.google.com/p/sympy/issues/detail?id=1770 ok, I've got the path shortened. Although I tried to go the file name to print first by using a trailing comma but this doesn't work because of