4042
Comment:
|
4635
|
Deletions are marked like this. | Additions are marked like this. |
Line 42: | Line 42: |
* Join our mailing list: http://groups.google.com/group/sage-combinat-devel. | |
Line 44: | Line 43: |
* Join our mailing lists: * Announcement mailing list (to come) * Developpers mailing list (http://groups.google.com/group/sage-combinat-devel) * Commits mailing list (http://groups.google.com/group/sage-combinat-commits) Receives an automatic notice whenever a sage-combinat related ticket is modified (and eventually whenever a commit is done on the patch server) |
|
Line 52: | Line 57: |
* Please read the [[http:/combinat/MercurialStepByStep|Step by step tutorial]] (in particular, how to '''download Sage-Combinat''') | * Please read the [[http://wiki.sagemath.org/combinat/MercurialStepByStep|Step by step tutorial]] (in particular, how to '''download Sage-Combinat''') |
Line 54: | Line 59: |
* For the curious: [[http:/combinat/Mercurial|Technical background on the Sage-Combinat patch server (messy)]]. | * For the curious: [[http://wiki.sagemath.org/combinat/Mercurial|Technical background on the Sage-Combinat patch server (messy)]]. |
Line 57: | Line 62: |
To check them out, use {{{hg clone http://combinat.sagemath.org/misc/ Sage-Combinat-misc-file}}}. This will create a subdirectory {{{Sage-Combinat-misc-file}}} in the current directory; you can use any other name for this subdirectory. |
Sage-Combinat
Sage-combinat is a collection of experimental patches (i.e. extensions) on top of 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.
NEWS
February 22-26, 2010: Sage days
The thematic month MathInfo 2010 at CIRM, Marseille will include a Sage days session. FlorentHivert, NicolasThiéry, and FrancoSaliola will be among the organizers, there will be a serious combinatorics slant.
- July 25-29: *-Combinat 2009
We will hold an International Sage Workshop on Free and Practical Software for Algebraic Combinatorics at RISC, Linz, Austria, right after FPSAC'09.
2009-02-20: Submission of a software demonstration request for FPSAC 2009 PDF, LaTeX Source LaTeX bibliography
January 26-30: Sage-Combinat Workshop in Orsay
- 2008-06-19: MuPAD-Combinat join forces with Sage
Sage-combinat was born as a partial port of MuPAD-Combinat. After months of discussions and experiments, an enthusiastic consensus emerged in the MuPAD-Combinat community to join Sage. Sage-combinat henceforth became the natural successor of MuPAD-Combinat.
- 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 road map and current status of the port.
Who are we?
How to participate and contribute
Communication
- Join our mailing lists:
- Announcement mailing list (to come)
Developpers mailing list (http://groups.google.com/group/sage-combinat-devel)
Commits mailing list (http://groups.google.com/group/sage-combinat-commits)
- Receives an automatic notice whenever a sage-combinat related ticket is modified (and eventually whenever a commit is done on the patch server)
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
The collection of patches is managed using a patch server (mercurial queues). Use it to try out the latest experimental features, or contribute your own patches! (You may still need to access to the old patch server)
Please read the Step by step tutorial (in particular, how to download Sage-Combinat)
For the curious: Technical background on the Sage-Combinat patch server (messy).
Mercurial server for miscelleanous files and documents
To check them out, use hg clone http://combinat.sagemath.org/misc/ Sage-Combinat-misc-file. This will create a subdirectory Sage-Combinat-misc-file in the current directory; you can use any other name for this subdirectory.
Design
Have a look and participate to design discussions.
Contribute to the list of quirks and weirdness issues in the *-Combinat design.
Documentation
From sage 3.4 on, the documentation system is based on ReST/Sphinx. Here are some help about the new doc system