Re: [sage-devel] Re: More SageMath tutorials: a repository for sharing and collective authoring

2017-05-04 Thread mforets
can you CC me for the translation of "Calcul Mathématique avec Sage" ? in trac/github i'm "mforets" in the long term i look forward to contributing to a Spanish version! El jueves, 4 de mayo de 2017, 5:21:15 (UTC+2), Nicolas M. Thiéry escribió: > >Dear Dominique, > > On Wed, May 03,

[sage-devel] Why do Polyhedron objects inherit from "Element"?

2017-05-04 Thread jplab
Dear all, Some time ago, during the Sage Days 84 in Olot, https://wiki.sagemath.org/days84 some participants (including myself) wondered why would Polyhedron objects inherit from the "Element" class. The reason to wonder is that it seems to provide methods to a polyhedron object which make

[sage-devel] Re: not receiving trac mail notification anymore

2017-05-04 Thread Vincent Delecroix
More precisely, I do receive a notification the first time I modify a ticket (because I created it, or added a first comment, etc). But I do not receive any other notifications afterwards. On 03/05/2017 18:09, Vincent Delecroix wrote: Hello, I did not receive the notifications from trac for

Re: [sage-devel] Why do Polyhedron objects inherit from "Element"?

2017-05-04 Thread Vincent Delecroix
On 04/05/2017 12:30, jplab wrote: Dear all, Some time ago, during the Sage Days 84 in Olot, https://wiki.sagemath.org/days84 some participants (including myself) wondered why would Polyhedron objects inherit from the "Element" class. The reason to wonder is that it seems to provide methods

[sage-devel] Why is absolute_import a method of designs ?

2017-05-04 Thread David . Coudert
designs. shows absolute_import and we have sage: designs.absolute_import _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384) I don't understand what's going on. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

[sage-devel] Re: knowing our basic floating point arithmetic actually works -- do you care?

2017-05-04 Thread mmarco
FWIW I have recently written a library that performs certified root continuation of bivariate polynomials. It makes extensive use of MPFR, and plan to include it as a Sage package. So, since the goal is to make certified computations, it would be really nice to have a formal proof of the

Re: [sage-devel] Why is absolute_import a method of designs ?

2017-05-04 Thread Vincent Delecroix
I thought that this would not appear in tab completion. absolute_import comes from lines such as from __future__ import absolute_import that are aimed to simplify the transition to Python 3. You can see that it is everywhere sage: sage.combinat.ribbon_tableau.absolute_import

Re: [sage-devel] Why is absolute_import a method of designs ?

2017-05-04 Thread Vincent Delecroix
Indeed, {{{ --- a/src/sage/combinat/designs/design_catalog.py +++ b/src/sage/combinat/designs/design_catalog.py @@ -123,4 +123,4 @@ deprecated_callable_import(17034, ("This function will soon be removed. Use the designs.orthogonal_arrays.* functions instead")) #

Re: [sage-devel] Why is absolute_import a method of designs ?

2017-05-04 Thread David . Coudert
So the problem is already addressed. solves the issue. Did you open a ticket? > No. Thank you. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Why is absolute_import a method of designs ?

2017-05-04 Thread Vincent Delecroix
On 04/05/2017 16:31, david.coud...@inria.fr wrote: So the problem is already addressed. solves the issue. Did you open a ticket? No. Thank you. #22948 needs review. Thank you. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe