Ask Your Question

Noah's profile - activity

2018-05-29 12:12:24 +0200 received badge  Notable Question (source)
2018-05-29 12:12:24 +0200 received badge  Popular Question (source)
2013-05-07 12:59:03 +0200 received badge  Editor (source)
2013-05-07 12:57:08 +0200 answered a question update scipy to 0.12 from 0.11 [solved]

I didn't figure out how to upgrade a binary install, so I installed from source and followed the directions in this thread: http://ask.sagemath.org/question/349/...

The only thing I had to do beyond the instructions was to delete the Patch directory from scipy-0.11 directory prior to compressing. Worked like a charm! Thanks.

2013-05-07 12:55:20 +0200 commented answer Updating scipy in sage

I built sage 5.9 from source, then applied this procedure to successfully update scipy 0.11 to scipy 0.12 (May 7 2012)

2013-05-06 16:53:32 +0200 asked a question update scipy to 0.12 from 0.11 [solved]

Hi, I have sage-5.8-linux-64bit-red_hat_enterprise_linux_server_release_5.9_tikanga-x86_64-Linux installed on CentOS release 5.9 (Final). I installed via the binary. Is there any way to update the scipy installation to 0.12? I tried downloading the scipy-0.11 spkg and replacing the v11 source with the v12 source, and then doing sage -i <path to="" package=""> but it didn't work. Any suggestions? I really need to the new Welch functionality in scipy.signals

Thanks