| 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 |
| 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 |