Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-16 Thread sympy
Updates: Labels: NeedsReview smichr Comment #9 on issue 2562 by smi...@gmail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 (No comment was entered for this change.) -- You received this message because you are subscri

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-16 Thread sympy
Updates: Status: Fixed Comment #10 on issue 2562 by smi...@gmail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 (No comment was entered for this change.) -- You received this message because you are subscribed to the G

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-19 Thread sympy
Updates: Status: Accepted Cc: ness...@googlemail.com Comment #11 on issue 2562 by asmeurer: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 There are still problems with this. For example: $python2.5 bin/test concr

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-19 Thread sympy
Comment #12 on issue 2562 by renato.c...@gmail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 I solved this in my py25-fixes branch. There's code in http://docs.python.org/library/itertools.html to emulate the same behavior

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-19 Thread sympy
Comment #13 on issue 2562 by renato.c...@gmail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 All tests are passing for me, so I made a pull request (#501). -- You received this message because you are subscribed to the Google

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-20 Thread sympy
Comment #14 on issue 2562 by smi...@gmail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 Perhaps we should leave this open, noting that the added functions largely duplicate existing functions (variations and cartes in iterab

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-20 Thread sympy
Comment #15 on issue 2562 by smi...@gmail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 Compatibility versions of itertools function are now used in utilities.iterables. A compatibility 'combinations' function was also added

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-21 Thread sympy
Comment #16 on issue 2562 by ness...@googlemail.com: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 So the hyperexpand() problem has been fixed? I'm sorry I have been using itertools freely without realising that it does not work

Re: Issue 2562 in sympy: Test failure in generate_derangements() with Python2.5

2011-07-21 Thread sympy
Updates: Status: Fixed Comment #17 on issue 2562 by asmeurer: Test failure in generate_derangements() with Python2.5 http://code.google.com/p/sympy/issues/detail?id=2562 All tests pass in Python 2.5. -- You received this message because you are subscribed to the Google Groups "sympy