Re: [sage-devel] Single instance of R only

2018-12-23 Thread William Stein
On Sun, Dec 23, 2018 at 5:37 PM Andrey Novoseltsev wrote: > > This is what we had: > ┌┐ > │ SageMath version 8.4, Release Date: 2018-10-17 │ > │ Type "notebook()" for the browser-based notebook interface.

[sage-devel] Single instance of R only

2018-12-23 Thread Andrey Novoseltsev
This is what we had: ┌┐ │ SageMath version 8.4, Release Date: 2018-10-17 │ │ Type "notebook()" for the browser-based notebook interface.│ │ Type "help()" for help.

[sage-devel] Inheriting from MPolynomialRing_libsingular crashes sage

2018-12-23 Thread VulK
Dear All, I just came acreoss the following strange behavior: {{{ sage: from sage.rings.polynomial.multi_polynomial_libsingular import MPolynomialRing_libsingular # This works as expected sage: MPolynomialRing_libsingular(QQ, 2, ['x','y'], 'degrevlex') Multivariate Polynomial Ring i