Re: Issue 3741 in sympy: nargs should return tuple in all cases

2013-06-21 Thread sympy
Comment #1 on issue 3741 by skirpic...@gmail.com: nargs should return tuple in all cases http://code.google.com/p/sympy/issues/detail?id=3741 https://github.com/sympy/sympy/pull/2201 -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 3171 in sympy: direction doesn't affect some limits

2013-06-21 Thread sympy
Comment #3 on issue 3171 by skirpic...@gmail.com: direction doesn't affect some limits http://code.google.com/p/sympy/issues/detail?id=3171 Now it works in master: In [3]: limit(1/(x-2),x,2,dir='-') Out[3]: -∞ -- You received this message because this project is configured to send all

Re: Issue 3171 in sympy: direction doesn't affect some limits

2013-06-21 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3171 by skirpic...@gmail.com: direction doesn't affect some limits http://code.google.com/p/sympy/issues/detail?id=3171 Fixed in this commit: commit 68c851d171ad3e89ac16b00ac272f36e7f61b3b8 Author: Sai Nikhil tsnleg...@gmail.com Date: Thu

Re: Issue 3898 in sympy: sift

2013-06-21 Thread sympy
Comment #1 on issue 3898 by smi...@gmail.com: sift http://code.google.com/p/sympy/issues/detail?id=3898 sift comsumes and stores the entire iterable: m = defaultdict(list) for i in seq: m[keyfunc(i)].append(i) return m -- You received this message because this project is

Re: Issue 2482 in sympy: Stop bundling mpmath

2013-06-21 Thread sympy
Comment #53 on issue 2482 by ondrej.c...@gmail.com: Stop bundling mpmath http://code.google.com/p/sympy/issues/detail?id=2482 P.S. Just discovered this post: http://vagabond.github.io/2013/06/21/z_packagers-dont-know-best/ I am posting it here to lighten up the discussion a bit :), but the