Re: [sympy] Re: End of GSoC 2011

2011-08-27 Thread Felix Kaiser
On 08/27/2011 12:29 AM, Aaron Meurer wrote: On Fri, Aug 26, 2011 at 3:04 PM, Aaron Meurerasmeu...@gmail.com wrote: Hi everyone. I want to formally announce that all nine of our Google Summer of Code students have passed their final evaluations. Each student should write up a report (if he

Re: [sympy] Re: user lib

2011-02-18 Thread Felix Kaiser
On 02/18/2011 03:39 PM, Chris Smith wrote: Vinzent Steinberg wrote: Anyone else have ideas along this line? I think it would make sense to create a directory in sympy for such stuff. sympy/utilities comes to my mind, but maybe it is already overloaded. Maybe sympy/addons? If people start

[sympy] Policy wrt pushing to sympy/* and rebasing

2011-02-15 Thread Felix Kaiser
Hi, a) If I reviewed a pull request, can I push it in directly or should I let one of the core devs do it? b) Should commits in pull requests be rebased onto master and, if sensible, squashed before they are pushed in? If yes would you, for example, squash the commits in Vinzents Logo pull

Re: [sympy] MediaWiki Wiki

2010-11-18 Thread Felix Kaiser
On 11/19/2010 12:08 AM, Ondrej Certik wrote: On Thu, Nov 18, 2010 at 1:42 PM, Ronan Lamyronan.l...@gmail.com wrote: Can I get admin rights (I'm [[User:Ronan]])? I'll delete the crap and block the spammers (not that it'll stop spam, but it might slow it down). Yes. How can I do that?

Re: [sympy] Modules with(out) copyright information

2010-10-24 Thread Felix Kaiser
Hi, On 10/24/2010 10:44 PM, Mateusz Paprocki wrote: Hi, On 24 October 2010 22:40, Ondrej Certik ond...@certik.cz mailto:ond...@certik.cz wrote: On Sun, Oct 24, 2010 at 1:31 PM, Aaron S. Meurer asmeu...@gmail.com mailto:asmeu...@gmail.com wrote: So, I am opposed to this

Re: [sympy] Docs: remove these two sentences?

2010-10-20 Thread Felix Kaiser
be looking for 'introduction to' or 'primer' ... who knows?!). Since it achieves this, what is the benefit of removing it? On Wed, Oct 20, 2010 at 5:26 PM, Ondrej Certik ond...@certik.cz mailto:ond...@certik.cz wrote: On Wed, Oct 20, 2010 at 8:58 AM, Felix Kaiser felix.kai

Re: [sympy] Re: new webpages for sympy

2010-10-19 Thread Felix Kaiser
On 10/19/2010 08:34 PM, Ondrej Certik wrote: On Tue, Oct 19, 2010 at 9:53 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: Good job! Here are my comments: The colors are not great but ok. I think we should add geometric algebra and mpmath to the modules. The quick links are

Re: [sympy] Re: new webpages for sympy

2010-10-18 Thread Felix Kaiser
Hi Ondrey, hi Aaron, hi List, On 10/18/2010 03:36 AM, Aaron S. Meurer wrote: On Oct 17, 2010, at 5:18 PM, Ondrej Certik wrote: Hi Felix! On Sun, Oct 17, 2010 at 4:12 PM, Felix Kaiserfelix.kai...@fxkr.net wrote: Hi, the new design is great, I really like it. Heres a few

Re: [sympy] Re: new webpages for sympy

2010-10-17 Thread Felix Kaiser
Hi, the new design is great, I really like it. Heres a few suggestions / things I noticed: - The border between the content and the sidebar is too big. - The Sympy logo should be visible on every page, not only in the content area of the main page. - A lot of vertical space is wasted for the

Re: [sympy] Re: how to make code self correcting...almost

2010-05-12 Thread Felix Kaiser
On 05/12/2010 07:55 PM, smichr wrote: In order to keep the workaround code clean I'd suggest that the NotBrokenException should be raised in the broken() function, or maybe check_if_still_broken() ? if hasattr(foo, 'is_number) and foo.is_number: check_if_still_broken(Function.is_number)

Re: [sympy] how to make code self correcting...almost

2010-05-11 Thread Felix Kaiser
Nice idea. The problem I see with this is that the code inside that else: block can't be tested until that feature is fixed, which makes it pointless to include it. I think it would be better to always use the workaround (and maybe document a better approach via comments), and have broken() just

Re: [sympy] how to make code self correcting...almost

2010-05-11 Thread Felix Kaiser
On 05/11/2010 05:42 PM, Aaron S. Meurer wrote: On May 11, 2010, at 4:32 AM, Felix Kaiser wrote: Nice idea. The problem I see with this is that the code inside that else: block can't be tested until that feature is fixed, which makes it pointless to include it. I think it would

Re: [PATCH] Add Hadamard product (elementwise product) to Matrices

2010-04-14 Thread Felix Kaiser
Here's the new patch. Felix On 04/14/2010 12:07 AM, Ondrej Certik wrote: On Tue, Apr 13, 2010 at 12:41 PM, Felix Kaiser felix.kai...@fxkr.net wrote: Hi Ondrey, you are right, multiply_elementwise() is way more intuitive than hadamard(). Here's the updated patch. Thanks, now

[PATCH] Add Hadamard product (elementwise product) to Matrices

2010-04-13 Thread Felix Kaiser
--- sympy/matrices/matrices.py| 12 sympy/matrices/tests/test_matrices.py | 13 - 2 files changed, 24 insertions(+), 1 deletions(-) diff --git a/sympy/matrices/matrices.py b/sympy/matrices/matrices.py index 14ada69..6d067a3 100644 ---

Re: [PATCH] Add Hadamard product (elementwise product) to Matrices

2010-04-13 Thread Felix Kaiser
: multiply_elementwise(), or something? I've never heard about hadamard before. I think everybody understands what multiply_elementwise() means though and also it would be easy to find using TAB completion. What do others think? Ondrej On Tue, Apr 13, 2010 at 9:53 AM, Felix Kaiser felix.kai

[sympy] Re: sympy with numpy (scipy)

2008-06-22 Thread Felix Kaiser
On Sunday 22 June 2008 12:38:25 physnut wrote: I have two problems with using sympy with numpy for my 4th year master's project (which, of course,I will release under GNU when all is said and done...) GNU is not a license. I think what you mean is GNU GPL (GNU General Public License). Sympy

[sympy] Re: idea for sympy.org webpage

2008-05-22 Thread Felix Kaiser
On Thursday 22 May 2008 08:57:20 Ondrej Certik wrote: Hi, I think it's finally time to create a good webpage for sympy.org, since we already have: http://docs.sympy.org/ http://wiki.sympy.org/ http://live.sympy.org/ http://planet.sympy.org/ http://reviews.sympy.org/ and maybe more

[sympy] Re: prefix [sympy] in our list

2008-05-05 Thread Felix Kaiser
On Monday 05 May 2008 16:54:21 Ondrej Certik wrote: Hi, I've added the [sympy] tag to each subject in our list, so that we do the same as all the other mailinglists I know about. However, if someone is against, let's discuss it. Ondrej Thanks, I really like it. Felix