[sage-combinat-devel] Re: Don't pull

2010-02-19 Thread Jason Bandlow
Ok, I think it is safe to pull now. Sorry for the inconvenience. Nicolas, I guarded trac_7914_triangular_morphisms-review-nt.patch and functorial_constructions-nt.patch to get the whole queue to apply. This is a result of my problems with 7914. I'll take responsibility for getting these

[sage-combinat-devel] Re: Don't pull

2010-02-19 Thread Jason Bandlow
Hmm, maybe this wasn't entirely my fault. I have now (I think) reverted the combinat queue to the state it was in before my recent changes. (See http://combinat.sagemath.org/patches/ -- my latest commit was to revert to changeset 2590, Florent's latest push). Now, the combinat patches apply

Re: [sage-combinat-devel] Re: [sage-devel] trac 7004: Refactor the graph layout code, and add interface with graphviz

2010-02-19 Thread Nicolas M. Thiery
On Thu, Feb 18, 2010 at 07:38:17PM -0800, Anne Schilling wrote: Alex Ghitza wrote: On Thu, 18 Feb 2010 12:44:38 +0100, Nicolas M. Thiery nicolas.thi...@u-psud.fr wrote: I just put on http://wiki.sagemath.org/combinat/CoolPictures a few pictures produced using this patch. Actually, could

Re: [sage-combinat-devel] Re: symmetric polynomials

2010-02-19 Thread Nicolas M. Thiery
Hi Anne! On Thu, Feb 18, 2010 at 11:18:43PM -0800, Anne Schilling wrote: I simplified the code and committed it in patch trac_8259-from_poly_to_sym-as.patch to the sage-combinat server. However, since it is using Partitions(n, min_part=0) I get the following error message in the

Re: [sage-combinat-devel] Re: Don't pull

2010-02-19 Thread Nicolas M. Thiery
On Fri, Feb 19, 2010 at 11:50:12AM -0500, Jason Bandlow wrote: Hmm, maybe this wasn't entirely my fault. I have now (I think) reverted the combinat queue to the state it was in before my recent changes. (See http://combinat.sagemath.org/patches/ -- my latest commit was to revert to changeset

Re: [sage-combinat-devel] Re: Don't pull

2010-02-19 Thread Florent Hivert
Hi Jason, Hmm, maybe this wasn't entirely my fault. I have now (I think) reverted the combinat queue to the state it was in before my recent changes. (See http://combinat.sagemath.org/patches/ -- my latest commit was to revert to changeset 2590, Florent's latest push). Now, the

Re: [sage-combinat-devel] Re: [sage-devel] trac 7004: Refactor the graph layout code, and add interface with graphviz

2010-02-19 Thread Anne Schilling
Nicolas M. Thiery wrote: On Thu, Feb 18, 2010 at 07:38:17PM -0800, Anne Schilling wrote: Alex Ghitza wrote: On Thu, 18 Feb 2010 12:44:38 +0100, Nicolas M. Thiery nicolas.thi...@u-psud.fr wrote: I just put on http://wiki.sagemath.org/combinat/CoolPictures a few pictures produced using this

Re: [sage-combinat-devel] Re: symmetric polynomials

2010-02-19 Thread Anne Schilling
Nicolas, thanks for the advice! Jason, the ticket is now on trac ready for you to review. Cheers, Anne Nicolas M. Thiery wrote: Hi Anne! On Thu, Feb 18, 2010 at 11:18:43PM -0800, Anne Schilling wrote: I simplified the code and committed it in patch

Re: [sage-devel] experimental spkg: CHomP -- call for votes

2010-02-19 Thread Dr. David Kirkby
John H Palmieri wrote: CHomP is a free (GPL version 2) software package for computing homology (CHomP stands for Computation Homology Project.) See chomp.rutgers.edu for some more information. I've prepared an experimental spkg for it:

[sage-devel] Re: experimental spkg: CHomP -- call for votes

2010-02-19 Thread Simon King
Hi John! On Feb 18, 11:56 pm, John H Palmieri jhpalmier...@gmail.com wrote: CHomP is a free (GPL version 2) software package for computing homology (CHomP stands for Computation Homology Project.)  See chomp.rutgers.edu for some more information.  I've prepared an experimental spkg for it:

[sage-devel] Re: experimental spkg: CHomP -- call for votes

2010-02-19 Thread John H Palmieri
On Feb 19, 1:57 am, Dr. David Kirkby david.kir...@onetel.net wrote: The code looks quite clean - only two warnings. But it will not build on Solaris. I suspect it needs the right libraries linked, as things like gethostbyname need -lnsl. Thank you for testing it. This is partly my fault

[sage-devel] Re: experimental spkg: CHomP -- call for votes

2010-02-19 Thread John H Palmieri
On Feb 19, 8:18 am, John H Palmieri jhpalmier...@gmail.com wrote: On Feb 19, 1:57 am, Dr. David Kirkby david.kir...@onetel.net wrote: The code looks quite clean - only two warnings. But it will not build on Solaris. I suspect it needs the right libraries linked, as things like

[sage-devel] Graph.parent() missing

2010-02-19 Thread Ryan Hinton
Most classes in Sage have a .parent() method. I'm not a proper mathematician, so I'm not sure what it really means, but I use it for debugging occasionally. :-) The Graph class does not have this method. Should it? What should it return? Thanks! - Ryan -- To post to this group, send an

Re: [sage-devel] Sage 4.3.3.alpha1 released

2010-02-19 Thread John Cremona
On 19 February 2010 06:32, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, This is the final alpha release of Sage 4.3.3. The next release would be an rc0. The development version of Sage is now in feature freeze. On 32-bit Suse I get this fuzz: File

[sage-devel] Re: experimental spkg: CHomP -- call for votes

2010-02-19 Thread John H Palmieri
On Feb 18, 3:56 pm, John H Palmieri jhpalmier...@gmail.com wrote: CHomP is a free (GPL version 2) software package for computing homology (CHomP stands for Computation Homology Project.)  See chomp.rutgers.edu for some more information.  I've prepared an experimental spkg for it:

Re: [sage-devel] Sage 4.3.3.alpha1 released

2010-02-19 Thread John Cremona
and on 64-bit ubuntu I get a different error: sage -t -long devel/sage/sage/interfaces/r.py ** File /home/jec/sage-4.3.3.alpha1/devel/sage/sage/interfaces/r.py, line 667: sage: r.help('print.anova') Expected: anova

Re: [sage-devel] experimental spkg: CHomP -- call for votes

2010-02-19 Thread Robert Bradshaw
On Feb 19, 2010, at 1:57 AM, Dr. David Kirkby wrote: John H Palmieri wrote: CHomP is a free (GPL version 2) software package for computing homology (CHomP stands for Computation Homology Project.) See chomp.rutgers.edu for some more information. I've prepared an experimental spkg for it:

[sage-devel] Re: Sage 4.3.3.alpha1 released

2010-02-19 Thread ma...@mendelu.cz
32 bit debian: sage -t -long devel/sage/sage/interfaces/r.py [9.6 s] -- All tests passed! Total time for all tests: 9.7 seconds On 19 ún, 18:42, John Cremona john.crem...@gmail.com wrote: and on 64-bit ubuntu I get a

Re: [sage-devel] Graph.parent() missing

2010-02-19 Thread Robert Bradshaw
On Feb 19, 2010, at 8:30 AM, Ryan Hinton wrote: Most classes in Sage have a .parent() method. I'm not a proper mathematician, so I'm not sure what it really means, but I use it for debugging occasionally. :-) Parents are objects in concrete categories, you can think of them as the sets an

[sage-devel] Re: Sage 4.3.3.alpha1 released

2010-02-19 Thread ma...@mendelu.cz
The same problem on 32 bit debian as reported above sage -t devel/sage/sage/misc/functional.py ** File /opt/sage-4.3.3.alpha1/devel/sage/sage/misc/functional.py, line 705: sage: h.n() Expected: 0.33944794097891573 Got:

[sage-devel] Re: Sage 4.3.3.alpha1 released

2010-02-19 Thread ma...@mendelu.cz
And the other tests passed (fresh install) Linux um-bc107 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux Robert On 19 ún, 19:50, ma...@mendelu.cz ma...@mendelu.cz wrote: The same problem on 32 bit debian as reported above sage -t  devel/sage/sage/misc/functional.py

Re: [sage-devel] Re: Sage 4.3.3.alpha1 released

2010-02-19 Thread David Joyner
Also, build from source went fine and all tests passed on a 10.6.2 mac. On Fri, Feb 19, 2010 at 2:08 PM, mhampton hampto...@gmail.com wrote: All tests passed on an upgrade from the alpha0, on a 10.6.2 mac. -Marshall -- To post to this group, send an email to sage-devel@googlegroups.com To

[sage-devel] ReST - notebook converter

2010-02-19 Thread Nicolas M. Thiery
Hi! Does anyone have a ReST - notebook converter even crude? For my talk on Tuesday, I'd like to go through the Category primer, inside the notebook. I use the occasion for two feature requests which I find would greatly improve the usability of the notebook: - PlainText/ReST import

[sage-devel] Trac #8276: zero and identity matrices

2010-02-19 Thread Florent Hivert
Hi There, As it was decided last week, for any MatrixSpace, one(), identity_matrix() and zero_matrix() must be cached and immutable. I've put a series of three patches on trac in ticket #8276. As William said, writing this patch was a can of worm and it is very likely to bitrott extremely

Re: [sage-devel] ReST - notebook converter

2010-02-19 Thread Mike Hansen
On Fri, Feb 19, 2010 at 3:48 PM, Nicolas M. Thiery nicolas.thi...@u-psud.fr wrote:        Hi! Does anyone have a ReST - notebook converter even crude? You can do ReST (Sphinx) HTML Notebook with the code in sage/server/notebook/docHTMLProcessor.py (and/or the equivalent in sagenb). --Mike

Re: [sage-devel] ReST - notebook converter

2010-02-19 Thread Ondrej Certik
On Fri, Feb 19, 2010 at 3:48 PM, Nicolas M. Thiery nicolas.thi...@u-psud.fr wrote:        Hi! Does anyone have a ReST - notebook converter even crude? For my talk on Tuesday, I'd like to go through the Category primer, inside the notebook. Could you post here your ReST document? I am

[sage-devel] Re: Sage 4.3.3.alpha1 released

2010-02-19 Thread mhampton
Another upgrade passed all tests on Ubuntu 9.10 64-bit, on a core i7 860 quad-core machine. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at

[sage-devel] Problems Installing Python Libraries

2010-02-19 Thread SevenThunders
I have an archlinux x86-64 desktop and I successfully installed (compiled) sage. I'd like to add some additional functionality however, but I've been stymied by a number of issues. First my top issue is to get pycuda working with sage, which apparently others have done. Unfortunately sage