[sympy] Re: __str__ and __repr__ confusion

2008-06-27 Thread Ondrej Certik
On Thu, Jun 26, 2008 at 7:13 PM, Kirill Smelkov [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 05:30:29AM -0700, Pearu Peterson wrote: On Jun 20, 11:42 am, Ondrej Certik [EMAIL PROTECTED] wrote: Also, let's get rid of set_repr_level()? This is quite an important change, so I'd like

[sympy] Re: Matrix.expand()

2008-06-27 Thread Ondrej Certik
On Thu, Jun 26, 2008 at 7:17 PM, Kirill Smelkov [EMAIL PROTECTED] wrote: On Wed, Jun 25, 2008 at 02:59:53PM +0200, Ondrej Certik wrote: On Sun, Jun 22, 2008 at 5:39 PM, Riccardo Gori [EMAIL PROTECTED] wrote: On Sunday 22 June 2008 12:47:38 physnut wrote: hello there, i'm only new to

[sympy] Re: Matrix speedups

2008-06-27 Thread Ondrej Certik
Hi Riccardo! On Thu, Jun 26, 2008 at 11:39 PM, Riccardo Gori [EMAIL PROTECTED] wrote: On Thursday 26 June 2008 19:42:20 Kirill Smelkov wrote: On Sun, Jun 22, 2008 at 11:45:51AM +0200, Ondrej Certik wrote: On 6/21/08, Riccardo Gori [EMAIL PROTECTED] wrote: On Saturday 21 June 2008

[sympy] Re: Matrix speedups

2008-06-27 Thread Riccardo Gori
Thanks for the timings. The speedup by your patch was so obvious:), that I think in this case it was not necessary. This is more important in 5% speedups/slowdowns and similar. Ondrej Hi Ondrej, I posted them just because it was asked here:

[sympy] Re: Matrix speedups

2008-06-27 Thread Ondrej Certik
On Fri, Jun 27, 2008 at 10:23 AM, Riccardo Gori [EMAIL PROTECTED] wrote: Thanks for the timings. The speedup by your patch was so obvious:), that I think in this case it was not necessary. This is more important in 5% speedups/slowdowns and similar. Ondrej Hi Ondrej, I posted them just

[sympy] Scipy08 Paper submission deadline extention to Monday 30th

2008-06-27 Thread Gael Varoquaux
The deadline for submitting abstracts to the Scipy conference was tonight. In order to give you more time to submit excellent abstracts, the review committee is extending the deadline to Monday (June 30th), and will work hastily to get all of them reviewed in time for the program announcement, on

[sympy] Re: __str__ and __repr__ confusion

2008-06-27 Thread Kirill Smelkov
On Fri, Jun 27, 2008 at 08:53:07AM +0200, Ondrej Certik wrote: On Thu, Jun 26, 2008 at 7:13 PM, Kirill Smelkov [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 05:30:29AM -0700, Pearu Peterson wrote: On Jun 20, 11:42 am, Ondrej Certik [EMAIL PROTECTED] wrote: Also, let's get

[sympy] Re: __str__ and __repr__ confusion

2008-06-27 Thread Kirill Smelkov
On Fri, Jun 27, 2008 at 11:16:18PM +0200, Fredrik Johansson wrote: On Fri, Jun 27, 2008 at 10:56 PM, Kirill Smelkov [EMAIL PROTECTED] wrote: I quote http://docs.python.org/ref/customization.html#l2h-183 __repr__(self): Called by the repr() built-in function and by string