Differences between revisions 8 and 9
Revision 8 as of 2008-01-20 06:27:42
Size: 7057
Comment:
Revision 9 as of 2008-01-20 06:32:15
Size: 7025
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 = Ticket status and reviews needed = Ticket status and reviews needed =
Line 42: Line 42:
 * http://trac.sagemath.org/sage_trac/ticket/1577: .coefficients() and .monomials() differ in order in
      
multivariate polynomial rings
 * http://trac.sagemath.org/sage_trac/ticket/1578: Make polynomial .diff() accept optional argument times for
      
repeated differentiation.
 * http://trac.sagemath.org/sage_trac/ticket/1593: m4ri -- the documentation of the echelon command only
      
lists 1 algorithm but >= 2 algorithms are supported
 * http://trac.sagemath.org/sage_trac/ticket/1577: .coefficients() and .monomials() differ in order in multivariate polynomial rings
 * http://trac.sagemath.org/sage_trac/ticket/1578: Make polynomial .diff() accept optional argument times for repeated differentiation.
 * http://trac.sagemath.org/sage_trac/ticket/1593: m4ri -- the documentation of the echelon command only lists 1 algorithm but >= 2 algorithms are supported
Line 63: Line 60:
 * http://trac.sagemath.org/sage_trac/ticket/1804: Factorization.__mul__ assumes that the primes in the
      
factorization commute, which may not be a valid assumption
 * http://trac.sagemath.org/sage_trac/ticket/1804: Factorization.__mul__ assumes that the primes in the factorization commute, which may not be a valid assumption
Line 85: Line 81:
 * http://trac.sagemath.org/sage_trac/ticket/1845: list_plot3d should be able to accept lists of points in
arbitrary positions
 * http://trac.sagemath.org/sage_trac/ticket/1845: list_plot3d should be able to accept lists of points in arbitrary positions

SAGE Bug Squash Day 9

The event will take place on Saturday, January 19th, 2008 and officially start at 9 am pacific standard time.

Remember the "Twisted Rule" -- Don't work on anything unless there is a trac ticket for it.

  • The base version of SAGE we'll start with is 2.10. This is the current sage release, which you can upgrade to. Also, many binaries are available.

  • [:bug9/status:STATUS]
  • [:bug9/irc:IRC log]

  • Write to [email protected] or [email protected] for an account on the bug tracker.

  • We'll all be on #sage-devel at irc.freenode.net.

From Linux you can chat via a text console by installing "irssi", running it, and typing
  /SERVER add irc.freenode.net
  /SERVER irc.freenode.net
  /join #sage-devel

If you are using Konversation (the KDE IRC client), you can set up an auto-replace rule that lets you type #1322 (for trac #1322) and what everyone sees is http://trac.sagemath.org/sage_trac/ticket/1322 (which lets people click on the link and see the bug you are talking about).

To configure this, go to Settings -> Configure Konversation -> Behavior -> Auto Replace and create a rule with Find as "#([0-9]+)" and Replace with as "http://trac.sagemath.org/sage_trac/ticket/%1" (both without the quotes). You can select whether this rule is applied to incoming posts, your outgoing posts, or both.

Participants (with area they would like to work on)

  1. Michael Abshoff (merging patch, OSX 64 bit build issues, spkg updates)
  2. William Stein (misc)
  3. Carl Witty (make reference manual prettier by adding LaTeX to docstrings)

Many other people will hopefully participate, but didn't yet add themselves here due to the rather tight schedule.

Ticket status and reviews needed

bug/09 (last edited 2017-02-02 18:02:49 by mrennekamp)