mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.2.
Also: - Create the sagemath-data-combinatorial_designs subpackage. - Create the sagemath-notebook-export subpackage. - Unbundle the LaTeX makecmds style. - Install LaTeX style files in a more canonical place.
This commit is contained in:
parent
b46cd4759a
commit
925e91dade
28 changed files with 743 additions and 795 deletions
|
@ -1,7 +1,7 @@
|
|||
diff -up src/sage/sandpiles/sandpile.py.orig src/sage/sandpiles/sandpile.py
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2017-04-11 09:56:54.907264014 -0400
|
||||
+++ src/sage/sandpiles/sandpile.py 2017-04-11 09:57:04.274264373 -0400
|
||||
@@ -347,9 +347,6 @@ from sage.arith.all import falling_facto
|
||||
--- src/sage/sandpiles/sandpile.py.orig 2018-05-05 16:21:26.000000000 -0600
|
||||
+++ src/sage/sandpiles/sandpile.py 2018-05-16 13:28:24.939025388 -0600
|
||||
@@ -342,9 +342,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.
|
||||
@@ -5202,7 +5199,7 @@ class SandpileDivisor(dict):
|
||||
@@ -5199,7 +5196,7 @@ class SandpileDivisor(dict):
|
||||
sign_file.close()
|
||||
# compute
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue