Re: Issue 2633 in sympy: Can't print Add of hilbert spaces

2011-08-12 Thread sympy
Updates: Labels: Printing Comment #1 on issue 2633 by asmeurer: Can't print Add of hilbert spaces http://code.google.com/p/sympy/issues/detail?id=2633 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1439 in sympy: polynomial solution missing real roots

2011-08-12 Thread sympy
Updates: Status: Fixed Comment #4 on issue 1439 by matt...@gmail.com: polynomial solution missing real roots http://code.google.com/p/sympy/issues/detail?id=1439 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2602 in sympy: Definition of homogeneous in the polys module is wrong

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Comment #1 on issue 2602 by matt...@gmail.com: Definition of homogeneous in the polys module is wrong http://code.google.com/p/sympy/issues/detail?id=2602 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2439 in sympy: collect() should allow to apply a function to coefficients

2011-08-12 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2439 by matt...@gmail.com: collect() should allow to apply a function to coefficients http://code.google.com/p/sympy/issues/detail?id=2439 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 2623 in sympy: Tuple should pretty-print its arguments

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Comment #1 on issue 2623 by matt...@gmail.com: Tuple should pretty-print its arguments http://code.google.com/p/sympy/issues/detail?id=2623 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 1457 in sympy: Pretty printing inside big O

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Labels: -NeedsReview PassedReview Comment #8 on issue 1457 by matt...@gmail.com: Pretty printing inside big O http://code.google.com/p/sympy/issues/detail?id=1457 (No comment was entered for this change.) -- You received this message

Re: Issue 1140 in sympy: isympy fails to import sympy when executed from bin

2011-08-12 Thread sympy
Updates: Status: Fixed Comment #1 on issue 1140 by matt...@gmail.com: isympy fails to import sympy when executed from bin http://code.google.com/p/sympy/issues/detail?id=1140 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 2548 in sympy: Partial fraction decomposition with linear denominators

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Cc: -matt...@gmail.com Comment #2 on issue 2548 by matt...@gmail.com: Partial fraction decomposition with linear denominators http://code.google.com/p/sympy/issues/detail?id=2548 Use `extension` option to factorize denominator over

Re: Issue 1457 in sympy: Pretty printing inside big O

2011-08-12 Thread sympy
Comment #9 on issue 1457 by asmeurer: Pretty printing inside big O http://code.google.com/p/sympy/issues/detail?id=1457 I might note that since you have administrative privileges in the issue tracker, you can do bulk editing. This makes it easier to close a bunch of issues. Just search

Re: Issue 2573 in sympy: Poly objects are not callable

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Cc: -matt...@gmail.com Comment #1 on issue 2573 by matt...@gmail.com: Poly objects are not callable http://code.google.com/p/sympy/issues/detail?id=2573 This is a regression. It's fixed in master now, e.g.: In [1]: Poly(x*y, x, y)(2, 3)

Re: Issue 1500 in sympy: Sum does not work with some arguments

2011-08-12 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1500 by matt...@gmail.com: Sum does not work with some arguments http://code.google.com/p/sympy/issues/detail?id=1500 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1272 in sympy: remove canonize

2011-08-12 Thread sympy
Updates: Status: Fixed Labels: -Milestone-Release0.8.0 Milestone-Release0.7.2 Comment #2 on issue 1272 by matt...@gmail.com: remove canonize http://code.google.com/p/sympy/issues/detail?id=1272 This was deprecated for more than two years. Rescheduled for 0.7.2 and removed in

Re: Issue 2565 in sympy: Problem with Poly(modulus).is_irreducible

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Cc: -matt...@gmail.com Comment #2 on issue 2565 by matt...@gmail.com: Problem with Poly(modulus).is_irreducible http://code.google.com/p/sympy/issues/detail?id=2565 In [1]: Poly(x**2 + x + 1, x, modulus=2).is_irreducible Out[1]: True

Re: Issue 2579 in sympy: Fix latex(Poly)

2011-08-12 Thread sympy
Updates: Status: Fixed Owner: --- Comment #1 on issue 2579 by matt...@gmail.com: Fix latex(Poly) http://code.google.com/p/sympy/issues/detail?id=2579 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1457 in sympy: Pretty printing inside big O

2011-08-12 Thread sympy
Comment #10 on issue 1457 by matt...@gmail.com: Pretty printing inside big O http://code.google.com/p/sympy/issues/detail?id=1457 I know, but I had to comment on fixes of a few of those issues. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2548 in sympy: Partial fraction decomposition with linear denominators

2011-08-12 Thread sympy
Updates: Status: Accepted Comment #3 on issue 2548 by asmeurer: Partial fraction decomposition with linear denominators http://code.google.com/p/sympy/issues/detail?id=2548 I'm not particularly satisfied with this solution. -- You received this message because you are subscribed to

Re: Issue 2548 in sympy: Partial fraction decomposition with linear denominators

2011-08-12 Thread sympy
Comment #4 on issue 2548 by matt...@gmail.com: Partial fraction decomposition with linear denominators http://code.google.com/p/sympy/issues/detail?id=2548 So what would you suggest? The current solution is the most flexible one, because it allows you to setup the exact domain. When

Re: Issue 2548 in sympy: Partial fraction decomposition with linear denominators

2011-08-12 Thread sympy
Comment #5 on issue 2548 by asmeurer: Partial fraction decomposition with linear denominators http://code.google.com/p/sympy/issues/detail?id=2548 I still think we should do what I suggested in comment 1 (up to a possible renaming of suggested options). Using extension=I is basically a

Re: Issue 2548 in sympy: Partial fraction decomposition with linear denominators

2011-08-12 Thread sympy
Comment #6 on issue 2548 by ness...@googlemail.com: Partial fraction decomposition with linear denominators http://code.google.com/p/sympy/issues/detail?id=2548 I also agree that providing the extension is not very helpful. I understand that it is not in general possible to do explicit

Re: Issue 2548 in sympy: Partial fraction decomposition with linear denominators

2011-08-12 Thread sympy
Comment #7 on issue 2548 by asmeurer: Partial fraction decomposition with linear denominators http://code.google.com/p/sympy/issues/detail?id=2548 It is possible if you express it using RootSum, or use RootOf objects. As I said, the algorithm for doing this is there, only the information

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2011-08-12 Thread sympy
Comment #7 on issue 2103 by asmeurer: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 I played with this a little more, and got a graph of only the top level directories. Here's the command I used to create the dot file (there's also some stuff to

Re: Issue 2103 in sympy: fix sympy's internal dependencies

2011-08-12 Thread sympy
Comment #8 on issue 2103 by asmeurer: fix sympy's internal dependencies http://code.google.com/p/sympy/issues/detail?id=2103 Actually, I used find sympy/ | GREP \.py$ | GREP -v tests/ | xargs sfood | sfood-cluster `LS -1 sympy | xargs -L 1 echo sympy/| tr -d ` | GREP -E