Changes between Version 1 and Version 2 of days32wishlist


Ignore:
Timestamp:
08/22/11 11:09:39 (21 months ago)
Author:
mderickx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • days32wishlist

    v1 v2  
    22 
    33== Super-duper High Priority == 
    4  * #8254 #11040 #11043 faster startup time;  see also [https://github.com/jasongrout/sage-forker the Sage forker], and see [http://artificialcode.blogspot.com/2009/04/short-circuiting-python-module-lookup.html this article] 
    5  * #11705 Port Sage to Power 7 (ppc64) -- there is a machine "silius" on skynet that should be used for this.  Only problem is building Maxima... 
     4 * #8254 - needs_work, #11040 - needs_work, #11043 - needs_review faster startup time;  see also [https://github.com/jasongrout/sage-forker the Sage forker], and see [http://artificialcode.blogspot.com/2009/04/short-circuiting-python-module-lookup.html this article] 
     5 * #11705 - new Port Sage to Power 7 (ppc64) -- there is a machine "silius" on skynet that should be used for this.  Only problem is building Maxima... 
    66 
    77== High Priority == 
    88 
    9  * Upgrade MPIR (#8664, #11616), MPFR (#11666), MPFI to latest stable releases 
     9 * Upgrade MPIR (#8664 - positive_review, #11616 - needs_review), MPFR (#11666 new), MPFI to latest stable releases 
    1010 
    11  * #5847 Update GMP-ECM to 6.3 
     11 * #5847 needs_review - Update GMP-ECM to 6.3 
    1212 
    13  * #11351 make flintqs-20070817 spkg build with -m64 rather than 
     13 * #11351 - needs_review make flintqs-20070817 spkg build with -m64 rather than -march=opteron 
    1414 
    15  * latest jmol source (also #9238) 
     15 * latest jmol source (also #9238 - needs_review) 
    1616 
    17  * #6329 optional doctest failure -- breakage in the sage<-->magma 
     17 * #6329 - needs_review optional doctest failure -- breakage in the sage<-->magma 
    1818 
    19  * #10975 creation of certain prime finite fields is double dog slow 
     19 * #10975 - needs_work creation of certain prime finite fields is double dog slow 
    2020 
    2121== Medium Priority == 
    2222 
    23  * #10826, #10827, #10828, #11197 SAGE_SPKG_INSTALL_DOCS 
     23 * #10826 - needs_work, #10827 - needs_review, #10828 - needs_work, #11197 - needs_info SAGE_SPKG_INSTALL_DOCS 
    2424 
    25  * #10152, #10973 integral 
    26 points 
    27  * #9668 Fix hardcoding of paths in R binary 
     25 * #10152 - new, #10973 - new integral points 
     26 * #9668 - new Fix hardcoding of paths in R binary 
    2827 
    29  * #11710 Experimental package Macaulay2 fails to build (also #10117) 
     28 * #11710 - new Experimental package Macaulay2 fails to build (also #10117 - new) 
    3029 
    31  * #10976 computing order of subgroup of a permutation group is slow 
    32  * #10801 Create a new option: "sage -strip" 
    33  * #8783 frobby optional spkg doesn't build with newer GCC's 
    34  * #11427 optional spkg database_gap-4.4.12.p0.spkg fails test 
    35  * #11433 optional spkg graphviz-2.16.1.p0.spkg fails to build 
    36  * #11438 optional package libtheora-1.1.1.spkg does not build 
    37  * #11439 optional package mpi4py-1.1.0.spkg does not build 
    38  * #11444 optional package cbc-2.3.p2.spkg does not build 
    39  * #10981 algebraic real field partial_fraction_decomposition bug 
    40  * #7879 Remove unnecessary signal handling for low prec mpfr operations 
    41  * #8896 0.0000000000000000000000000000 is parsed completely differently 
    42  * #10635 refactor polynomial_element.pyx factor function 
    43  * #4949 Optionally build spkgs in $SAGE_BUILD_TMPDIR 
    44  * #10970 Remove pipestatus from spkg/install 
    45  * #10271 Make big_oh notation work for any element that has degree() 
    46  * #5903 Remove dist directories from Sage distribution 
    47  * #10231 Don't repackage examples and extcode on sage-*dist 
    48  * #10952 better numerical accuracy testing (in-progress, Beezer) 
    49  * #6284 fix the numerous broken optional magma doctests 
    50  * #8469 add "Number Theory and the RSA Public Key Cryptosystem" (review 
     30 * #10976 - new computing order of subgroup of a permutation group is slow 
     31 * #10801 - new Create a new option: "sage -strip" 
     32 * #8783 - needs_review frobby optional spkg doesn't build with newer GCC's 
     33 * #11427 - needs_info optional spkg database_gap-4.4.12.p0.spkg fails test 
     34 * #11433 - new optional spkg graphviz-2.16.1.p0.spkg fails to build 
     35 * #11438 - new optional package libtheora-1.1.1.spkg does not build 
     36 * #11439 - new optional package mpi4py-1.1.0.spkg does not build 
     37 * #11444 - new optional package cbc-2.3.p2.spkg does not build 
     38 * #10981 - new algebraic real field partial_fraction_decomposition bug 
     39 * #7879 - needs_work Remove unnecessary signal handling for low prec mpfr operations 
     40 * #8896 - needs_info 0.0000000000000000000000000000 is parsed completely differently 
     41 * #10635 - needs_info refactor polynomial_element.pyx factor function 
     42 * #4949 - needs_review Optionally build spkgs in $SAGE_BUILD_TMPDIR 
     43 * #10970 - needs_info Remove pipestatus from spkg/install 
     44 * #10271 - needs_work Make big_oh notation work for any element that has degree() 
     45 * #5903 - new Remove dist directories from Sage distribution 
     46 * #10231 - needs_work Don't repackage examples and extcode on sage-*dist 
     47 * #10952 - 10952 better numerical accuracy testing (in-progress, Beezer) 
     48 * #6284 - needs_review fix the numerous broken optional magma doctests 
     49 * #8469 - needs_info add "Number Theory and the RSA Public Key Cryptosystem" (review 
    5150in-progress, Beezer) 
    52  * #9487 Have an acurate description of what "supported platforms" are 
    53  * #9494 Add a 
     51 * #9487 - new Have an acurate description of what "supported platforms" are 
     52 * #9494 - needs_info Add a 
    5453doctest to benchmark.py (in-progress, Beezer) 
    55  * #10910 Avoid nfinit while factoring polynomials 
    56  * #10951 ecmfactor should take as optional argument the sigma value 
    57  * #5187 fix optional magma doctests that changed in magma-2.15 
    58  * #6315 optional doctest failure -- caused by mistakes in lectures 
    59  * #11421 upgrade optional package NZMATH to version 1.1.0 
    60  * #7344 New libjpeg package 
    61  * #7345 New libtiff package 
    62  * #9975 Update GnuTLS and clean up the package 
    63  * #11354 remove dist directory from eclib spkg 
    64  * #11169 Make testcc.sh exit with an exit code of 1 if attempting 
    65  * #8321 numerical integration with arbitrary precision 
    66  * #11036 improve solve_mod performance 
    67  * #6495 build reference manual more quickly 
    68  * #7494 remove/move the examples directory stuff already 
    69  * #6743 make more progress on making Sage build automatically on Cygwin 
    70  * #4260 use LinBox as native matrix representation for dense matrices over GF(p) 
    71  * #9562 add M4RIE to Sage (== fast linear algebra over GF(2^n) for n in 2..10 
    72  * #11574 update M4RI 
     54 * #10910 - needs_work Avoid nfinit while factoring polynomials 
     55 * #10951 - needs_work ecmfactor should take as optional argument the sigma value 
     56 * #5187 - needs_review fix optional magma doctests that changed in magma-2.15 
     57 * #6315 - needs_info optional doctest failure -- caused by mistakes in lectures 
     58 * #11421 - needs_review upgrade optional package NZMATH to version 1.1.0 
     59 * #7344 - needs_work New libjpeg package 
     60 * #7345 - needs_info New libtiff package 
     61 * #9975 - needs_work Update GnuTLS and clean up the package 
     62 * #11354 - needs_review remove dist directory from eclib spkg 
     63 * #11169 - needs_info Make testcc.sh exit with an exit code of 1 if attempting 
     64 * #8321 - needs_work numerical integration with arbitrary precision 
     65 * #11036 - needs_review improve solve_mod performance 
     66 * #6495 - needs_review build reference manual more quickly 
     67 * #7494 - new remove/move the examples directory stuff already 
     68 * #6743 - new make more progress on making Sage build automatically on Cygwin 
     69 * #4260 - new use LinBox as native matrix representation for dense matrices over GF(p) 
     70 * #9562 - needs_work add M4RIE to Sage (== fast linear algebra over GF(2^n) for n in 2..10 
     71 * #11574 - needs_work update M4RI 
    7372 
    7473== Lower Priority (not from sponsor) == 
    7574 
    76  * #11680 support extra_compile_args (e.g., C99) when loading/attaching .pyx (cython) 
     75 * #11680 - needs_review support extra_compile_args (e.g., C99) when loading/attaching .pyx (cython) 
    7776files, and when using %cython in the notebook 
    78  * #11712 Make it so typing {{{cython?}}} results in one seeing documentation for all pragma's for %cython mode and load/attach .pyx file 
     77 * #11712 - needs_review Make it so typing {{{cython?}}} results in one seeing documentation for all pragma's for %cython mode and load/attach .pyx file