Re: [sage-devel] sage.graphs.bliss disappeared in SageMath 10.4

2024-10-26 Thread Marc Culler
Thanks. - Marc On Saturday, October 26, 2024 at 8:54:53 PM UTC-5 François Bissey wrote: > It is now a separate optional package > https://pypi.org/project/sagemath-bliss/ > > On 27/10/24 14:52, Marc Culler wrote: > > A Sage_macOS user pointed out that > > from sage.graphs import bliss > > p

Re: [sage-devel] sage.graphs.bliss disappeared in SageMath 10.4

2024-10-26 Thread François Bissey
It is now a separate optional package https://pypi.org/project/sagemath-bliss/ On 27/10/24 14:52, Marc Culler wrote: A Sage_macOS user pointed out that from sage.graphs import bliss produces a "Module not found" error. In SageMath 10.3 the directory sage/venv/lib/python3.11/site-packages

[sage-devel] sage.graphs.bliss disappeared in SageMath 10.4

2024-10-26 Thread Marc Culler
A Sage_macOS user pointed out that from sage.graphs import bliss produces a "Module not found" error. In SageMath 10.3 the directory sage/venv/lib/python3.11/site-packages/sage/graphs contained both bliss.pyx and bliss.cpython-311-darwin.so. But in 10.4 and 10.5 the corresponding director