[sympy] Re: performance benchmarks

2008-06-10 Thread Pearu Peterson
On Jun 9, 11:13 pm, Gary Furnish [EMAIL PROTECTED] wrote: After Pearu suggested I give the microbenchmark on sympycore a try, I can't seem to get more then 9000 expands on recent hardware. I am running: In [54]: a,b,c = Rational(1,2), Rational(2,3), Rational(4,5) In [64]: %timeit (3*(a*x +

[sympy] Re: replace distutils with setuptools

2008-06-10 Thread Ondrej Certik
On Tue, Jun 10, 2008 at 10:11 PM, Gael Varoquaux [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 12:28:22PM -0700, Vinzent Steinberg wrote: Could you be please more concrete and tell what interesting consequences are to be expected? For instance you can no longer override the import of a

[sympy] Re: replace distutils with setuptools

2008-06-10 Thread Sebastian Haase
On Tue, Jun 10, 2008 at 10:11 PM, Gael Varoquaux [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 12:28:22PM -0700, Vinzent Steinberg wrote: Could you be please more concrete and tell what interesting consequences are to be expected? For instance you can no longer override the import of a