Differences between revisions 97 and 103 (spanning 6 versions)
Revision 97 as of 2011-03-26 01:54:09
Size: 23234
Comment:
Revision 103 as of 2011-04-04 13:54:32
Size: 27262
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
Line 12: Line 11:
     * [[http://trac.sagemath.org/sage_trac/ticket/10974|10974 -- Overhaul, fix matrix augment, stack]] (positive review -- Keshav Kini)
     * [[http://trac.sagemath.org/sage_trac/ticket/10470|10470 -- Don't list infinite vector spaces]] (positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10545|10545 -- Add the outer product of two vectors]] (positive -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10737|10737 -- Extended echelon form]] (positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10977|10977 -- Document vector constructor behavior]] (positive review -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/11004|11004 -- make subdivisions optional for tensor products of matrices]] (positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/7852 | 7852 -- solve systems over CDF]] (bug, review in-progress, Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/10470|10470 -- Don't list infinite vector spaces]] (bug, positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10545|10545 -- Add the outer product of two vectors]] (enhancement, positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10595|10595 -- vector constructor fails with empty list]] (bug, positive review -- joint with John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10737|10737 -- Extended echelon form]] (enhancement, positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/10746|10746 -- refactor matrix kernels]] (bug, review in progress -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/10765|10765 -- obliterate sage/matrix/misc.py]] (orphaned)
     * [[http://trac.sagemath.org/sage_trac/ticket/10791|10791 -- fix and upgrade Gram-Schmidt]] (bug, review in-progress -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/10794|10794 -- QR decomposition over exact rings]] (enhancement, positive review -- Simon Spicer)
     * [[http://trac.sagemath.org/sage_trac/ticket/10802|10802 -- singular values over CDF]] (enhancement, positive review -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/10837|10837 -- matrix and vector norms, condition number]] (solves [[http://trac.sagemath.org/sage_trac/ticket/2512|2512]]) (enhancement, positive review -- Simon Spicer)
     * [[http://trac.sagemath.org/sage_trac/ticket/10848|10848 -- is_hermitian()]] (enhancement, review in-progress -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/10863|10863 -- is_unitary()]] (enhancement, positive review -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/10974|10974 -- Overhaul, fix matrix augment, stack]] (bug, positive review -- Keshav Kini)
     * [[http://trac.sagemath.org/sage_trac/ticket/10977|10977 -- Document vector constructor behavior]] (documentation, positive review -- Martin Raum)
     * [[http://trac.sagemath.org/sage_trac/ticket/11004|11004 -- make subdivisions optional for tensor products of matrices]] (enhancement, positive review -- John Palmieri)
     * [[http://trac.sagemath.org/sage_trac/ticket/11027|11027 -- Schur decomposition]] (enhancement, review in-progress -- Martin Raum)
Line 41: Line 51:
     * [[http://trac.sagemath.org/sage_trac/ticket/9054|9054 -- create a class for basic function_field arithmetic]] (in progress)
  * Moritz Minzlaff and William Stein:
     * [[http://trac.sagemath.org/sage_trac/ticket/11034|11034 -- bug in the way vectors are created for submodules of free modules]] (needs review)
Line 47: Line 60:
     * [[http://trac.sagemath.org/sage_trac/ticket/11040|11040 -- Sage startup time.]] (needs review)
     * [[http://trac.sagemath.org/sage_trac/ticket/11043|11043 -- Sage startup time (again).]] (needs review)
Line 87: Line 102:
Line 88: Line 104:
    * [[http://sourceforge.net/support/tracker.php?aid=3189536|mpl 3189536 -- radio_buttons example has only one (the last) button active]] Fixed in matplotlib.
    * (work in progress) mpl 3187864 matplotlib with QGIS memory error on Suse 11.3
    * (work in progress) mpl 3205391 gtkagg.so hanging plot creation
    * Matplotlib work
      * Fixed large memory leak fixed in matplotlib test suite (trunk) [[https://github.com/matplotlib/matplotlib/pull/59| pull request 56]]
      * Fixed memory leak in matplotlib-py3 caused be old version of CXX. [[https://github.com/matplotlib-py3/matplotlib/pull/23| pull request 23]]
      * Include matplotlib testsuite behave consistently using matplotlib.test() and nosetests [[https://github.com/matplotlib/matplotlib/pull/58| pull request 58]]
      * (enhancement) 'scrub' keyword for matplotlib clear figure command. [[https://github.com/matplotlib/matplotlib/pull/59| pull request 56]]
      * [[http://sourceforge.net/support/tracker.php?aid=3189536|mpl 3189536 -- radio_buttons example has only one (the last) button active]] Fixed in matplotlib.
      * [[http://sourceforge.net/support/tracker.php?aid=3187521|mpl 3187521 -- Crash when enumerating fonts containing a dot in their name]] fixed in matplotlib [[https://github.com/matplotlib/matplotlib/pull/59| pull request 59]].
      * (work in progress) mpl 3187864 matplotlib with QGIS memory error on Suse 11.3
      * (work in progress) mpl 3205391 gtkagg.so hanging plot creation
    * Ipython work [[https://github.com/ipython/ipython/pull/309|IPython pull request 309]]
      * (work in progress) filed and added test for [[https://github.com/ipython/ipython/issues/306|GH-306]] - multiline strings at end of input cause noop
      * (work in progress) filed and added test for [[https://github.com/ipython/ipython/issues/207|GH-307]] - lines ending with semicolon should not go to cache
      * (work in progress) added test for [[https://github.com/ipython/ipython/issues/284|GH-284]] - ensure In variable is works
      * (work in progress) added test for [[https://github.com/ipython/ipython/issues/238|GH-238]] - %run's aggressive name cleaning
Line 95: Line 122:
  * Volker Braun
    * [[http://trac.sagemath.org/sage_trac/ticket/6391|6391 -- libGAP! -- create a Cython library interface to gap]] first working version, needs review.
    * [[http://trac.sagemath.org/sage_trac/ticket/9232|9232 -- jmol on commandline broken]] (needs review)

  

Use this page to keep track of the bugs fixed during Sage Days 29.

days29/bugs (last edited 2011-04-04 13:54:32 by MoritzMinzlaff)