Re: Issue 1491 in sympy: Use nice ordering in printing

2011-04-29 Thread sympy
Updates: Summary: Use nice ordering in printing Status: Started Labels: -Milestone-Release0.7.0 -PassedReview Comment #15 on issue 1491 by ronan.l...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 I think the nice ordering

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-04-29 Thread sympy
Updates: Labels: -Priority-Medium Priority-High Milestone-Release0.7.0 EasyToFix Comment #16 on issue 1491 by asmeurer: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 This should be easy to fix. Just change the default and update the printer tests.

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-04-29 Thread sympy
Comment #17 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 And all doctests. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-08 Thread sympy
Updates: Blockedon: 2354 Comment #18 on issue 1491 by asmeurer: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 I started looking at this, but it's unclear where the default should be set (there's bin/isympy, sympy/printing/printer.py, and sympy/int

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-08 Thread sympy
Updates: Labels: -EasyToFix Comment #19 on issue 1491 by asmeurer: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 If you change the default ordering to lex, a couple of the test failures are outside of printing/, because they test the string of the e

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-08 Thread sympy
Comment #20 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 I'm at a conference right now and till tomorrow I may not have internet connection, so I will reply to this and other issues tomorrow. -- You received this me

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-08 Thread sympy
Comment #21 on issue 1491 by asmeurer: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 OK, thanks. I am finally finished with classes, so I am going through all the release-0.7.0 issues and seeing what needs to be done. -- You received this message because

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-18 Thread sympy
Issue 1491: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 This issue is now blocking issue 2388. See http://code.google.com/p/sympy/issues/detail?id=2388 -- You received this message because you are listed in the owner or CC fields of this issue, or because y

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-20 Thread sympy
Comment #23 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 Actually it was trivial to improve printing of complex numbers, see: https://github.com/mattpap/sympy/tree/complex-order -- You received this message because

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-20 Thread sympy
Comment #24 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 I run tests and it doesn't look that bad. No more core test failures, only obvious ones in printing and code generation, and a few in simplify and ode (due to

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-20 Thread sympy
Comment #25 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 I fixed all test failures. The diff has less than 1000 lines and would be even shorter if some of the tests in printing weren't wrong (usually whitespace issu

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-21 Thread sympy
Comment #26 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 I fixed bugs related to non-commutative symbols in ordering functions and improved ordering of certain classes of expressions when fixing doctests. Fixed all

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-21 Thread sympy
Updates: Labels: -Priority-High Priority-Critical NeedsReview Comment #27 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 Pull request is here: https://github.com/sympy/sympy/pull/344 -- You received this message

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-22 Thread sympy
Updates: Labels: -Priority-Critical -NeedsReview Priority-Medium Comment #28 on issue 1491 by ronan.l...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 The pull request is in, but I think we should get rid of the old order completely.

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-22 Thread sympy
Comment #29 on issue 1491 by matt...@gmail.com: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 Thanks. The old order will most certainly die naturally when Py3k port is ready, but I don't mind removing it earlier. -- You received this message because yo

Re: Issue 1491 in sympy: Use nice ordering in printing

2011-05-22 Thread sympy
Updates: Labels: -Milestone-Release0.7.0 Milestone-Release0.8.0 Comment #30 on issue 1491 by asmeurer: Use nice ordering in printing http://code.google.com/p/sympy/issues/detail?id=1491 Yeah, let's remove it eventually, but keep it around for now. -- You received this message because yo