mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 7.3
This commit is contained in:
parent
a3d306800c
commit
0fdebf23cf
35 changed files with 3245 additions and 874 deletions
|
@ -1,8 +1,8 @@
|
|||
diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2015-10-11 17:41:27.067777358 -0300
|
||||
+++ src/sage/sandpiles/sandpile.py 2015-10-11 17:41:57.909778539 -0300
|
||||
@@ -347,9 +347,6 @@ from sage.rings.arith import falling_fac
|
||||
from sage.rings.all import Integer, PolynomialRing, QQ, ZZ, lcm
|
||||
--- 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
|
||||
@@ -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
|
||||
|
||||
-# TODO: remove the following line once 4ti2 functions are removed
|
||||
|
@ -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.
|
||||
@@ -5230,7 +5227,7 @@ class SandpileDivisor(dict):
|
||||
@@ -5229,7 +5226,7 @@ class SandpileDivisor(dict):
|
||||
sign_file.close()
|
||||
# compute
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue