50 | | |
51 | | #23732 optional package libtheora does not install |
52 | | {{{ |
53 | | sage -i libtheora |
54 | | }}} |
55 | | |
56 | | |
57 | | |
58 | | == 8.1.beta5 |
59 | | |
60 | | #23840 Elliptic curve failures |
61 | | {{{ |
62 | | src/sage/schemes/elliptic_curves/ell_number_field.py |
63 | | }}} |
64 | | |
65 | | == 8.1.beta4 |
66 | | |
67 | | #23637: failing doctest in pynormaliz |
68 | | {{{ |
69 | | src/sage/geometry/polyhedron/backend_normaliz.py |
70 | | }}} |
71 | | |
72 | | #23596: Update GLPK to 4.63 |
73 | | {{{ |
74 | | src/sage/numerical/backends/generic_backend.pyx |
75 | | src/sage/numerical/backends/glpk_exact_backend.pyx |
76 | | src/sage/numerical/backends/glpk_backend.pyx |
77 | | }}} |
78 | | |
79 | | #23803 Allow graceful Sphinx upgrades |
80 | | {{{ |
81 | | sage -t --long src/sage/misc/sagedoc.py |
82 | | sage -t --long src/doc/common/conf.py |
83 | | }}} |
84 | | |
85 | | |