Re: [sage-devel] Re: New version of Windows installer--where best to announce?

2018-05-21 Thread Samuel Lelièvre
2018-05-21 14:41 GMT+02:00 Erik Bray : > > On Sun, May 20, 2018 at 12:15 PM, Samuel Lelievre: > > > > Fri 2018-05-18 16:23:03 UTC, Erik Bray: > >> > >> I've already had the Windows build for Sage 8.2 out since shortly > >> after 8.2 was released. > >> > >> However, I'm

[sage-devel] Re: Error building the doc sage-8.1

2018-05-21 Thread 'Paul Mercat' via sage-devel
sage: *import* *sage.combinat.cluster_complex* --- ImportError Traceback (most recent call last) in () > 1 import sage.combinat.cluster_complex ImportError: No module named

[sage-devel] Re: Error building the doc sage-8.1

2018-05-21 Thread Volker Braun
So what do you get if you start Sage and run sage: import sage.combinat.cluster_complex On Monday, May 21, 2018 at 3:50:50 PM UTC+2, Paul Mercat wrote: > > [dochtml] [combinat ] WARNING: > /Users/mercatp/sage-8.1/src/doc/en/reference/combinat/sage/combinat/cluster_complex.rst:11: > >

[sage-combinat-devel] Re: Categories, Parents, Elements

2018-05-21 Thread Bruce
> Also, have a look at the implementation of k-tableaux in > combinat/k_tableau.py. That should give an idea how to implement other > kinds of tableaux. > > Hi Anne, Thanks, that is useful. I notice that you an abstract class WeakTableau_abstract and three classes that inherit from this. All

Re: [sage-devel] Re: New version of Windows installer--where best to announce?

2018-05-21 Thread Erik Bray
On Sun, May 20, 2018 at 12:15 PM, Samuel Lelievre wrote: > Fri 2018-05-18 16:23:03 UTC, Erik Bray: >> >> I've already had the Windows build for Sage 8.2 out since shortly >> after 8.2 was released. >> >> However, I'm putting together a new version of the installer with

[sage-combinat-devel] Re: Categories, Parents, Elements

2018-05-21 Thread Anne Schilling
Hi Bruce, > For most combinatorial objects, the main things you want to implement are: > > - An __init__ for the parent that calls Parent.__init__(self, > category=cat), with cat either Sets(), EnumeratedSets(), > EnumeratedSets().Finite(), EnumeratedSets().Infinite(), etc. > - An __init__