-
Some code to solve the [Quantumino Puzzle](http://familygamesamerica.com/mainsite/consumers/productview.php?pro_id=274&search=quantumino) (see also [this video](http://www.youtube.com/watch?v=jX_VKz…
-
With certain operating systems, certain compilers and certain compiler flags (in particular Cygwin with `SAGE_DEBUG=yes`), the PARI function `is_universal_constant()` can be broken. This leads to a …
-
about no empty final lines
CC: @tscrim @kwankyu @slel
Component: **refactoring**
Author: **Frédéric Chapoton**
Branch/Commit: **[`7c5dc66`](https://github.com/sagemath/sagetrac-mirror/commit/7c…
-
The words "order" and "size" are used throughout the codebase to refer to the number of nodes in an edge (where order = size-1). I'd suggest we choose one and remove all instances of the other. For ex…
-
Recent versions support the Power8 ppc64le architecture.
**Tarball**: [http://sage.ugent.be/www/jdemeyer/sage/atlas-3.11.38.tar.bz2](http://sage.ugent.be/www/jdemeyer/sage/atlas-3.11.38.tar.bz2) (g…
-
The symbolic product is currently broken in Sage :
* It cannot be created in Sage :
```
sage: var("j,p", domain="integer")
sage: X,Y=function("X,Y")
sage: prod(X(j),j,1,p)
-------------------------…
-
I'm building a workflow using the current development version and came across a bug with `$as_list()`: Only the `d - 1L`-dimensional simplices of a `d`-dimensional simplicial complex are returned (see…
-
about
```
E251 unexpected spaces around keyword / parameter equals
```
Component: **group theory**
Author: **Frédéric Chapoton**
Branch/Commit: **[`7dfb048`](https://github.com/sagemath/sagetrac…
-
about
```
E251 unexpected spaces around keyword / parameter equals
```
Component: **algebraic geometry**
Author: **Frédéric Chapoton**
Branch/Commit: **[`a7949bf`](https://github.com/sagemath/sa…
-
With this branch, running "sage -t" will automatically involve testing all installed up-to-date new-style optional Sage packages.
Depends on #18456
Depends on #18124
Depends on #18559
Depends on #1…