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

2010-12-19 Thread sympy
Comment #30 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 Using ./bin/doctest doesn't change anything. However, I discovered this is linked to extra-indentation in count_ops() docstring: def count_o

Re: Issue 2032 in sympy: Ability to work with K[x, 1/x] in Polys

2010-12-19 Thread sympy
Comment #9 on issue 2032 by asmeurer: Ability to work with K[x, 1/x] in Polys http://code.google.com/p/sympy/issues/detail?id=2032 Well, I don't have any problem with Poly only partially handling 1/x type generators and raising NotImplementedError when it encounters something it can't han

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

2010-12-19 Thread sympy
Comment #29 on issue 1923 by asmeurer: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 Does it work with just "./bin/doctest"? Perhaps there is a bug in the doctest runner (there already is a problem with things not being doctested when

Re: Issue 2084 in sympy: limit(1+1/x, x, 0, dir='-') fails

2010-12-19 Thread sympy
Comment #41 on issue 2084 by asmeurer: limit(1+1/x, x, 0, dir='-') fails http://code.google.com/p/sympy/issues/detail?id=2084 Well, since you also worked on a patch, I would consider your review to be valid. You definitely can say more about the changes than someone like me, who isn't at al

Issue 2124 in sympy: cos(x).series(x) gives same result as cos(x).series(x, 1)

2010-12-19 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 2124 by smichr: cos(x).series(x) gives same result as cos(x).series(x, 1) http://code.google.com/p/sympy/issues/detail?id=2124 h[1] >>> cos(x).series(x) 1 - x**2/2 + x**4/24 + O(x**6) h[2] >>> cos(x).series(x, 1) 1 -

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

2010-12-19 Thread sympy
Comment #28 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 However, I don't understand why "./setup.py test" does not report failing docstrings in this case ?! -- You received this message because you

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

2010-12-19 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #27 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 There are some issues concerning docstrings. I've made corresponding comments directly in

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

2010-12-19 Thread sympy
Issue 1923: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 This issue is now blocking issue 2011. See http://code.google.com/p/sympy/issues/detail?id=2011 -- You received this message because you are listed in the owner or CC fields of this iss

Re: Issue 2011 in sympy: less self-confident simplify

2010-12-19 Thread sympy
Updates: Blockedon: 1923 Comment #2 on issue 2011 by nicolas.pourcelot: less self-confident simplify http://code.google.com/p/sympy/issues/detail?id=2011 If no one else has done it before, I'll implement it once .count_ops() modifications will be in. See https://github.com/smichr/s

Re: Issue 2084 in sympy: limit(1+1/x, x, 0, dir='-') fails

2010-12-19 Thread sympy
Comment #40 on issue 2084 by nicolas.pourcelot: limit(1+1/x, x, 0, dir='-') fails http://code.google.com/p/sympy/issues/detail?id=2084 'Chris is actually a "senior member" if you ask me' Yes, but I meant, someone else than the author. :) There's something I don't understand concerning Githu