mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.8 (bz 1724394).
Also: - Remove configparser dependencies (bz 1706597). - Fix broken sed conversion (bz 1706234). - Fix python2 versus python3 snafu (bz 1706337, 1707166). - Build and install sagetex (bz 1706322).
This commit is contained in:
parent
05337076b6
commit
5a519c8e85
15 changed files with 277 additions and 497 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -up src/sage/combinat/crystals/alcove_path.py.orig src/sage/combinat/crystals/alcove_path.py
|
||||
--- src/sage/combinat/crystals/alcove_path.py.orig 2019-03-23 16:20:34.000000000 -0600
|
||||
+++ src/sage/combinat/crystals/alcove_path.py 2019-04-08 13:33:18.101386015 -0600
|
||||
--- src/sage/combinat/crystals/alcove_path.py.orig 2019-06-26 14:41:04.000000000 -0600
|
||||
+++ src/sage/combinat/crystals/alcove_path.py 2019-06-27 11:46:03.613253846 -0600
|
||||
@@ -383,7 +383,7 @@ class CrystalOfAlcovePaths(UniqueReprese
|
||||
|
||||
One can compute all vertices of the crystal by finding all the
|
||||
|
@ -11,8 +11,8 @@ diff -up src/sage/combinat/crystals/alcove_path.py.orig src/sage/combinat/crysta
|
|||
|
||||
.. WARNING::
|
||||
diff -up src/sage/homology/homology_group.py.orig src/sage/homology/homology_group.py
|
||||
--- src/sage/homology/homology_group.py.orig 2019-03-23 16:20:40.000000000 -0600
|
||||
+++ src/sage/homology/homology_group.py 2019-04-08 13:33:22.436307576 -0600
|
||||
--- src/sage/homology/homology_group.py.orig 2019-06-26 14:41:04.000000000 -0600
|
||||
+++ src/sage/homology/homology_group.py 2019-06-27 11:46:03.614253830 -0600
|
||||
@@ -109,7 +109,7 @@ class HomologyGroup_class(AdditiveAbelia
|
||||
sage: from sage.homology.homology_group import HomologyGroup
|
||||
sage: H = HomologyGroup(7, ZZ, [4,4,4,4,4,7,7])
|
||||
|
@ -22,36 +22,3 @@ diff -up src/sage/homology/homology_group.py.orig src/sage/homology/homology_gro
|
|||
sage: latex(HomologyGroup(6, ZZ))
|
||||
\ZZ^{6}
|
||||
"""
|
||||
diff -up src/sage/rings/function_field/differential.py.orig src/sage/rings/function_field/differential.py
|
||||
--- src/sage/rings/function_field/differential.py.orig 2019-03-23 16:20:42.000000000 -0600
|
||||
+++ src/sage/rings/function_field/differential.py 2019-04-09 10:42:43.202792022 -0600
|
||||
@@ -360,7 +360,7 @@ class FunctionFieldDifferential_global(F
|
||||
return to_R(c)
|
||||
|
||||
def cartier(self):
|
||||
- """
|
||||
+ r"""
|
||||
Return the image of the differential by the Cartier operator.
|
||||
|
||||
The Cartier operator operates on differentials. Let `x` be a separating
|
||||
diff -up src/sage/rings/function_field/divisor.py.orig src/sage/rings/function_field/divisor.py
|
||||
--- src/sage/rings/function_field/divisor.py.orig 2019-03-23 16:20:42.000000000 -0600
|
||||
+++ src/sage/rings/function_field/divisor.py 2019-04-09 10:42:22.061135616 -0600
|
||||
@@ -531,7 +531,7 @@ class FunctionFieldDivisor(ModuleElement
|
||||
return basis, coordinates_func
|
||||
|
||||
def basis_differential_space(self):
|
||||
- """
|
||||
+ r"""
|
||||
Return a basis of the space of differentials `\Omega(D)`
|
||||
for the divisor `D`.
|
||||
|
||||
@@ -554,7 +554,7 @@ class FunctionFieldDivisor(ModuleElement
|
||||
return [W.element_class(W, f) for f in fbasis]
|
||||
|
||||
def differential_space(self):
|
||||
- """
|
||||
+ r"""
|
||||
Return the vector space of the differential space `\Omega(D)` of the divisor `D`.
|
||||
|
||||
OUTPUT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue