Differences between revisions 4 and 5
Revision 4 as of 2009-01-25 03:37:30
Size: 1364
Editor: JohnPerry
Comment:
Revision 5 as of 2009-01-25 03:40:01
Size: 1382
Editor: JohnPerry
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * [[http://trac.sagemath.org/sage_trac/ticket/1396|Bug 1396]] Ideal.groebner_basis should accept keyword arguments for strategy parameters. In any sane, just, and sinless universe this patch would work. Sadly, a serious bug in the interface between Sage and Singular prevents it from working, so I passed it back to Martin.
 * [[http://trac.sagemath.org/sage_trac/ticket/2159|Bug 2159]] Gröbner bases over any field (cont'd). Patch submitted for one of the functions that didn't work properly ({{{dimension}}}). Recommended creating a new ticket for the other ({{{variety}}}).
 * [[http://trac.sagemath.org/sage_trac/ticket/5056|Bug 5056]] rename Ideal.reduced_basis to Ideal.interreduced_basis. This ticket was created for the express purpose of accomodating people who don't read (i.e. me). Patch submitted and accepted.
 * [[http://trac.sagemath.org/sage_trac/ticket/1396|Bug 1396]] ''Ideal.groebner_basis should accept keyword arguments for strategy parameters'' In any sane, just, and sinless universe the patch submitted would work. Sadly, a serious bug in the interface between Sage and Singular prevents it from working, so I passed it back to Martin.
 * [[http://trac.sagemath.org/sage_trac/ticket/2159|Bug 2159]] ''Gröbner bases over any field (cont'd)'' Patch submitted for one of the functions that didn't work properly ({{{dimension}}}). Recommended creating a new ticket for the other ({{{variety}}}).
 * [[http://trac.sagemath.org/sage_trac/ticket/5056|Bug 5056]] ''rename Ideal.reduced_basis to Ideal.interreduced_basis'' This ticket was created for the express purpose of accomodating people who don't read (i.e. me). Patch submitted and accepted.

Perry @ Sage Days 12

Bugs

  • Bug 1396 Ideal.groebner_basis should accept keyword arguments for strategy parameters In any sane, just, and sinless universe the patch submitted would work. Sadly, a serious bug in the interface between Sage and Singular prevents it from working, so I passed it back to Martin.

  • Bug 2159 Gröbner bases over any field (cont'd) Patch submitted for one of the functions that didn't work properly (dimension). Recommended creating a new ticket for the other (variety).

  • Bug 5056 rename Ideal.reduced_basis to Ideal.interreduced_basis This ticket was created for the express purpose of accomodating people who don't read (i.e. me). Patch submitted and accepted.

Doctests

  • added some doctests to sage.rings.polynomial.multi_polynomial_ideal

Misc

  • Learned about hg, doctests.

F5

  • Talk on F5, 23 Jan 2009. Slides will be posted Real Soon Now.
  • Discussions with Martin and Robert Dellaca regarding many questions surrounding F5 in general, and thoughts on implementing an F4-style F5.

  • With Martin, implemented an F4-style F5 that seems to work.

days12/statusreports/johnperry (last edited 2009-01-25 03:40:01 by JohnPerry)