Differences between revisions 172 and 181 (spanning 9 versions)
Revision 172 as of 2014-02-06 13:45:17
Size: 11088
Editor: nthiery
Comment:
Revision 181 as of 2014-08-14 09:14:08
Size: 11199
Editor: aschilling
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Sage-Combinat = = Sage-Combinat: enhancing Sage as a toolbox for computer exploration in algebraic combinatorics =
Line 5: Line 5:
In practice, Sage-combinat is a collection of extensions on top of [[http://www.sagemath.org/|Sage]], developed by a community of researchers. The intent is that most of those extensions get eventually integrated into Sage as soon as they are mature enough, with a typical short life-cycle of a few weeks. In other words: just install Sage, and you will benefit from all the Sage-combinat development, except for the latest bleeding edge features.

----

'''[[http://wiki.sagemath.org/combinat/Installation|Installation instructions]]'''
In practice, Sage-combinat is a collection of branches on top of [[http://www.sagemath.org/|Sage]], developed by a community of researchers. The intent is that most of those branches get eventually integrated into Sage as soon as they are mature enough, with a typical short life-cycle of a few weeks. In other words: just install Sage, and you will benefit from all the Sage-combinat development, except for the latest bleeding edge features.
Line 15: Line 11:
 * April 7-11, 2014 [[http://wiki.sagemath.org/days57|Sage(-Combinat) Days 57]], Cernay
Line 21: Line 15:
 * A new [[http://combinat.sagemath.org/misc/raw-file/tip/articles/2013-01-17-Poster/main.pdf|poster]] for Sage-Combinat!  * A new [[http://combinat.sagemath.org/misc/raw-file/tip/articles/2013-01-17-Poster/main2014.pdf|poster]] for Sage-Combinat!

 * [[http://wiki.sagemath.org/TentativeConventions|Help for new Git workflow]]
Line 25: Line 21:
 * August 14-17, 2014 [[http://wiki.sagemath.org/days60|Sage Days 60]], Chennai, India

 * April 7-11, 2014 [[http://wiki.sagemath.org/days57|Sage(-Combinat) Days 57]], Cernay, France
Line 26: Line 26:
   Organized by Dan Bump, Anne Schilling and Travis Scrimshaw
Line 28: Line 29:
   Organized by Alejandro Morales, Anne Schilling, Nicolas M. Thiery
Line 32: Line 34:
   Organized by Franco Saliola, Anne Schilling, Nicolas M. Thiery.    Organized by Franco Saliola, Anne Schilling, Nicolas M. Thiery
Line 130: Line 132:
  Since Sage 6.0, the
[[http://trac.sagemath.org/wiki/QuickStartSageGit|development workflow]]
has been reworked in depth, and we are in the progress of migrating
the extensions as git branches. Here are some useful links:

 * [[http://trac.sagemath.org/query?status=closed&component=combinatorics&or&status=closed&cc=~sage-combinat&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone&order=priority|Closed tickets related to combinatorics]]

 * [[http://trac.sagemath.org/query?status=needs_info&status=needs_review&status=needs_work&status=positive_review&component=combinatorics&or&status=needs_info&status=needs_review&status=needs_work&status=positive_review&cc=~sage-combinat&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone&order=priority|In-progress tickets related to combinatorics]]

 * [[http://wiki.sagemath.org/TentativeConventions|Some conventions and help with the new git]]
Line 133: Line 147:
using a so-called mercurial queue. Since Sage 6.0, the
[[http://trac.sagemath.org/wiki/QuickStartSageGit|development workflow]]
has been reworked in depth, and we are in the progress of migrating
the extensions as git branches.
using a so-called mercurial queue.
Line 141: Line 151:
 * [[http://trac.sagemath.org/query?status=closed&component=combinatorics&or&status=closed&cc=~sage-combinat&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone&order=priority||Closed tickets related to combinatorics]]
 * [[http://trac.sagemath.org/query?status=needs_info&status=needs_review&status=needs_work&status=positive_review&component=combinatorics&or&status=needs_info&status=needs_review&status=needs_work&status=positive_review&cc=~sage-combinat&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone&order=priority|In-progress tickets related to combinatorics]]

 * Browse the [[http://combinat.sagemath.org/code/file/tip/sage/|Sage sources with the Sage-combinat patches applied]]

 * Please read the [[combinat/MercurialStepByStep|Step by step tutorial]] (in particular, how to '''download Sage-Combinat''')

 * For the curious: [[combinat/Mercurial|Technical background on the Sage-Combinat patch server (messy)]].

 * For hg/mercurial lovers: [[http://hgbook.red-bean.com/read/|Mercurial: The Definite Guide]] an e-book by Bryan O'Sullivan
 * Browse the [[http://combinat.sagemath.org/code/file/tip/sage/|Sage sources with the Sage-combinat patches applied]] (only useful for Sage version prior to sage-6.0)

Sage-Combinat: enhancing Sage as a toolbox for computer exploration in algebraic combinatorics

Sage-Combinat is a software project whose mission is: to improve the open source mathematical system Sage as an extensible toolbox for computer exploration in (algebraic) combinatorics, and foster code sharing between researchers in this area.

In practice, Sage-combinat is a collection of branches on top of Sage, developed by a community of researchers. The intent is that most of those branches get eventually integrated into Sage as soon as they are mature enough, with a typical short life-cycle of a few weeks. In other words: just install Sage, and you will benefit from all the Sage-combinat development, except for the latest bleeding edge features.


NEWS

Past news


Who are we? What is Sage-Combinat used for?


How to participate and contribute

Communication

Code

Since Sage 6.0, the development workflow has been reworked in depth, and we are in the progress of migrating the extensions as git branches. Here are some useful links:

The Sage-Combinat extensions used to be managed as a collection of patches on our patch server, using a so-called mercurial queue. Quite some stuff below is thus outdated, and will be progressively replaced by information on the new workflow.

Design

Documentation

combinat (last edited 2022-04-05 01:35:07 by mkoeppe)