Differences between revisions 70 and 88 (spanning 18 versions)
Revision 70 as of 2009-04-21 22:12:59
Size: 4805
Comment:
Revision 88 as of 2009-07-09 13:48:47
Size: 6460
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Sage-combinat is a collection of experimental patches (i.e. extensions) on top of [[http://www.sagemath.org/|Sage]], developed by a community in algebraic combinatorics. Its main purpose is to improve Sage as an extensible toolbox for computer exploration, and foster code sharing between researchers in this area. The intent is that most of those patches eventually will get 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. Sage-Combinat is a software project whose mission statement is: '''to improve the open source mathematical system [[http://www.sagemath.org/|Sage]] as an extensible toolbox for computer exploration in algebraic combinatorics, and foster code sharing between researchers in this area'''.
Line 5: Line 5:
In practice, Sage-combinat is a collection of experimental patches (i.e. extensions) on top of [[http://www.sagemath.org/|Sage]], developed by a community of researchers. The intent is that most of those patches 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 7: Line 8:

== Installation instructions ==

=== Short instructions ===

'''Step 1.''' To install the experimental patches provided by Sage-combinat, you first need to install Sage. You have two options.

    1. Binary installation (takes less time; only option on Windows; only works if a binary exists for your system):

        * Download a binary distribution ''for your system'' from [[http://sagemath.org/download.html]] and follow the installation instructions on that page.

    2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a compilier):

        * Download the source code from [[http://sagemath.org/download-source.html]] and follow the installation instructions on that page.

'''Step 2.''' Install Sage-combinat:
    {{{
./sage -combinat install
    }}}

=== Long instructions ===

 * See the [[http://wiki.sagemath.org/combinat/MercurialStepByStep|Step by step tutorial]] (in particular, how to '''download Sage-Combinat''')

----
Line 8: Line 35:
 * [[http://sagetrac.org/sage_trac/wiki/SageCombinatRoadMap|road map and current status]]
Line 11: Line 40:
 * July 25-29: *-Combinat 2009  * July 25-29, 2009: *-Combinat 2009
Line 15: Line 44:
 * 2009-04-15: Software demonstration accepted for FPSAC 2009 [[attachment:2009-07-20-FPSAC.pdf|PDF]], [[attachment:.2009-07-20-FPSAC.tex|LaTeX Source]] [[attachment:2009-07-20-FPSAC.bbl|LaTeX bibliography]]  * May 25th, 2009: The Sage-words library demonstrated at the 2nd Canadian Discrete and Algorithmic Mathematics Conference [[http://www.crm.umontreal.ca/CanaDAM2009/index_e.shtml|CanaDAM'09]]
 [[attachment:2009-05-25-CanaDAM.sws|Sage worksheet]], [[attachment:2009-05-25-CanaDAM.pdf|PDF]].
Line 17: Line 47:
 * January 26-30: [[http:/combinat/SageCombinatWorkshopOrsay|Sage-Combinat Workshop in Orsay]]  * April 15th, 2009: Software demonstration accepted for [[http://www.risc.uni-linz.ac.at/about/conferences/fpsac2009/|FPSAC'09]]
 [[attachment:2009-07-20-FPSAC.pdf|PDF]], [[attachment:.2009-07-20-FPSAC.tex|LaTeX Source]] [[attachment:2009-07-20-FPSAC.bbl|LaTeX bibliography]]

 * January 26-30, 2009: [[http:/combinat/SageCombinatWorkshopOrsay|Sage-Combinat Workshop in Orsay]]
Line 23: Line 56:
   The transition is going to be a massive investment: seven years of hard work to port over! However a lot of experience was gained since 2000, and most of the design is now pretty clear. By sharing the work the transition will hopefuly be relatively quick.

   See the [[http://sagetrac.org/sage_trac/wiki/SageCombinatRoadMap|road map and current status]] of the port.
   The transition is a massive investment: seven years of hard work to port over! However a lot of experience was gained since 2000, and most of the design is now pretty clear. By sharing the work the transition will hopefuly be relatively quick.
Line 31: Line 62:
 * [[http:/combinat/Contributors|Contributors]]  * [[http://wiki.sagemath.org/combinat/Contributors|Contributors]]
Line 33: Line 64:
 * [[http:/combinat/Institutions|Institutions and sponsors]]  * [[http://wiki.sagemath.org/combinat/Institutions|Institutions and sponsors]]
Line 59: Line 90:
 * For hg lovers: [[http://hgbook.red-bean.com/read/|Mercurial: The Definite Guide]] an e-book by Bryan O'Sullivan

Sage-Combinat

Sage-Combinat is a software project whose mission statement 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 experimental patches (i.e. extensions) on top of Sage, developed by a community of researchers. The intent is that most of those patches 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.


Installation instructions

Short instructions

Step 1. To install the experimental patches provided by Sage-combinat, you first need to install Sage. You have two options.

  1. Binary installation (takes less time; only option on Windows; only works if a binary exists for your system):
  2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a compilier):

Step 2. Install Sage-combinat:

  • ./sage -combinat install

Long instructions


NEWS


Who are we?


How to participate and contribute

Communication

  • Join our mailing lists:
    • Announcement mailing list (to come)
    • sage-combinat-devel: Developpers mailing list

    • sage-combinat-commits: A low traffic mailing list which receives an automatic notice whenever a sage-combinat related ticket is modified (and eventually whenever a commit is done on the patch server).

  • Check the road map and current status

  • Post bug reports, suggestions, patches on the Sage-Combinat trac server or on the mailing list.

  • Cite Sage-Combinat when you use it for research publications (TODO: provide a standard citation here).

Code

Design

Documentation

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