[sage-devel] Proposal: downgrade some packages to experimental

2022-08-05 Thread John H Palmieri
The following packages do not build for me on OS X 12.5 (Monterrey), Intel chip: - polylib (#33758) - symengine_py (#34141) - p_group_cohomology (#30787) - r_jupyter - rubiks I propose that these be downgraded from optional to experimental until the issues are fixed. What do

[sage-devel] Doctesting question: feature detection

2022-08-05 Thread John H Palmieri
If I run "make ptestlong", then I see something like this: ### make ptestlong: Running ./sage -t --logfile=logs/test.log --long -p --optional=sage,optional --all Features to be detected: ... Using --optional=homebrew,pip,sage,sage_spkg and then after the tests Features detected for

Re: [sage-devel] Solving quintics

2022-08-05 Thread David Roe
Hi Achim, Many of the polynomials you mention can be factored by Sage if you use number fields for your coefficients rather than the symbolic ring. For example: sage: R. = ZZ[] sage: K. = NumberField(x^2 + x + 1) sage: f = x^5 + 9/2 * x^4 - 5/2 * x^3 - 2*w * x^2 - 9*w * x + 5*w sage: f.factor()

[sage-devel] Solving quintics

2022-08-05 Thread Fat i
Hello, I am new to this group and got the suggestion to post this here which I am happy to do. If you are interested in polynomials, esp. solving quintics, you may have a look at CoCalc -- Development I have spent some time studying

[sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread Nathan Dunfield
detoned > grayish >> original In grayish, the color for large code blocks is nearly the same as that for inline code (which is also used for methods), so some visual information is lost compared to detoned. -- You received this message because you are subscribed to the Google Groups

Re: [sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread John Cremona
On Fri, 5 Aug 2022 at 10:06, Eric Gourgoulhon wrote: > > grayish > detoned > original. I have no strong opinion on this choice! John > > Eric. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop

[sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread Eric Gourgoulhon
grayish > detoned > original. Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web

[sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread dmo...@deductivepress.ca
grayish > detoned >> original On Friday, August 5, 2022 at 12:51:46 AM UTC-6 sver...@gmail.com wrote: > grayish (3) > > The green in (1) is quite an eyesore, I think. > > On Friday, August 5, 2022 at 5:25:36 AM UTC+2 Kwankyu Lee wrote: > >> Hi, >> >> According to the recent decision, I applied

[sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread sver...@gmail.com
grayish (3) The green in (1) is quite an eyesore, I think. On Friday, August 5, 2022 at 5:25:36 AM UTC+2 Kwankyu Lee wrote: > Hi, > > According to the recent decision, I applied sphinx style to our future > doc in Furo theme. > > But it seem that a bit of tuning to the background style of

Re: [sage-devel] Re: System upgrades breaking sage frequently

2022-08-05 Thread Nils Bruin
On Wednesday, 3 August 2022 at 23:41:02 UTC-7 isu...@gmail.com wrote: > Can you try in a couple of hours and report back? > Yes, this time it looks like the instructions led to a successful build! Nice. -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread Kwankyu Lee
On Friday, August 5, 2022 at 12:42:35 PM UTC+9 Matthias Koeppe wrote: > I didn't see a difference until I realized I need to switch to light mode If you look closely, there is a difference also in dark mode. -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: Polling for sphinx background style

2022-08-05 Thread Kwankyu Lee
On Friday, August 5, 2022 at 12:42:35 PM UTC+9 Matthias Koeppe wrote: > I didn't see a difference until I realized I need to switch to light mode It seems that a cookie is used to store the mode. It remembers the last mode I chose. -- You received this message because you are subscribed to