Update to sagemath 7.4

This commit is contained in:
pcpa 2016-12-30 10:04:34 -05:00
parent 6b381937c4
commit 807c53b3b6
21 changed files with 299 additions and 2458 deletions

View file

@ -1,6 +1,6 @@
diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
--- src/sage/sandpiles/sandpile.py.orig 2016-08-08 13:33:09.209528750 -0400
+++ src/sage/sandpiles/sandpile.py 2016-08-08 13:33:36.251529786 -0400
--- src/sage/sandpiles/sandpile.py.orig 2016-10-20 08:05:08.805531352 -0400
+++ src/sage/sandpiles/sandpile.py 2016-10-20 08:05:17.107531669 -0400
@@ -346,9 +346,6 @@ from sage.arith.all import falling_facto
from sage.rings.all import Integer, PolynomialRing, QQ, ZZ
from sage.symbolic.all import I, pi
@ -11,7 +11,7 @@ diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
class Sandpile(DiGraph):
"""
Class for Dhar's abelian sandpile model.
@@ -5229,7 +5226,7 @@ class SandpileDivisor(dict):
@@ -5203,7 +5200,7 @@ class SandpileDivisor(dict):
sign_file.close()
# compute
try: