[sage-combinat-devel] Does something exist if you are not looking at it? .... Searching through a massive chunk of a vector space without storing the whole thing in memory ...

2013-04-08 Thread garymakonel
Hi everyone following on from the great help I got at https://groups.google.com/forum/#!topic/sage-support/GFJdjFvKCvo and https://groups.google.com/forum/#!topic/sage-combinat-devel/Oj40TFshcYA, I have finally boiled the remaining sluggishness in my search problem down to this. Note that my

[sage-devel] Re: new M4RI(E) SPKGs need review

2013-04-08 Thread Martin Albrecht
Any volunteers for reviewing this? On Saturday 23 Mar 2013, Martin Albrecht wrote: Hi, I've released new versions of M4RI and M4RIE and I'd appreciate if someone could take the time to review the relevant tickets to get these updates into Sage: M4RI:

[sage-devel] deinstallation of spkg

2013-04-08 Thread Ralf Hemmecke
Is there a way to undo sage -i somepackage, i.e. deinstall a package? Ralf -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com.

Re: [sage-devel] deinstallation of spkg

2013-04-08 Thread Jeroen Demeyer
On 04/08/2013 10:17 AM, Ralf Hemmecke wrote: Is there a way to undo sage -i somepackage, i.e. deinstall a package? No. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email

[sage-devel] When a module is removed, the .pyc file still exists after sage -b

2013-04-08 Thread Nathann Cohen
Hello everybody !! I am having a small problem with patch 14355 which supposedly removes a module that was never used. Indeed, all tests used to pass when the module was removed, but it looks like it is mostly due to the fact that removing the module does not remove the corresponding .pyc

Re: [sage-devel] When a module is removed, the .pyc file still exists after sage -b

2013-04-08 Thread Julien Puydt
Le 08/04/2013 12:48, Nathann Cohen a écrit : Well, is there any way out ? :-P Yes. Test patches in a clean install. Snark on #sagemath -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails

Re: [sage-devel] When a module is removed, the .pyc file still exists after sage -b

2013-04-08 Thread David Roe
You can also delete the relevant files in $SAGE_ROOT/devel/sage/build (search through all three subfolders). David On Mon, Apr 8, 2013 at 4:48 AM, Nathann Cohen nathann.co...@gmail.comwrote: Hello everybody !! I am having a small problem with patch 14355 which supposedly removes a

Re: [sage-devel] deinstallation of spkg

2013-04-08 Thread David Roe
There are various people working on making this possible, but it requires a lot of changes to Sage's packaging system. As Jeroen says, this is not currently possible. David On Mon, Apr 8, 2013 at 2:25 AM, Jeroen Demeyer jdeme...@cage.ugent.bewrote: On 04/08/2013 10:17 AM, Ralf Hemmecke wrote:

Re: [sage-devel] deinstallation of spkg

2013-04-08 Thread Ralf Hemmecke
On 04/08/2013 01:39 PM, David Roe wrote: There are various people working on making this possible, but it requires a lot of changes to Sage's packaging system. As Jeroen says, this is not currently possible. Thanks, but then another question. We have Sage installed centrally and would like to

Re: [sage-devel] deinstallation of spkg

2013-04-08 Thread John Cremona
On 8 April 2013 12:50, Ralf Hemmecke hemme...@gmail.com wrote: On 04/08/2013 01:39 PM, David Roe wrote: There are various people working on making this possible, but it requires a lot of changes to Sage's packaging system. As Jeroen says, this is not currently possible. Thanks, but then

Re: [sage-devel] deinstallation of spkg

2013-04-08 Thread Julien Puydt
Le 08/04/2013 13:57, John Cremona a écrit : On 8 April 2013 12:50, Ralf Hemmeckehemme...@gmail.com wrote: On 04/08/2013 01:39 PM, David Roe wrote: There are various people working on making this possible, but it requires a lot of changes to Sage's packaging system. As Jeroen says, this is

[sage-devel] Re: When a module is removed, the .pyc file still exists after sage -b

2013-04-08 Thread Volker Braun
sage -sync-build should do that. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-devel] symbolic copy of installed sage into HOME

2013-04-08 Thread Ralf Hemmecke
On 04/08/2013 02:26 PM, Julien Puydt wrote: Or instead of a real local copy, only have the same directory structure and symlinks for the files. Suppose that $S is a shell variable that points to the installed Sage. What do the people say who have more knowledge of the Sage-internals. A) Is the

[sage-devel] [no-re...@google-melange.appspotmail.com: [Sage] Your organization application has been accepted.]

2013-04-08 Thread Dan Drake
We've been accepted to this year's GSOC! - Forwarded message from no-re...@google-melange.appspotmail.com - Date: Mon, 08 Apr 2013 18:43:19 + From: no-re...@google-melange.appspotmail.com To: dr.dan.dr...@gmail.com Subject: [Sage] Your organization application has been accepted.

Re: [sage-devel] sage-5.8 do not compile on lubuntu 12.10 --- does not find blas!

2013-04-08 Thread Kjetil brinchmann Halvorsen
For what it is worth, I now tested sage/5.9.beta4. The exact same problem as reported in this thread occured there! Kjetil On Sat, Apr 6, 2013 at 2:12 AM, Kjetil brinchmann Halvorsen kjetil1...@gmail.com wrote: Thanks! Here comes the config.log, as attachment. Kjetil On Fri, Apr 5, 2013

[sage-devel] Sage part of Google's Summer of Code 2013

2013-04-08 Thread Harald Schilly
Good News, like last year Sage is once again part of Google's Summer of Code. This means, until April 22 at 19:00 UTC students can submit their applications and mentors will review them and do the matching. Please share this with prospective students or think about being a mentor this year! gsoc

[sage-devel] Re: When a module is removed, the .pyc file still exists after sage -b

2013-04-08 Thread Nathann Cohen
Thank you for your answers ! I fixed the patch and a new version is now available for review :-) Nathann -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Sage part of Google's Summer of Code 2013

2013-04-08 Thread mmarco
That's great news. Volker, are you still interested in mentoring the windows gui? -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Sage part of Google's Summer of Code 2013

2013-04-08 Thread Volker Braun
Yes, I can mentor an Android app project and/or a cross-platform (including Windows ;-) GUI On Monday, April 8, 2013 11:52:23 PM UTC+1, mmarco wrote: Volker, are you still interested in mentoring the windows gui? -- You received this message because you are subscribed to the Google

[sage-devel] Re: Sage part of Google's Summer of Code 2013

2013-04-08 Thread mmarco
Ok, in that case i step out of it. I considered mentoring it with pyqt if nobody else did so, but i am sure you are a much better fit for that than me. I will try to spread the word among possibly interested students. On 9 abr, 00:54, Volker Braun vbraun.n...@gmail.com wrote: Yes, I can mentor

[sage-devel] Re: Sage part of Google's Summer of Code 2013

2013-04-08 Thread Volker Braun
Please consider participating, its not a zero-sum game. At the very least we need a backup mentor. And the choice of GUI toolkit really doesn't matter that much in the bigger picture. Really, the question is how to present functionality in an intuitive way and how to organize the code (e.g.