[sage-devel] GSoC 2019 Proposal

2019-03-24 Thread David Sult
To whom it may concern, I am ready to submit a proposal and could seriously use some advice on how this process exactly works with the development end of things. I can definitely handle the development of programs and use GitHub, this issue becomes what do I develop, where, how much,

[sage-devel] Re: [sage-cell] Re: Is sagecell python3-ready?

2019-03-24 Thread Kwankyu Lee
On Sunday, March 24, 2019 at 4:43:47 AM UTC+9, Andrey Novoseltsev wrote: > > On Saturday, 23 March 2019 00:25:10 UTC-6, Kwankyu Lee wrote: >> >> I would expect one process runs all interact cells from one client (if >> this makes sense). >> >> I have a webpage that contains many interact

Re: [sage-devel] Integrals don't coincide with the ones directly done by maxima

2019-03-24 Thread Michael Orlitzky
On 3/24/19 6:37 PM, mmarco wrote: > > > > None of these will really help in this case. Without abs_integrate, you > get no answer. With abs_integrate, you get the wrong answer. This one > will probably have to be fixed in Maxima. > > >  Going from a wrong answer to no answer is an

[sage-devel] Re: How docstrings generate html

2019-03-24 Thread John H Palmieri
On Sunday, March 24, 2019 at 12:21:43 PM UTC-7, Chaman Agrawal wrote: > > I was trying to contribute through a ticket related to documentation but I > am not sure how docstrings are generating HTML and have doubts. > 1) It is ignoring all the function of with names like __function_name__ >

Re: [sage-devel] Integrals don't coincide with the ones directly done by maxima

2019-03-24 Thread mmarco
> > > None of these will really help in this case. Without abs_integrate, you > get no answer. With abs_integrate, you get the wrong answer. This one > will probably have to be fixed in Maxima. > Going from a wrong answer to no answer is an improvement. So yes, it does help in this case.

[sage-devel] How docstrings generate html

2019-03-24 Thread Chaman Agrawal
I was trying to contribute through a ticket related to documentation but I am not sure how docstrings are generating HTML and have doubts. 1) It is ignoring all the function of with names like __function_name__ and _function_name_. So for such functions, is the documentation in the code meant

Re: [sage-devel] Re: how does the res/mod in "geng" work?

2019-03-24 Thread TAU
On Sun, 24 Mar 2019, Nico Van Cleemput wrote: > If you use the normal splitting with geng, it might become more even if you > go to a higher number of > parts. However, it will never be completely even. We could also use geng to split output to for example 100 parts and then combine parts so

Re: [sage-devel] Re: how does the res/mod in "geng" work?

2019-03-24 Thread Nico Van Cleemput
If you use the normal splitting with geng, it might become more even if you go to a higher number of parts. However, it will never be completely even. If you want to split he output of geng evenly than all graphs will have to be generated anyway, because there is no other way to guarantee this.