[sage-devel] Re: FGb - Gröbner basis computation code

2016-05-06 Thread parisse
Le samedi 7 mai 2016 07:30:42 UTC+2, john_perry_usm a écrit : > > I'm sorry. I got the name mixed up; the function you want to look at is > sba(), not dstd() (which is something experimental of mine that never saw > the light of day). > > http://www.singular.uni-kl.de/Manual/latest/sing_39

[sage-devel] Re: FGb - Gröbner basis computation code

2016-05-06 Thread john_perry_usm
I'm sorry. I got the name mixed up; the function you want to look at is sba(), not dstd() (which is something experimental of mine that never saw the light of day). http://www.singular.uni-kl.de/Manual/latest/sing_391.htm#SEC430 Because my copy of Singular is a little... "tinkered with" I'

[sage-devel] Re: On development workflows for sharing (experimental) code

2016-05-06 Thread Samuel Lelievre
2016-05-03 09:59:05 UTC-5, Nicolas M. Thiéry: > Tangentially to the recent discussion about modularity of the Sage > library and support for packages on top of Sage, I have started > writing some notes about the different workflows that have been used > to develop and share code, either "on

[sage-devel] GSOC 2016 Moduli Space of Dynamical Systems

2016-05-06 Thread Rebecca Miller
Hello all! My name is Rebecca Lauren Miller, I just finished my first year at Saint Louis University pursing my Ph.D. in Mathematics. I will be working with Ben Hutz and Paul Fili to increase the functionality of moduli space. I'm looking forward to a summer filled with research! Thank you the

[sage-devel] Re: sage vs jupyter notebooks

2016-05-06 Thread Eric Gourgoulhon
Hi Vincent, I would add to your list: * when exporting to pdf, the LaTeX format of the output cells is lost (cf. https://groups.google.com/d/msg/sage-support/Pt_r9Ct-31w/MWkRz1DVBwAJ) * the menu of JSMol 3D plots is not accessible Best wishes, Eric. -- You received this message because you

[sage-devel] Re: FGb - Gröbner basis computation code

2016-05-06 Thread parisse
Le vendredi 6 mai 2016 15:07:48 UTC+2, john_perry_usm a écrit : > > > One of us misunderstands the other. Here's what I'm saying: > >- Singular's std() is neither an F4- nor F5-style algorithm; it is a >traditional, Buchberger algorithm that uses a modified Gebauer-Möller pair >sele

[sage-devel] Re: print to python3

2016-05-06 Thread Travis Scrimshaw
Is it strictly needed, no. However, it allows us to be compatible with Python3 and it helps prevent anyone in the future from adding code that is only works in Python2 wrt print statements. Furthermore, most of the docstrings can be made 2/3 compliant and don't need "fancy" print_function st

[sage-devel] Re: On development workflows for sharing (experimental) code

2016-05-06 Thread Eric Gourgoulhon
Le vendredi 6 mai 2016 14:38:10 UTC+2, Nicolas M. Thiéry a écrit : > > On Wed, May 04, 2016 at 05:56:36AM -0700, Eric Gourgoulhon wrote: > >Thank you Nicolas for this page which is very instructive. > > :-) > > >I've added some comments on SageManifolds workflow. > > Yes, I have seen

[sage-devel] Re: print to python3

2016-05-06 Thread Dima Pasechnik
I already commented on one of these tickets that I do not understand why `from __future__ import print_function` is needed everywhere. Indeed, most modules do not do nontrivial printing anywhere, except perhaps docstrings (and the latter are not affected by that import anyway). Dima On Tuesday,

[sage-devel] Re: FGb - Gröbner basis computation code

2016-05-06 Thread john_perry_usm
On Wednesday, May 4, 2016 at 11:58:13 PM UTC-5, parisse wrote: > Le mercredi 4 mai 2016 23:00:23 UTC+2, john_perry_usm a écrit : >> >> Unfortunately Roman doesn't mention on that page whether he used >> Singular's std() or dstd(). The numbers look vaguely std()ish to me (i.e., >> when I compute

[sage-devel] Re: On development workflows for sharing (experimental) code

2016-05-06 Thread Nicolas M. Thiery
On Wed, May 04, 2016 at 05:56:36AM -0700, Eric Gourgoulhon wrote: >Thank you Nicolas for this page which is very instructive. :-) >I've added some comments on SageManifolds workflow. Yes, I have seen this; and commented on one of them. Stuff to discuss at some point, e.g. the upcoming Sa

Re: [sage-devel] Deprecate the use of properties in all public API

2016-05-06 Thread Erik Bray
On Wed, May 4, 2016 at 10:07 PM, Johan S. R. Nielsen wrote: > Michael Orlitzky writes: >> I have a matrix m... how come, >> >> * m.rank gives me bullshit >> * m.rank() works >> * m.T() crashes >> * m.T works? > > This is in my mind the most compelling reason to phase out properties in > Sa

[sage-devel] Re: What to do with that deprecation warning?

2016-05-06 Thread Simon King
Hi Volker, On 2016-05-05, Volker Braun wrote: > Thats an upstream bug... Yes, but why does it occur in the Sage library with my extension class but not with other extension classes in the Sage library? By the way, the problem has disappeared in the meantime. Namely, there was another warning: