[sage-combinat-devel] Re: Add support for uploading static html doc page as a worksheet in the notebook

2011-04-05 Thread Nicolas M. Thiery
Dear Jeroen, dear Jason, dear all,

On Tue, Apr 05, 2011 at 01:47:41PM +0200, Nicolas M. Thiery wrote:
> Last january, I wrote a small and local patch to the notebook code
> allowing for for uploading static html doc page as a worksheet in the
> notebook #10652. As a side effect, it:
> 
> * allows for uploading a .txt file from a URL (was broken)
> * allows for uploading a zip file containing .txt and .html files
> 
> This little feature would give a very simple workflow for distributing
> tutorial worksheets during our Sage(-Combinat) workshops, saving a lot
> of hassle and time to both us and the participants (see the ticket
> comments for details). It would be really great if this feature could
> be in the sage 4.7 for the next Sage-Combinat workshop in Acadia in
> early May.
> 
> Could someone please review it very soon? Dan? Pablo? Someone else?
> 
> I know the notebook code is evolving quite a lot currently, but I'd
> rather not wait, unless there is a big conflict issue.

Thanks Jason Grout for the review, and Dan and Karl-Dieter for the
suggestions!

Jeroen: it would be great if this could go in 4.7 alpha4 for the
upcoming Sage Days 30. Thanks!

Best,
Nicolas
--
Nicolas M. Thiéry "Isil" 
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.



Re: [sage-combinat-devel] Rewriting subword.py, subset.py, set_partition_ordered and set_partition.py

2011-04-05 Thread Vincent Delecroix
>
>>> I'm rewriting subword, subset, set_partition_ordered and set_partition
>>> in order to
>>>   * correct many bugs (as example   sage: Subwords([1,2,3], 0).last())
>>>   * improve documentation (in many case write the documentation)
>>>   * have admissibe time (eg not infinite) for iterations through
>>> elements by call to itertools.combinations, itertools.chain, etc
>>>   * improve cardinality computation by calling binomial, multinomial, ...
>
> This now trac #10534 which almost needs review
>

trac #10534 about low-level combinatorics needs review

Cheers,
Vincent

-- 
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] Re: conjugate_position in words

2011-04-05 Thread Sébastien Labbé
Hello Alessandro,

Sorry for the absence of feedback, I read your email and it was on my
TODO list. This week, I am preparing a talk so I was busy...

I also had problems with those conjugacy methods (speed issues) and
created a patch for the is_conjugate_with method more than one year
ago. Since then, the patch was dying in my branch. So, it's a good
thing that you wrote on sage-combinat-devel: it motivates me to get it
into Sage.

I didn't know about the bug in the conjugate_position method. I also
fixed it. A patch will be available in some minutes here :

http://trac.sagemath.org/sage_trac/ticket/11128

Sébastien

-- 
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] Add support for uploading static html doc page as a worksheet in the notebook

2011-04-05 Thread Nicolas M. Thiery
Dear all, dear Dan Drake, dear Pablo,

Last january, I wrote a small and local patch to the notebook code
allowing for for uploading static html doc page as a worksheet in the
notebook [1]. As a side effect, it:

* allows for uploading a .txt file from a URL (was broken)
* allows for uploading a zip file containing .txt and .html files

This little feature would give a very simple workflow for distributing
tutorial worksheets during our Sage(-Combinat) workshops, saving a lot
of hassle and time to both us and the participants (see the ticket
comments for details). It would be really great if this feature could
be in the sage 4.7 for the next Sage-Combinat workshop in Acadia in
early May.

Could someone please review it very soon? Dan? Pablo? Someone else?

I know the notebook code is evolving quite a lot currently, but I'd
rather not wait, unless there is a big conflict issue.

Thanks so much in advance!

Cheers,
Nicolas

[1] http://trac.sagemath.org/sage_trac/ticket/10652
--
Nicolas M. Thiéry "Isil" 
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.