[sage-devel] Retroactive news: https://wiki.sagemath.org/ReleaseTours/sage-9.0

2020-04-16 Thread Matthias Koeppe
Developers who contributed to or are familiar with the changes in release 9.0 may be interested in helping write https://wiki.sagemath.org/ReleaseTours/sage-9.0 So far we have: Sage 9.0 Release Tour released Jan 1, 2020 Contents 1. Sage 9.0 Release Tour

[sage-devel] Re: https://wiki.sagemath.org/ReleaseTours/sage-9.1

2020-04-16 Thread Eric Gourgoulhon
Le mardi 14 avril 2020 20:36:38 UTC+2, Matthias Koeppe a écrit : > > Let's prepare https://wiki.sagemath.org/ReleaseTours/sage-9.1 > by collaborative editing. > Thanks a lot! I've added a threejs entry and will add a manifold one later on. Btw, shouldn't there be a link from https://www.sagemat

[sage-devel] Is this a bug?

2020-04-16 Thread Mihai
Hi, I'm very new to Sage, thus it's likely I'm using it wrongly, but is this a bug? Using: https://sagecell.sagemath.org/ I entered: F(x)=1/(1 + exp(-x)) FN(x,n) = F(x)**n assume(n, 'integer') assume(log(exp(n)+1) - n > 0) fn = diff(FN(x,n), x) mean(n) = integral(fn(x, n), (x, 0, oo)) mean(1)

[sage-devel] Re: Generation of sample points for log-scale plots

2020-04-16 Thread Samuel Lelievre
Thu 2020-04-16 09:12:24 UTC, Eric Gourgoulhon: > > > Le jeudi 16 avril 2020 06:21:42 UTC+2, Blair Mason: >> >> >> Should generate_plot_points() be modified to log-sample >> > on plots where the x scale is logarithmic? I'd be willing to >> > write the patch up but I'd like to know that it would be

[sage-devel] Re: Generation of sample points for log-scale plots

2020-04-16 Thread Eric Gourgoulhon
Hi, Le jeudi 16 avril 2020 06:21:42 UTC+2, Blair Mason a écrit : > > Hello all, > > Should generate_plot_points() be modified to log-sample on plots where the > x scale is logarithmic? I'd be willing to write the patch up but I'd like > to know that it would be desired behavior before I do so. >

Re: [sage-devel] error building brial-1.2.5

2020-04-16 Thread Olivier Guillon
Hello, everything works fine (and with minimal manual intervention) after a little cleanup in my clone of the develop branch : I did make distclean followed by ./bootstrap and ./configure before re-building with make build. Thanks a lot for your time and helpful advice ! Olivier -- You rec