[sage-combinat-devel] Re: state of the queue: 5.4, 5.5.beta0

2012-11-20 Thread Andrew Mathas
Thanks Travis. I just pulled your rebase off the queue and now #12876 is the only patch which does not apply for 5.5.rc0. As before, guarding out the #12876 patches let everything else in the queue apply, but sage won't build. Cheers, Andrew -- You received this message because you are subs

[sage-combinat-devel] Re: state of the queue: 5.4, 5.5.beta0

2012-11-20 Thread Travis Scrimshaw
Hey Andrew, > For 5.5.rc0 it is more complicated. As Hugh found with 5.5.beta0, the two > patches > >- trac_12876_category-fix_abstract_class-nt-rel11521.patch >- trac_12587-simplicial_complex_hash-ts.patch > > need to be rebased. (Travis, please check this as you said above that you >

[sage-combinat-devel] Re: state of the queue: 5.4, 5.5.beta0

2012-11-20 Thread Andrew Mathas
Hi All, As Jeroen, the release manager, is taking a well-deserved break for the next month or so, the current latest (pre)releases of 5.4.1 and 5.5.rc0 are going to be stable for quite some time. The combinat queue currently applies and builds without complaint on 5.4.1. For 5.5.rc0 it is more

Re: [sage-combinat-devel] Permutations... again.

2012-11-20 Thread Travis Scrimshaw
Hey everyone, > Here's how you can get an infinite loop in two lines with Permutation. > > > > sage: p = > > > Permutation([(1,10,11,13,9,3,16,0,22),(8,2,15,18,24,26,20,21,4),(5,6,17,12,25,7,23,14,19)]) > > > > sage: p.to_cycles() > > > > Of course it has to be because my permutation goes

[sage-combinat-devel] Re: Sage Days in Bobo-Dioulasso debriefing; Sage in developping countries

2012-11-20 Thread tom d
Hey, all; So the Mombasa algebraic geometry workshop is set for 6-28 July, 2013. Which is really long! They're interested in having some sage sessions; if anyone's interested in coming out I can plan to be there for an overlapping time and co-hosting the Sage sessions. (However, the first we

[sage-combinat-devel] Re: Permutations... again.

2012-11-20 Thread Dima Pasechnik
On 2012-11-18, Nathann Cohen wrote: > --90e6ba6e8e1cedba1504cec69dea > Content-Type: text/plain; charset=ISO-8859-1 > > Hellooo guys. > > Here's how you can get an infinite loop in two lines with Permutation. > > sage: p = > Permutation([(1,10,11,13,9,3,16,0,22),(8,2,15,18,24,26,20,21,4),(5,6,

Re: [sage-combinat-devel] Permutations... again.

2012-11-20 Thread Vincent Delecroix
Saluut, > Here's how you can get an infinite loop in two lines with Permutation. > > sage: p = > Permutation([(1,10,11,13,9,3,16,0,22),(8,2,15,18,24,26,20,21,4),(5,6,17,12,25,7,23,14,19)]) > sage: p.to_cycles() > > Of course it has to be because my permutation goes from 0 to n-1 while the > co

[sage-combinat-devel] Permutations... again.

2012-11-20 Thread Nathann Cohen
Hellooo guys. Here's how you can get an infinite loop in two lines with Permutation. sage: p = Permutation([(1,10,11,13,9,3,16,0,22),(8,2,15,18,24,26,20,21,4),(5,6,17,12,25,7,23,14,19)]) sage: p.to_cycles() Of course it has to be because my permutation goes from 0 to n-1 while the code expec

[sage-combinat-devel] Re: Sage Days in Bobo-Dioulasso debriefing; Sage in developping countries

2012-11-20 Thread tom d
Hey, all! Thanks for running this, Nicolas, and providing the detailed report! For converting people to linux: I'm working with a computer lab in Maseno, where we've now got linux dual-booting on all of the machines (about 40). Over the last couple months, we've gained a number of linux conver