Update to sagemath 8.0

This commit is contained in:
pcpa 2017-11-10 11:26:56 -05:00
parent b78abd5373
commit abc6d11c12
27 changed files with 290 additions and 655 deletions

View file

@ -1,15 +1,15 @@
diff -up src/sage/geometry/polyhedron/base.py.orig src/sage/geometry/polyhedron/base.py
--- src/sage/geometry/polyhedron/base.py.orig 2017-04-11 09:57:57.498266411 -0400
+++ src/sage/geometry/polyhedron/base.py 2017-04-11 09:58:07.176266782 -0400
@@ -22,7 +22,6 @@ import six
from sage.structure.element import Element, coerce_binop, is_Vector
--- src/sage/geometry/polyhedron/base.py.orig 2017-11-08 08:21:45.693203621 -0500
+++ src/sage/geometry/polyhedron/base.py 2017-11-08 08:21:56.893204050 -0500
@@ -22,7 +22,6 @@ from sage.structure.element import Eleme
from sage.structure.richcmp import rich_to_bool, op_NE
from sage.misc.all import cached_method, prod
-from sage.misc.package import is_package_installed
from sage.rings.all import QQ, ZZ
from sage.rings.all import QQ, ZZ, AA
from sage.rings.real_double import RDF
@@ -3988,10 +3987,6 @@ class Polyhedron_base(Element):
@@ -4188,10 +4187,6 @@ class Polyhedron_base(Element):
David Avis's lrs program.
"""