Differences between revisions 176 and 179 (spanning 3 versions)
Revision 176 as of 2014-02-18 21:03:16
Size: 11305
Editor: aschilling
Comment:
Revision 179 as of 2014-08-14 09:07:13
Size: 11171
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 14: Line 10:

 * April 7-11, 2014 [[http://wiki.sagemath.org/days57|Sage(-Combinat) Days 57]], Cernay
Line 26: Line 20:

 * 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 134: 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
Line 137: 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 145: 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)