Update to latest upstream release

This commit is contained in:
pcpa 2019-11-08 08:46:01 -03:00
parent fa050d6863
commit 7b54d2115b
20 changed files with 285 additions and 834 deletions

View file

@ -1,16 +1,16 @@
diff -up src/sage/interfaces/latte.py.orig src/sage/interfaces/latte.py
--- src/sage/interfaces/latte.py.orig 2019-04-08 12:05:07.092855841 -0600
+++ src/sage/interfaces/latte.py 2019-04-08 13:37:31.377803169 -0600
@@ -113,7 +113,7 @@ def count(arg, ehrhart_polynomial=False,
# Check that LattE is present
Latte().require()
--- src/sage/interfaces/latte.py.orig 2019-10-03 16:52:46.496156266 -0300
+++ src/sage/interfaces/latte.py 2019-10-03 16:53:00.776241550 -0300
@@ -117,7 +117,7 @@ def count(arg, ehrhart_polynomial=False,
arg = str_to_bytes(arg)
- args = ['count']
+ args = ['latte-count']
if ehrhart_polynomial and multivariate_generating_function:
raise ValueError
if ehrhart_polynomial:
@@ -308,7 +308,7 @@ def integrate(arg, polynomial=None, algo
@@ -317,7 +317,7 @@ def integrate(arg, polynomial=None, algo
from sage.rings.rational import Rational