Processing Math: Done
jsMath
Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2009-01-24 09:50:59
Size: 398
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 1: Line 1:
 * Talk on F5, 23 Jan 2009. Slides will be posted Real Soon Now. = Perry @ Sage Days 12 =
Line 3: Line 3:
 * Discussions with Martin and Robert Dellaca regarding many questions surrounding F5 in general, and thoughts on implementing an F4-style F5. == Bugs ==

 * [[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.

== Doctests ==

  * added some doctests to {{{sage.rings.polynomial.multi_polynomial_ideal}}}

== Misc ==
Line 7: Line 17:
 * Bugs:
  * Bug 1396, in progress.
  * Bug 2159, patch submitted, but needs additional work.
  * Bug 5056, patch submitted, relatively easy fix.
== F5 ==

 * Talk on F5, 23 Jan 2009. Slides will be posted Real Soon Now.

 * Discussions with [[http://wiki.sagemath.org/days12/statusreports/malb|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.

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)