Sebastian Oehms
Sebastian Oehms
As mentioned in https://github.com/sagemath/sage/pull/37856#issuecomment-2108157341 the `Dockerfile` is broken by https://github.com/sagemath/sage/pull/37856. This will be fixed in this PR. More precisely we replace `install_scripts` by appending `$SAGE_ROOT/local/bin` to the `bash` path variable....
This PR implements a task from the following code-comment in `link.py`: > # ToDo: extension to non prime links in which case an element of the monoid > # over...
@kwankyu, I open this issue to find the structure of the new repository. From my point of view we need the following: * `./LICENCE` I would say GPL? * `./README.md`...
Until we find a more consistent way of presenting our installers, I suggest using the README as a redirection page to the various approaches. This serves two purposes: 1. It...
Sage has a native implementation of Khovanov homology. Unfortunately, it's not very performant. For knots and links with more than six crossings, the calculation takes more than a second on...
Currently, the usage of SnapPy in connection with Sage's knots and links is not really supported, although it can be installed as an optional package. The aim of this PR...
## Functionality we have in sum This issue continues https://github.com/sagemath/sage-windows/issues/1#issuecomment-2502014339. FYI: I made some major changes in my approach. I got rid of Docker Desktop replacing it by a [custom...