[sage-support] Re: Extend the limit function/method call syntax ?

2024-10-06 Thread Nils Bruin
Following up on this, I think we can do this with relatively small impact: https://github.com/sagemath/sage/pull/38780 previously, limit(1/x,'+',x=0) did work, but the recommended way to spell this was limit(1/x,x=0,dir="+") so I'm not sure if we need to provide a special case and intercept t

[sage-support] QEPCAD not working in python package of SageMath

2024-10-06 Thread Ani J
*Also filed this issue on git here: * https://github.com/sagemath/sage/issues/38779#issue-2568964546 *Steps To Reproduce* 1. My machine is Mac M2 with the OS Ventura 13.4 2. I already have anaconda installed: conda --version prints conda 23.10.0 3. I used the command conda creat