Differences between revisions 86 and 101 (spanning 15 versions)
Revision 86 as of 2011-03-25 22:16:45
Size: 17103
Editor: JohnCremona
Comment:
Revision 101 as of 2011-03-26 19:09:06
Size: 25282
Editor: VolkerBraun
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
     * [[http://trac.sagemath.org/sage_trac/ticket/11007|11007 -- heegner points -- a nonsquarefree case]] (not finished)      * [[http://trac.sagemath.org/sage_trac/ticket/11007|11007 -- heegner points -- fix nonsquarefree case]] (with patch; needs review)
Line 20: Line 20:
     * [[http://trac.sagemath.org/sage_trac/ticket/7105|7105 -- open search results in new tabs]] (needs review)
Line 22: Line 23:
     * [[http://trac.sagemath.org/sage_trac/ticket/10822|10822 -- sage -sh doesn't set the path right if default shell is zsh on OSX]] (needs review)
Line 35: Line 37:
     * [[http://trac.sagemath.org/sage_trac/ticket/10791|10791 -- Review: Fix and upgrade Gram-Schmidt]] ( in progress )
     * [[http://trac.sagemath.org/sage_trac/ticket/11027|11027 -- Review: Schur matrix decomposition over RDF/CDF]] ( enhancement, in progress )
Line 43: Line 47:
     * [[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 68: Line 74:
    * [[http://trac.sagemath.org/sage_trac/ticket/4120|4120 -- New code for binary quadratic forms]] (needs review)     * [[http://trac.sagemath.org/sage_trac/ticket/4120|4120 -- New code for binary quadratic forms]] (under review by John Cremona)
Line 71: Line 77:
  * Jamie Weigandt
    * Enhancement: [[http://trac.sagemath.org/sage_trac/ticket/9371|9371 -- Implemented 2-Torsion Rank over General Fields]]
Line 80: Line 88:
    * [[http://trac.sagemath.org/sage_trac/ticket/7766|7766 -- Update valgrind]] (needs review, especially suppressions)     * [[http://trac.sagemath.org/sage_trac/ticket/7766|7766 -- Update valgrind]] (needs review)
Line 82: Line 91:
    * [[http://sourceforge.net/support/tracker.php?aid=3189536|mpl 3189536 -- radio_buttons example has only one (the last) button active]] Fixed in matplotlib.     * 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 86: Line 109:
  * 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)

  
Line 154: Line 181:
  * NumPy (Chuck Harris, Mark Wiebe) From http://projects.scipy.org/numpy/timeline
    * Bugs fixed:
      * Ticket #1779 (array.tolist() speed enhancement) closed by mwiebe
      * Ticket #1780 (nditer broadcasting test failure under python 2.4) closed by mwiebe
      * Ticket #766 (fastCopyAndTranspose segfaults) closed by mwiebe
      * Ticket #1675 (No support for `__format__` in scalars/arrays) closed by mwiebe
    * Bugs closed from triage:
      * Ticket #38 (strides accepted as an argument to records.array) closed by mwiebe
      * Ticket #213 (SharedLibrary builder for numpy.distutils) closed by mwiebe
      * Ticket #244 (Build fails with Intel Visual Fortran compiler) closed by mwiebe
      * Ticket #260 (Add mechanism for registering objects to be deallocated and memory-to-be ...) closed by mwiebe
      * Ticket #338 (Valgrind warning when calling scipy.interpolate.interp1d) closed by mwiebe
      * Ticket #398 (Compatibility loader for old Numeric pickles) closed by mwiebe
      * Ticket #400 (C API access to fft for C scipy extension ?) closed by mwiebe
      * Ticket #402 (newaxis incompatible with array indexing) closed by mwiebe
      * Ticket #416 (The docstrings of functions which take an out= parameter should mention ...) closed by mwiebe
      * Ticket #417 (Numpy 1.0.1 compilation fails on IRIX 6.5) closed by mwiebe
      * Ticket #468 (Use ellipses to auto complete indices for slice assignments) closed by mwiebe
      * Ticket #619 (remove split_quoted in numpy.distutils.ccompiler) closed by mwiebe
      * Ticket #695 (No test for r4836) closed by mwiebe
      * Ticket #721 (0-dimensional boolean arrays should work as masks for array scalars) closed by mwiebe
      * Ticket #722 (Write tests to confirm that methods preserve arrays/matrices) closed by mwiebe
      * Ticket #741 (Extend numpy.dot() to accept more than 2 arrays.) closed by mwiebe
      * Ticket #756 (String conversion should be supported for arithmetic operators.) closed by mwiebe
      * Ticket #758 (g3 f2py clean up) closed by mwiebe
      * Ticket #762 (Figure out why fixing #743 fixed #733 too.) closed by mwiebe
      * Ticket #772 (Valgrind warning when running test for compress2d) closed by mwiebe
      * Ticket #819 (.flat reorders data) closed by mwiebe
      * Ticket #1608 (numpy.sort on x.flat modifies x) closed by mwiebe
      * Ticket #867 (Array generation fail) closed by mwiebe
      * Ticket #875 (numpy.lib.io.save fails with NameError) closed by mwiebe
      * Ticket #909 (fromstring() / fromfile() Enhancements) closed by mwiebe
      * Ticket #980 (NaN's are silenty converted to ints) closed by mwiebe
      * Ticket #982 (Problem accessing data attribute of ndarray object created with certain ...) closed by mwiebe
      * Ticket #987 (random.exponential() seems to use the reciprocal rate prarameter instead ...) closed by mwiebe
      * Ticket #1012 (dtype attributes change after an arithmetic operation involving a scalar) closed by mwiebe
      * Ticket #1024 (Untested changes to numpy.lib.io in r6345) closed by mwiebe
      * Ticket #1032 (Crash on fastputmask on win32) closed by mwiebe
      * Ticket #1035 (Fix up Nan handling for max/amax/argmax/fmac + min/sort equivalent) closed by mwiebe
      * Ticket #1037 (Pickling/unpickling empty unicode types does not work) closed by mwiebe
      * Ticket #1046 (+SKIP option to doctests is not supported by python 2.4) closed by mwiebe
      * Ticket #1054 (Feature request: intent(transpose) option in f2py) closed by mwiebe
      * Ticket #1056 (typedef npy_intp to Py_ssize_t (cf. PEP353)) closed by mwiebe
      * Ticket #1097 (polydiv should be duck-typing safe) closed by charris
      * Ticket #1081 (Strange behavior of array() in a corner case) closed by charris
      * Ticket #1068 (numpy crashes on long double computation on windows for amd64) closed by charris
      * Ticket #1082 (numpybook doesn't build) closed by mwiebe
      * Ticket #1091 (crackfortran patch needed) closed by mwiebe
      * Ticket #1094 (masked array autotest fails with bus error) closed by mwiebe
      * Ticket #1136 (Multiplying Python float to numpy.array of objects works but fails with a ...) closed by mwiebe
      * Ticket #1174 (FAIL: test_testUfuncRegression (test_old_ma.TestUfuncs)) closed by mwiebe
      * Ticket #1180 (numpy.average: add an option to skip 'None' values from count) closed by mwiebe
      * Ticket #1224 (discrepencies in found tests between numscons and distutils builds) closed by mwiebe
      * Ticket #1225 (datetime64 and timedelta64 tests) closed by mwiebe
      * Ticket #1265 (64bit System: take raises TypeError when using int64 indices) closed by charris
      * Ticket #1258 (numpy.array does not upconvert from float to store complex types) closed by mwiebe
      * Ticket #1277 (Constructing real arrays with complex numbers leads to funny errors) closed by mwiebe
      * Ticket #1304 (Bug in handling '|S0' format string) closed by mwiebe
      * Ticket #1321 (A dtype should be immutable) closed by mwiebe
      * Ticket #1718 ("shape mismatch" error is not informative) closed by mwiebe
      * Ticket #1640 (structured array incorrectly gives a broadcast error) closed by mwiebe

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)