Re: Issue 2160 in sympy: List of dependencies

2011-11-22 Thread sympy
Comment #12 on issue 2160 by TacticalGenius230: List of dependencies http://code.google.com/p/sympy/issues/detail?id=2160 Hello, I'm Aidan Talerico, the student that has claimed this task on Google Code-In. I'm sorry for not posting sooner, but yesterday some unexpected conflicts came up

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #9 on issue 2763 by chancell...@hotmail.co.uk: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 I am working with Macromedia Fireworks to fix the transparency of the Main logo at the moment. I'm using the 500x500 image and then re-sizing down to all the

Re: Issue 2797 in sympy: Translate our webpage

2011-11-22 Thread sympy
Comment #7 on issue 2797 by krastano...@gmail.com: Translate our webpage http://code.google.com/p/sympy/issues/detail?id=2797 Please be aware that the text to be translated is in the templates folder. The rest is autogenerated from that text. -- You received this message because you are

Re: Issue 2599 in sympy: Update isympy manpage

2011-11-22 Thread sympy
Updates: Labels: PassedReview Comment #10 on issue 2599 by krastano...@gmail.com: Update isympy manpage http://code.google.com/p/sympy/issues/detail?id=2599 pull request 731 -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 363 in sympy: split() method

2011-11-22 Thread sympy
Comment #8 on issue 363 by ronan.l...@gmail.com: split() method http://code.google.com/p/sympy/issues/detail?id=363 I don't really understand the idea here. This looks just like a duplicate of (Add|Mul).make_args(). -- You received this message because you are subscribed to the Google

Issue 2860 in sympy: IMHO limit's dir should not default to +

2011-11-22 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2860 by s...@fastwebnet.it: IMHO limit's dir should not default to + http://code.google.com/p/sympy/issues/detail?id=2860 In [25]: limit( (x**2-2*x-3) / (x**2-6*x+9), x, 3) Out[25]: ∞ is wrong, becaus: In [26]: limit(

Re: Issue 2784 in sympy: 1/function() should be printed differently by latex printer

2011-11-22 Thread sympy
Updates: Labels: PassedReview Comment #6 on issue 2784 by krastano...@gmail.com: 1/function() should be printed differently by latex printer http://code.google.com/p/sympy/issues/detail?id=2784 pull request 736 -- You received this message because you are subscribed to the Google

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #10 on issue 2763 by chancell...@hotmail.co.uk: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 I made some progress on the logo, I colour corrected the tail manually so that it does not have the white shading, the first draft is here :

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #11 on issue 2763 by chancell...@hotmail.co.uk: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 --^ Quick Fix, shaded the colours better on the circle

Re: Issue 654 in sympy: exp._eval_subs contains dead code ?

2011-11-22 Thread sympy
Updates: Status: Fixed Comment #7 on issue 654 by asmeu...@gmail.com: exp._eval_subs contains dead code ? http://code.google.com/p/sympy/issues/detail?id=654 This was fixed. See https://github.com/sympy/sympy/pull/733. -- You received this message because you are subscribed to the

Re: Issue 1000 in sympy: limit a/x (Make limit() two sided by default)

2011-11-22 Thread sympy
Updates: Summary: limit a/x (Make limit() two sided by default) Comment #28 on issue 1000 by asmeu...@gmail.com: limit a/x (Make limit() two sided by default) http://code.google.com/p/sympy/issues/detail?id=1000 (No comment was entered for this change.) -- You received this message

Re: Issue 2860 in sympy: IMHO limit's dir should not default to +

2011-11-22 Thread sympy
Updates: Status: Duplicate Mergedinto: 1000 Comment #1 on issue 2860 by asmeu...@gmail.com: IMHO limit's dir should not default to + http://code.google.com/p/sympy/issues/detail?id=2860 It's hard to find, but this is actually already reported. -- You received this message

Re: Issue 2052 in sympy: is_Zero != is_zero (was is_number needs a new name (was is_number could do more))

2011-11-22 Thread sympy
Comment #11 on issue 2052 by asmeu...@gmail.com: is_Zero != is_zero (was is_number needs a new name (was is_number could do more)) http://code.google.com/p/sympy/issues/detail?id=2052 Let's consider Sum(0, (x, 1, 2)) the same way that we consider sin(x)**2 + cos(x)**2 - 1. It's an

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #12 on issue 2763 by chancell...@hotmail.co.uk: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 Going to bed for now, this is my first draft of the Transparency :

Re: Issue 2052 in sympy: is_Zero != is_zero (was is_number needs a new name (was is_number could do more))

2011-11-22 Thread sympy
Comment #12 on issue 2052 by smi...@gmail.com: is_Zero != is_zero (was is_number needs a new name (was is_number could do more)) http://code.google.com/p/sympy/issues/detail?id=2052 The question is, which method should be able to do that? Sum with an explicit 0 arg is easier to detect than

Re: Issue 2160 in sympy: List of dependencies

2011-11-22 Thread sympy
Comment #13 on issue 2160 by asmeu...@gmail.com: List of dependencies http://code.google.com/p/sympy/issues/detail?id=2160 Modify this page on the wiki: https://github.com/sympy/sympy/wiki/Dependencies. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2599 in sympy: Update isympy manpage

2011-11-22 Thread sympy
Updates: Status: Fixed Comment #11 on issue 2599 by asmeu...@gmail.com: Update isympy manpage http://code.google.com/p/sympy/issues/detail?id=2599 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Re: Issue 363 in sympy: split() method

2011-11-22 Thread sympy
Updates: Status: WontFix Comment #9 on issue 363 by asmeu...@gmail.com: split() method http://code.google.com/p/sympy/issues/detail?id=363 Hmm. I think you're right. Chris, do you still see this as useful? If so, please reopen. I've unpublished the GCI task for now. -- You

Re: Issue 2784 in sympy: 1/function() should be printed differently by latex printer

2011-11-22 Thread sympy
Updates: Status: Fixed Comment #7 on issue 2784 by asmeu...@gmail.com: 1/function() should be printed differently by latex printer http://code.google.com/p/sympy/issues/detail?id=2784 (No comment was entered for this change.) -- You received this message because you are subscribed

Re: Issue 2806 in sympy: Add more tips to the tips page

2011-11-22 Thread sympy
Comment #5 on issue 2806 by asmeu...@gmail.com: Add more tips to the tips page http://code.google.com/p/sympy/issues/detail?id=2806 It would be ideal to install it, so that you can verify that what you are saying is correct. And to get the tips, you'll need to look through the

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #13 on issue 2763 by asmeu...@gmail.com: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 Regarding SVG, please see https://github.com/certik/oscas-sympy/pull/6. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #14 on issue 2763 by asmeu...@gmail.com: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 Regarding the transparency, I think it should fade out a little more. Compare it to https://github.com/sympy/sympy.github.com/blob/master/media/logo-500x500.png. Of

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #15 on issue 2763 by asmeu...@gmail.com: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 Also, if it's possible, can you create some dummy webpage with a bunch of colored backgrounds with the logo on top of it, so I can see what the transparency looks like in

Issue 2861 in sympy: Two functions named div in GA.py

2011-11-22 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2861 by habel...@gmail.com: Two functions named div in GA.py http://code.google.com/p/sympy/issues/detail?id=2861 In the MV class from the galgebra sub module div has been defined twice. One only returns the value from

Re: Issue 2052 in sympy: is_Zero != is_zero (was is_number needs a new name (was is_number could do more))

2011-11-22 Thread sympy
Updates: Labels: Assumptions Comment #13 on issue 2052 by asmeu...@gmail.com: is_Zero != is_zero (was is_number needs a new name (was is_number could do more)) http://code.google.com/p/sympy/issues/detail?id=2052 is_zero. If it's easy to determine, then it will return fast. Right

Issue 2862 in sympy: Unknown intention in which variable to be used as loop base in class MV

2011-11-22 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2862 by habel...@gmail.com: Unknown intention in which variable to be used as loop base in class MV http://code.google.com/p/sympy/issues/detail?id=2862 In the class MV the function rebase has a for loop that uses an

Re: Issue 2862 in sympy: Unknown intention in which variable to be used as loop base in class MV

2011-11-22 Thread sympy
Comment #1 on issue 2862 by habel...@gmail.com: Unknown intention in which variable to be used as loop base in class MV http://code.google.com/p/sympy/issues/detail?id=2862 Forgot to mention the file, GA.py in the galgebra module. -- You received this message because you are subscribed to

Re: Issue 2861 in sympy: Two functions named div in GA.py

2011-11-22 Thread sympy
Updates: Status: Accepted Cc: abro...@verizon.net Comment #1 on issue 2861 by asmeu...@gmail.com: Two functions named div in GA.py http://code.google.com/p/sympy/issues/detail?id=2861 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2862 in sympy: Unknown intention in which variable to be used as loop base in class MV

2011-11-22 Thread sympy
Updates: Status: Accepted Cc: abro...@verizon.net Comment #2 on issue 2862 by asmeu...@gmail.com: Unknown intention in which variable to be used as loop base in class MV http://code.google.com/p/sympy/issues/detail?id=2862 (No comment was entered for this change.) -- You

Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-11-22 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Critical Plotting New issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 This is printed whenever I run SymPy-Bot: sympy/polys/tests/test_domains.py[33]

Re: Issue 2766 in sympy: Translate tutorial

2011-11-22 Thread sympy
Comment #5 on issue 2766 by ondrej.c...@gmail.com: Translate tutorial http://code.google.com/p/sympy/issues/detail?id=2766 Important requirement: the translation can *not* be done using any automatic tools. It has to be human translation. -- You received this message because you are

Re: Issue 2766 in sympy: Translate tutorial

2011-11-22 Thread sympy
Comment #6 on issue 2766 by asmeu...@gmail.com: Translate tutorial http://code.google.com/p/sympy/issues/detail?id=2766 And we need to be able to tell this. So you should not do a translation task unless you are *fluent* in both English and the other language. -- You received this message

Re: Issue 2763 in sympy: Fix the SymPy Logo

2011-11-22 Thread sympy
Comment #16 on issue 2763 by chancell...@hotmail.co.uk: Fix the SymPy Logo http://code.google.com/p/sympy/issues/detail?id=2763 I increased the Transparency to -2% per pixel, it now looks a lot more like the original logo on a white background. I made a large image with the logo on

Re: Issue 2599 in sympy: Update isympy manpage

2011-11-22 Thread sympy
Updates: Labels: PassedReview Comment #10 on issue 2599 by krastano...@gmail.com: Update isympy manpage http://code.google.com/p/sympy/issues/detail?id=2599 pull request 731 -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to

Re: Issue 2848 in sympy: Failing test in sympy/solvers/test/test_solvers.py

2011-11-22 Thread sympy
Updates: Status: Fixed Comment #25 on issue 2848 by ronan.l...@gmail.com: Failing test in sympy/solvers/test/test_solvers.py http://code.google.com/p/sympy/issues/detail?id=2848 Both the underlying issue and the test have been fixed, so I think we're done here. -- You received

Re: Issue 2784 in sympy: 1/function() should be printed differently by latex printer

2011-11-22 Thread sympy
Updates: Labels: PassedReview Comment #6 on issue 2784 by krastano...@gmail.com: 1/function() should be printed differently by latex printer http://code.google.com/p/sympy/issues/detail?id=2784 pull request 736 -- You received this message because you are subscribed to the Google

Re: Issue 2599 in sympy: Update isympy manpage

2011-11-22 Thread sympy
Updates: Status: Fixed Comment #11 on issue 2599 by asmeu...@gmail.com: Update isympy manpage http://code.google.com/p/sympy/issues/detail?id=2599 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-patches

Re: Issue 2784 in sympy: 1/function() should be printed differently by latex printer

2011-11-22 Thread sympy
Updates: Status: Fixed Comment #7 on issue 2784 by asmeu...@gmail.com: 1/function() should be printed differently by latex printer http://code.google.com/p/sympy/issues/detail?id=2784 (No comment was entered for this change.) -- You received this message because you are subscribed

Re: [sympy] Re: Module debugging with pyflakes

2011-11-22 Thread Joachim Durchholz
Am 22.11.2011 01:58, schrieb Matt Habel: For example, raises needs a string that has functions in it. This doesn't register as the function being used so the import is worthless in flakes mind. Hm. Maybe the Sympy should make raises() accept lambdas. That wouldn't work for statements, but I

Re: [sympy] Re: Module debugging with pyflakes

2011-11-22 Thread Joachim Durchholz
Am 22.11.2011 01:40, schrieb Aaron Meurer: if there are for example extra imports there, then they should be removed. For what it's worth, when I tried to import Sympy into Eclipse, having an unused import warning on a module would not be uncommon. Regards, Jo -- You received this message

Re: [sympy] Translation tasks

2011-11-22 Thread Joachim Durchholz
Am 22.11.2011 05:52, schrieb Aaron Meurer: So where would the document go? I agree with Ondrej that it should go somewhere on github. Maybe in the same area as the workflow document. I'm assuming that this is some kind of standard format. No it isn't, it's just something that I whipped up

[sympy] Videos

2011-11-22 Thread Aaron Meurer
Hi. A GCI student, Robin, has just finished the first video task. The video is a tutorial on how to install Python, SymPy, and IPython in Windows. I started a wiki page for videos at https://github.com/sympy/sympy/wiki/Videos. If someone knows of any other SymPy videos, please add them there.

[sympy] Google Code-In Strategy

2011-11-22 Thread Kshitij Aranke
So I have picked the project of 'Add a feed of what people are doing at SymPy Live' and I wanted to know if this strategy which I plan to implement is OK: Firstly, I will create a sidebar which shows the latest queries (queries will be stored in database and retrieved time stamp-wise, ie latest

Re: [sympy] Videos

2011-11-22 Thread David Joyner
On Tue, Nov 22, 2011 at 12:33 PM, Aaron Meurer asmeu...@gmail.com wrote: Hi. A GCI student, Robin, has just finished the first video task.  The video is a tutorial on how to install Python, SymPy, and IPython in Windows.  I started a wiki page for videos at

[sympy] Re: NotImplementedError: only univariate inequalities are supported

2011-11-22 Thread Joon Lee
Thank you for your responses. I was looking for a clean and easy to follow method, but.. On Nov 17, 4:42 pm, Aaron Meurer asmeu...@gmail.com wrote: In this case, it cannot solve systems of inequalities.  Unfortunately, our inequalities solver is still in its infant stages, so SymPy cannot yet

Re: [sympy] Re: NotImplementedError: only univariate inequalities are supported

2011-11-22 Thread Mateusz Paprocki
Hi, On 22 November 2011 13:36, Joon Lee jundo...@gmail.com wrote: Thank you for your responses. I was looking for a clean and easy to follow method, but.. On Nov 17, 4:42 pm, Aaron Meurer asmeu...@gmail.com wrote: In this case, it cannot solve systems of inequalities. Unfortunately,

Re: [sympy] SymPy for Maemo 4 5 and MeeGo 1.2 Harmattan

2011-11-22 Thread Aaron Meurer
There's a GCI task for this (http://www.google-melange.com/gci/task/view/google/gci2011/7132291, and corresponding issue http://code.google.com/p/sympy/issues/detail?id=707), so it will probably happen pretty soon, since it's a rather easy task. Aaron Meurer On Sun, Nov 20, 2011 at 12:53 PM,

[sympy] GCI - Updating the Sympy Wikipedia Article Question

2011-11-22 Thread Eric Thoma
Hello, I am current tasked with updating the Wikipedia article page on Sympy (see http://www.google-melange.com/gci/task/view/google/gci2011/7125290). I have a working install on my computer and as part of the Wikipedia page, I thought it would be helpful to include multiple working examples

Re: [sympy] Google Code-In Strategy

2011-11-22 Thread Aaron Meurer
I think this is OK, based on what you've said. I'll let you know if I have any more comments when I see it in action. Aaron Meurer On Tue, Nov 22, 2011 at 9:59 AM, Kshitij Aranke kshitij.ara...@gmail.com wrote: So I have picked the project of 'Add a feed of what people are doing at SymPy

Re: [sympy] Translation tasks

2011-11-22 Thread Aaron Meurer
I see.  I originally thought that this document was some standard thing that machine translation software used for various things. I wonder actually if there is such a standard thing. Well, feel free to create it. As I know exactly one language, I won't be able to help much with it :) Aaron

Re: [sympy] GCI - Updating the Sympy Wikipedia Article Question

2011-11-22 Thread Aaron Meurer
You are free to use any example that you find in the docs or in the source. SymPy is open source, and licensed under the BSD license, which basically means you can do anything you want with it. See the README for how to cite SymPy. If you take it from a specific place (e.g., from the docs, or

Re: [sympy] Translation tasks

2011-11-22 Thread Ondřej Čertík
On Tue, Nov 22, 2011 at 4:47 PM, Aaron Meurer asmeu...@gmail.com wrote: I see.  I originally thought that this document was some standard thing that machine translation software used for various things.  I wonder actually if there is such a standard thing. Well, feel free to create it.  As I

Re: [sympy] Re: Module debugging with pyflakes

2011-11-22 Thread Joachim Durchholz
Am 23.11.2011 01:45, schrieb Aaron Meurer: On Tue, Nov 22, 2011 at 1:37 AM, Joachim Durchholzj...@durchholz.org wrote: Am 22.11.2011 01:58, schrieb Matt Habel: For example, raises needs a string that has functions in it. This doesn't register as the function being used so the import is

Re: [sympy] Translation tasks

2011-11-22 Thread Joachim Durchholz
Am 23.11.2011 01:47, schrieb Aaron Meurer: I see. I originally thought that this document was some standard thing that machine translation software used for various things. I wonder actually if there is such a standard thing. Now that XML makes standardization so easy, I guess there is a

Re: [sympy] Translation tasks

2011-11-22 Thread Joachim Durchholz
Am 23.11.2011 08:01, schrieb Ondřej Čertík: On Tue, Nov 22, 2011 at 4:47 PM, Aaron Meurerasmeu...@gmail.com wrote: At the Google Mentor Summit we were specifically told, that it needs to be a human translation and that students will try to use automated services for it, so that's why a native

Re: [sympy] Translation tasks

2011-11-22 Thread Aaron Meurer
On Wed, Nov 23, 2011 at 12:12 AM, Joachim Durchholz j...@durchholz.org wrote: Am 23.11.2011 08:01, schrieb Ondřej Čertík: On Tue, Nov 22, 2011 at 4:47 PM, Aaron Meurerasmeu...@gmail.com  wrote: At the Google Mentor Summit we were specifically told, that it needs to be a human translation and

Re: [sympy] Translation tasks

2011-11-22 Thread Aaron Meurer
On Wed, Nov 23, 2011 at 12:07 AM, Joachim Durchholz j...@durchholz.org wrote: Am 23.11.2011 01:47, schrieb Aaron Meurer: I see.  I originally thought that this document was some standard thing that machine translation software used for various things.  I wonder actually if there is such a

Re: [sympy] Translation tasks

2011-11-22 Thread Joachim Durchholz
Am 23.11.2011 08:37, schrieb Aaron Meurer: As to how they do this, I would leave it up to them to figure out. If they can run it through Google translate as an initial step, and still make the translation very good, then that's fine. But I don't think it's a good idea to suggest it. Good