Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-08-11 Thread sympy
Comment #21 on issue 2014 by torstenm...@gmail.com: use ordered_iter or iterable instead of checking for literal container http://code.google.com/p/sympy/issues/detail?id=2014 Here is the pull request: https://github.com/sympy/sympy/pull/2376 It only contains the tests, as I feel a bit

2 issues changed in sympy

2013-08-11 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment by julien.r...@gmail.com: Merged. Affected issues: issue 2492: Better way to test warnings http://code.google.com/p/sympy/issues/detail?id=2492 issue 3964: Test failure in master: __contains__ deprecated in

Issue 3972 in sympy: Don't install isympy3

2013-08-11 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Milestone-Release0.7.4 New issue 3972 by asmeu...@gmail.com: Don't install isympy3 http://code.google.com/p/sympy/issues/detail?id=3972 See the discussion on the mailing list. I think installing entry points with the 3 suffix is a

Re: Issue 3959 in sympy: Travis issues with dependencies

2013-08-11 Thread sympy
Comment #2 on issue 3959 by asmeu...@gmail.com: Travis issues with dependencies http://code.google.com/p/sympy/issues/detail?id=3959 Yeah, sometimes the Travis VM is just slow, so you may be right. I still think we need to fix this issue though (especially the first point, because some

Re: Issue 3971 in sympy: Missing eigenvalues

2013-08-11 Thread sympy
Updates: Status: Valid Labels: Solvers Matrices Polynomial Comment #1 on issue 3971 by asmeu...@gmail.com: Missing eigenvalues http://code.google.com/p/sympy/issues/detail?id=3971 The remaining eigenvalues require RootOf to be expressed. But roots and eigenvals should show

Re: Issue 3970 in sympy: A bug on the degree function

2013-08-11 Thread sympy
Updates: Status: Valid Labels: Polynomial Comment #1 on issue 3970 by asmeu...@gmail.com: A bug on the degree function http://code.google.com/p/sympy/issues/detail?id=3970 It works if you pass a Poly (though we currently have the stupid -1 convention for 0 instead of -oo).

Re: Issue 3968 in sympy: factor_list() error Python3

2013-08-11 Thread sympy
Comment #4 on issue 3968 by asmeu...@gmail.com: factor_list() error Python3 http://code.google.com/p/sympy/issues/detail?id=3968 Is it enough to put the polynomials all under the same set of generators (I forget what this is called in the polys)? Or do we need to write a custom key

Re: Issue 3969 in sympy: Problem with caching and evaluating derivatives with Dummy's

2013-08-11 Thread sympy
Comment #2 on issue 3969 by asmeu...@gmail.com: Problem with caching and evaluating derivatives with Dummy's http://code.google.com/p/sympy/issues/detail?id=3969 I tried using SYMPY_USE_CACHE=debug, but then SymPy won't even import! -- You received this message because this project is

Re: Issue 3971 in sympy: Missing eigenvalues

2013-08-11 Thread sympy
Comment #2 on issue 3971 by ryan.gre...@gmail.com: Missing eigenvalues http://code.google.com/p/sympy/issues/detail?id=3971 Just to let you know, this also results in W.jordan_cells(), and therefore W.jordan_form() to fail. -- You received this message because this project is configured to