[sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-20 Thread Nils Bruin
On Saturday, April 20, 2019 at 4:26:11 PM UTC-7, Andrew wrote: > > Fixing this problem properly as Martin or Volker suggests is probably the > best option but `# random print order` is a good option too, which I was > not aware of -- or is this really `# random` with additional explanation? > I

[sage-devel] Re: Automatic Differentiation - Taylor Arithmetics

2019-04-20 Thread Nisoli Isaia
On Saturday, April 20, 2019 at 5:36:46 AM UTC-3, Marc Mezzarobba wrote: > > Nisoli Isaia wrote: > > I was planning in doing a Cython implementation of Forward automatic > > differentiation and > > Taylor arithmetics as in > > https://press.princeton.edu/titles/9488.html > > to use to implem

[sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-20 Thread Andrew
Fixing this problem properly as Martin or Volker suggests is probably the best option but `# random print order` is a good option too, which I was not aware of -- or is this really `# random` with additional explanation? Is there a complete list of the doc-test modifiers anywhere? I just looked

Re: [sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-20 Thread Vincent Delecroix
Le 20/04/2019 à 09:43, Volker Braun a écrit : On Saturday, April 20, 2019 at 1:10:28 AM UTC+2, Andrew wrote: Set(['a', 'b', 'c']) gives different output with each sage session, at least when `sage` is compiled with python3. Ideally Set._repr_ would try to sort the set members (falling back t

[sage-devel] Re: Automatic Differentiation - Taylor Arithmetics

2019-04-20 Thread Marc Mezzarobba
Nisoli Isaia wrote: > I was planning in doing a Cython implementation of Forward automatic > differentiation and > Taylor arithmetics as in > https://press.princeton.edu/titles/9488.html > to use to implement a library for Sage with rigorous quadrature and > integration of ODE. This is very inter

[sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-20 Thread Volker Braun
On Saturday, April 20, 2019 at 1:10:28 AM UTC+2, Andrew wrote: > > Set(['a', 'b', 'c']) > gives different output with each sage session, at least when `sage` is > compiled with python3. > Ideally Set._repr_ would try to sort the set members (falling back to alphabetical order if the elements can