Re: [sage-combinat-devel] queue does not apply

2013-01-14 Thread Florent Hivert
On Sun, Jan 13, 2013 at 10:09:32PM -0800, Anne Schilling wrote:
 Hi Florent,
 
 The queue currently does not seem to apply to sage-5.5:
 
 ...
 applying operads-fh.patch
 applying operads_more-fc.patch
 applying pretty_console_print_fix-fh.patch
 unable to find 'sage/misc/pretty_console_print.py' for patching
 2 out of 2 hunks FAILED -- saving rejects to file 
 sage/misc/pretty_console_print.py.rej
 patch failed, unable to continue (try -v)
 patch failed, rejects left in working dir
 errors during apply, please fix and refresh pretty_console_print_fix-fh.patch
 Abort

My mistake... This sould be fixed now.

Cheers,

Florent

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] Sage-Combinat poster

2013-01-14 Thread Nicolas M. Thiery
Hi Hugh!

Thanks for proofreading the poster!

I am still not yet sure about the proper translation for
mutualisation. Mutualization is indeed not appropriate, but
cooperation conveys a slightly different meaning. Looking at:

http://www.linguee.com/french-english/translation/mutualisation.html

it seems pooling would be the right term. Would that make sense to you?

Btw: I replaced your suggestion practical by sound and practical
(granted sane was a bit aggressive for other systems :-))

Thanks again,

Cheers,
Nicolas
--
Nicolas M. Thiéry Isil nthi...@users.sf.net
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



[sage-combinat-devel] questions on sorting of terms

2013-01-14 Thread Frédéric Chapoton
Hello,

I would like to change the default ordering of terms in some Modules with 
basis, for the purpose of changing leading_term.

More precisely, I would like to use my own term-orders for some free 
modules on LabelledOrderedTrees, a bit like the choice of term orders on 
polynomials algebras

I have not been able to find if there is already a mechanism to do that. 
Any idea ?

Cheers,

Frederic

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/nEa-Ci4SwWcJ.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] questions on sorting of terms

2013-01-14 Thread Viviane Pons
Hi,

I think what you're looking for is the parameter ``monomial_cmp`` of
combinatorial free module. When you create your module, you can give a
comparison function between elements so that they are sorted the way
you want.

Cheers

Viviane

2013/1/14 Frédéric Chapoton fchapot...@gmail.com:
 Hello,

 I would like to change the default ordering of terms in some Modules with
 basis, for the purpose of changing leading_term.

 More precisely, I would like to use my own term-orders for some free modules
 on LabelledOrderedTrees, a bit like the choice of term orders on polynomials
 algebras

 I have not been able to find if there is already a mechanism to do that. Any
 idea ?

 Cheers,

 Frederic

 --
 You received this message because you are subscribed to the Google Groups
 sage-combinat-devel group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/sage-combinat-devel/-/nEa-Ci4SwWcJ.
 To post to this group, send email to sage-combinat-devel@googlegroups.com.
 To unsubscribe from this group, send email to
 sage-combinat-devel+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/sage-combinat-devel?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] Sage-Combinat poster

2013-01-14 Thread Anne Schilling
On 1/14/13 12:50 AM, Nicolas M. Thiery wrote:
   Hi Hugh!
 
 Thanks for proofreading the poster!
 
 I am still not yet sure about the proper translation for
 mutualisation. Mutualization is indeed not appropriate, but
 cooperation conveys a slightly different meaning. Looking at:
 
   http://www.linguee.com/french-english/translation/mutualisation.html
 
 it seems pooling would be the right term. Would that make sense to you?

How about Pooling and networking?

Cheers,

Anne

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



[sage-combinat-devel] Re: questions on sorting of terms

2013-01-14 Thread Frédéric Chapoton
Hello,

merci ! Ca a l'air de marcher.

A bientot,

Frédéric

Le lundi 14 janvier 2013 10:38:05 UTC, Frédéric Chapoton a écrit :

 Hello,

 I would like to change the default ordering of terms in some Modules with 
 basis, for the purpose of changing leading_term.

 More precisely, I would like to use my own term-orders for some free 
 modules on LabelledOrderedTrees, a bit like the choice of term orders on 
 polynomials algebras

 I have not been able to find if there is already a mechanism to do that. 
 Any idea ?

 Cheers,

 Frederic


-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/0rVO7Qz4EsUJ.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] Sage-Combinat poster

2013-01-14 Thread Andrew Mathas
Thanks Nicolas! The poster looks good.

Andrew

On Monday, 14 January 2013 07:50:55 UTC+11, Nicolas M. Thiery wrote:

 Hi Anne, 

 On Sun, Jan 13, 2013 at 09:21:10AM -0800, Anne Schilling wrote: 
  Very nice! 

 Thanks! 

  I like that you put the car with the tail. 

 :-) 

 I should add Andrew to the contributors to the poster! 

  One comment: perhaps it would be a good idea to put sagetex on the 
  server, so that people without it can still latex the source. 

 They are already in the poster's directory, so in principle the 
 compilation should work as is (it worked for Florent). 

 Cheers, 
 Nicolas 
 -- 
 Nicolas M. Thi�ry Isil nth...@users.sf.net javascript: 
 http://Nicolas.Thiery.name/ 


-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/aSmyHR4QZoYJ.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] Sage-Combinat poster

2013-01-14 Thread Nicolas M. Thiery
On Mon, Jan 14, 2013 at 08:11:02AM -0800, Anne Schilling wrote:
 On 1/14/13 12:50 AM, Nicolas M. Thiery wrote:
  I am still not yet sure about the proper translation for
  mutualisation. Mutualization is indeed not appropriate, but
  cooperation conveys a slightly different meaning. Looking at:
  
  http://www.linguee.com/french-english/translation/mutualisation.html
  
  it seems pooling would be the right term. Would that make sense to you?
 
 How about Pooling and networking?

Sounds good to me. Hugh?

Cheers,
Nicolas
--
Nicolas M. Thiéry Isil nthi...@users.sf.net
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.