[sage-devel] Re: testing package upgrades

2020-08-09 Thread Matthias Koeppe
On Sunday, June 28, 2020 at 6:09:47 AM UTC-7, Jonathan Kliem wrote: > > package upgrades can now be tested on multiple platforms easily, see > https://doc.sagemath.org/html/en/developer/portability_testing.html#automatic-parallel-tox-runs-on-github-actions > . > > This is useful, as sometimes pack

[sage-devel] LOTS of tickets waiting for review

2020-08-09 Thread Matthias Koeppe
https://trac.sagemath.org/query?status=needs_review&milestone=sage-9.2&groupdesc=1&group=status&max=1500&col=id&col=summary&col=component&col=time&col=changetime&col=author&col=reviewer&col=keywords&order=component -- You received this message because you are subscribed to the Google Groups "s

[sage-devel] Re: Jupyter-related tickets need help

2020-08-09 Thread Matthias Koeppe
Thanks to help by Joshua Campbell on this ticket, this is now ready for broader testing and review... On Saturday, August 8, 2020 at 8:59:53 AM UTC-7, Matthias Koeppe wrote: > > I have prepared an upgrade ticket for Jupyter notebook and dependencies at > https://trac.sagemath.org/ticket/26919, w

[sage-devel] Divison by zero error for series

2020-08-09 Thread Michael Jung
Consider the following (analytic) function: sage: a = sqrt(x)/(2*sinh(sqrt(x)/2)) sage: a.taylor(x, 0, 10) 91546277357/42092863826076169666560*x^10 - 5749691557/669659197233029971968000*x^9 + 16931177/4995070990221312*x^8 - 8191/612141052723200*x^7 + 1414477/2678117105664000*x^6 - 73/35

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

2020-08-09 Thread Matthias Koeppe
Thank you! I have added a bit on the improved unicode support On Sunday, August 9, 2020 at 9:28:45 AM UTC-7, jplab wrote: > > Great! > > I added a Section about the Polyhedral Geometry related new things. > > Best', > > Le samedi 8 août 2020 20:10:17 UTC+2, Matthias Koeppe a écrit : >> >> Let's pr

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

2020-08-09 Thread jplab
Great! I added a Section about the Polyhedral Geometry related new things. Best', Le samedi 8 août 2020 20:10:17 UTC+2, Matthias Koeppe a écrit : > > Let's prepare the release tour for the upcoming 9.2 release by > collaborative editing. > > https://wiki.sagemath.org/ReleaseTours/sage-9.2 > > >

Re: [sage-devel] incorrect intersection between parallel but non-intersecting polygons

2020-08-09 Thread Samuel Lelievre
Thanks Noah for the report here and at - Ask Sage question 52910: Unexpected intersection between parallel polygons https://ask.sagemath.org/question/52910 Thanks Vincent for opening a ticket! -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

[sage-devel] Re: Get source (??) bug

2020-08-09 Thread Markus Wageringel
This is not related to the init.sage file, but to the fact that TriangleNumbers is a class. You can reproduce the problem like this sage: class TriangleNumbers: : pass sage: import inspect sage: inspect.getsourcelines(TriangleNumbers) ... TypeError: is a built-in class which is what get