Differences between revisions 11 and 12
Revision 11 as of 2011-05-09 19:44:51
Size: 5938
Comment:
Revision 12 as of 2011-05-09 19:52:33
Size: 6051
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
    * #9128 [needs_review] Sphinx should be aware of all.py to find its links
Line 14: Line 15:
    * #10194 Set factories
Line 16: Line 18:
    * #11251 [needs_review] Add todo extension to Sphinx
Line 17: Line 20:
    * #9128 [needs_review] Sphinx should be aware of all.py to find its links
    * #11251 [needs_review] Add todo extension to Sphinx
Line 41: Line 42:
    * #10194 Set factories
Line 53: Line 53:
 * Much work was done by several participants (Hugh Thomas, Eric Webster, Ryan Oulton, JP Simard, Calin Fraser, Josh Koncovy, Gaelan Hanlon, Francis Bischoff, Florent Hivert, Christian Stump) on implementing the full collection of d-complete posets, the slant product of d-complete posets, and jeu de taquin for them. Some of this code can be found in the page for the [[http://wiki.sagemath.org/days30_prize|Sage Days 30 Best First Contribution Prize]].  * Much work was done by several participants (Hugh Thomas, Eric Webster, Ryan Oulton, JP Simard, Calin Fraser, Josh Koncovy, Gaelan Hanlon, Francis Bischoff, Christian Stump) on implementing the full collection of d-complete posets, the slant product of d-complete posets, and jeu de taquin for them. Some of this code can be found in the page for the [[http://wiki.sagemath.org/days30_prize|Sage Days 30 Best First Contribution Prize]].
Line 63: Line 63:
 * Florent Hivert, Jason Bandlow, Travis Scrimshaw and Nicolas Nicholas Thiéry had a long design discussion about set factories. A patch implementing the design is currently tested on combinat queue and should be submitted shortly #10194.  * Florent Hivert, Jason Bandlow, Travis Scrimshaw and Nicolas Nicholas Thiéry had a long design discussion about set factories. Florent Hivert wrote a patch implementing the design which is currently tested on combinat queue and should be submitted shortly #10194.

 * Christian Stump and Florent Hivert worked on the optimization of the universal cyclotomic field

Final Status Reports for Sage Days 30

Tutorials

The week began with several introductory tutorials (see the schedule for links to the tutorials and worksheets). This involved creating several tutorials and incorporating them into Sage; these eventually can be found in the thematic tutorials section of the live documentation.

Tickets created/reviewed/patched/fixed

Here is a list trac tickets that were created or worked on during Sage Days 30.

  • #9123 implement Schur algebras and use them to determine irreducible characters for GL_n
  • #9128 [needs_review] Sphinx should be aware of all.py to find its links
  • #10065 [needs_review] removed bug and new methods in Poset
  • #10167 [closed enhancement: duplicate] three new methods in Poset
  • #10194 Set factories
  • #10333 [needs_review] Add an optional interface for lrcalc
  • #10334 [positive_review] miscellaneous cleanup in perm_gps preparing for domains
  • #11251 [needs_review] Add todo extension to Sphinx
  • #11263 [positive_review] Markup ".. link" is wrong in the developer guide. Add ".. linkall" to systematically link.
  • #11281 ".. math::" environment ignored in the live documentation
  • #11282 [positive_review] Add a link from the main live documentation help page to the thematic tutorials document
  • #11284 Document all options of Poset.show and Poset.plot
  • #11285 Request to add feature: Decomposing a finite dimensional vector space with respect to a collection of matrices acting on the vector space.
  • #11286 Speed-up solving linear systems needs_info
  • #11287 [needs_review] Interface to runsnake and import_statements
  • #11289 [positive_review] Random posets, documentation and error-checking
  • #11290 [positive_review] Implementation of non-commutative k-Schur functions in the nilCoxeter algebra
  • #11291 Interface to Gprof2Dot

  • #11292 [positive_review] Allow broader inputs to lattice meet and join
  • #11293 [positive_review] All relations of a poset
  • #11296 [positive_review] add default username to sage-combinat install script
  • #11299 [positive_review] Fix documentation of sage.modular.modform.element.ModForm.qexp

  • #11300 [positive_review] Add get_part method to partition.py
  • #11301 [positive_review] empty partition causes error for up_list
  • #11303 Fix the documentation of attach
  • #11305 Bijection between Rigged Configurations and Crystal Paths
  • #11306 [needs_review] Upgrade unitary check for RDF/CDF matrices
  • #11308 typos in sage.structure.list_clone documentation
  • #11311 [needs_review] engine="pdflatex" in view is ignored
  • #11314 [positive_review] Enhance method from_shape_and_word in tableau to allow English reading order
  • #11315 [needs_review] remove pstricks from default latex preamble

This list was generated from the trac report Sage Days 30 trac tickets

Coding Sprints and Design Discussions

  • Anders Buch, Anne Schilling and Nicolas Thiéry worked on the interface between sage and Anders' Littlewood-Richardson calculator written in C. We worked on finalizing Mike Hansen's patch and added additional functionalities to the patch such as the fusion coefficients. The final version is on trac #10333, has a positive mathematical review, and is awaiting a final technical review.

  • Chris Berg and Anne Schilling worked on an implementation of the nilCoxeter algebra and noncommutative k-Schur functions for affine type A. Jason Bandlow and Franco Saliola reviewed the patch trac #11290 and it received a positive review.

  • Travis Scrimshaw wrote code for the bijection between rigged configurations and crystal paths and opened the corresponding ticket trac #11305. In particular, he implemented the Kleber algorithm which provides an efficient way to create all highest weight rigged configuration for a given sequence of rectangles and given weight. His code was pushed to the sage-combinat server.

  • Much work was done by several participants (Hugh Thomas, Eric Webster, Ryan Oulton, JP Simard, Calin Fraser, Josh Koncovy, Gaelan Hanlon, Francis Bischoff, Christian Stump) on implementing the full collection of d-complete posets, the slant product of d-complete posets, and jeu de taquin for them. Some of this code can be found in the page for the Sage Days 30 Best First Contribution Prize.

  • There was much work done on the thematic tutorials. Nicolas Thiéry liberated the tutorials from the reference manual. Nicolas Thiéry, Florent Hivert, Jason Bandlow and Franco Saliola edited, expanded and added new tutorials.
  • Carolina Benedetti implemented a function to construct the "quantum Grassmannian poset". Here is an example:
    • qgposet.pdf

  • Nicholas Thiéry, Florent Hivert, Jason Bandlow, Franco Saliola, Anne Schilling, Christian Stump and others discussed the design and naming conventions for implementing a set endowed with the action of another set.
  • Florent Hivert, Jason Bandlow, Travis Scrimshaw and Nicolas Nicholas Thiéry had a long design discussion about set factories. Florent Hivert wrote a patch implementing the design which is currently tested on combinat queue and should be submitted shortly #10194.
  • Christian Stump and Florent Hivert worked on the optimization of the universal cyclotomic field
  • Jason Bandlow completed an initial implementation of k-Schur functions as a subring of the ring of symmetric functions. The code was pushed to the sage-combinat server.

days30_statusreports (last edited 2011-05-13 02:49:41 by HughThomas)