Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-02-21 Thread sympy
Updates: Status: Fixed Comment #11 on issue 3576 by smi...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 symbols('a:4:4') (a00, a01, a02, a03, a10, a11, a12, a13, a20, a21, a22, a23, a30, a31, a32, a33) symbols('a(0:4):4') (a00, a01, a0

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-02-18 Thread sympy
Comment #10 on issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 The fix implements the parentheses idea, like symbols("a(0:4)(0:4)"). -- You received this message because this project is configured to send all issue notificatio

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-02-17 Thread sympy
Comment #9 on issue 3576 by windo...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 symbols('a0:4') (a₀, a₁, a₂, a₃) symbols('aa:z') (aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, a t, au, av, aw, ax, ay, az) Down

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-02-14 Thread sympy
Comment #8 on issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 That pull request is still open, so it isn't fixed yet, but work has already been started on it, so if you wanted to fix it you should probably just build up what

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-02-14 Thread sympy
Comment #7 on issue 3576 by windo...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 This problem is resolved or not? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust yo

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-29 Thread sympy
Comment #6 on issue 3576 by smi...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 I also added some fixes for a variety of issues in https://github.com/Aki92/sympy/pull/1 -- You received this message because you are subscribed to the Google Groups

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-26 Thread sympy
Comment #5 on issue 3576 by akshit.j...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 I have tried to implement the Parentheses Idea, please check it and if their is any mistake I had done please tell me so that I can correct it. Here is the p

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-20 Thread sympy
Comment #4 on issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 It's the idea I described above. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-20 Thread sympy
Comment #3 on issue 3576 by akshit.j...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 Can you please tell what is still left in this project as I want to do this project.What is the parentheses idea? -- You received this message because you ar

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-02 Thread sympy
Updates: Labels: -NeedsReview Comment #2 on issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 That was merged. Leaving this open for my parentheses idea. -- You received this message because you are subscribed to the Goog

Re: Issue 3576 in sympy: symbols('aa:g') should work

2013-01-02 Thread sympy
Updates: Labels: NeedsReview Comment #1 on issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 https://github.com/sympy/sympy/pull/1706 -- You received this message because you are subscribed to the Google Groups "sympy-iss

Issue 3576 in sympy: symbols('aa:g') should work

2012-12-28 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium EasyToFix New issue 3576 by asmeu...@gmail.com: symbols('aa:g') should work http://code.google.com/p/sympy/issues/detail?id=3576 We have In [3]: symbols('a0:3') Out[3]: (a₀, a₁, a₂) So I would expect symbols('aa:c') to produce symbo