Re: [PATCH] remove deprecated code

2010-04-27 Thread Ondrej Certik
Yes, nice. +1 On Mon, Apr 26, 2010 at 8:52 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: As of 0.7.0, we do no longer support creating matrices without brackets. See issue 930. Signed-off-by: Vinzent Steinberg vinzent.steinb...@gmail.com ---  sympy/matrices/matrices.py |  

Re: [PATCH] remove deprecated code

2010-04-27 Thread Aaron S. Meurer
What about a test? Otherwise, I agree. Aaron Meurer On Apr 27, 2010, at 1:11 PM, Ondrej Certik wrote: Yes, nice. +1 On Mon, Apr 26, 2010 at 8:52 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: As of 0.7.0, we do no longer support creating matrices without brackets. See

Re: [PATCH] remove deprecated code

2010-04-27 Thread Vinzent Steinberg
010/4/27 Aaron S. Meurer asmeu...@gmail.com: What about a test? Otherwise, I agree. Personally, I don't want to add a test for deprecated behaviour. But we could indeed add a test for wrong arguments. Vinzent -- You received this message because you are subscribed to the Google Groups

[PATCH 1/2] fix matrix test, remove unused imports

2010-04-27 Thread Vinzent Steinberg
Signed-off-by: Vinzent Steinberg vinzent.steinb...@gmail.com --- sympy/matrices/tests/test_matrices.py |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sympy/matrices/tests/test_matrices.py b/sympy/matrices/tests/test_matrices.py index c764213..993b238 100644 ---

[PATCH 2/2] add a test for wrong args to Matrix()

2010-04-27 Thread Vinzent Steinberg
Signed-off-by: Vinzent Steinberg vinzent.steinb...@gmail.com --- sympy/matrices/tests/test_matrices.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sympy/matrices/tests/test_matrices.py b/sympy/matrices/tests/test_matrices.py index 993b238..81af2c5 100644 ---