-
We replace some `range(0, a)` by `range(a)`,
occasionally replacing `xrange` by `range`
or a list by an iterator.
Component: **refactoring**
Author: **Frédéric Chapoton**
Branch/Commit: **[`d2a9…
-
**Describe the problem**
We are running a multi-tenant system which isolates tenants on a per-database level ("Bridge model"). [The documentation recommends](https://www.cockroachlabs.com/docs/stab…
-
UPSTREAM: https://www.singular.uni-kl.de:8005/trac/ticket/750
This works correctly:
```
sage: n=4;m=10;P = PolynomialRing(QQ,n*m,"x"); x = P.gens(); M = Matrix(n,x)
sage: M
[ x0 x1 x2 x3 x4 x…
-
Plonk implementation:
- [ ] check where domain is created / used
- [ ] can we create once and use in multiple places?
PRs:
- #70
-
```
2009/04/06 The first release candidate of PolyBoRi 0.6 is available
for download. It comes with a PEP8-conforming python interface and
new algorithms: FGLM and (experimental) parallel process…
-
-
Hi! We use your crate in a variety of embedded applications. I noticed that there's a recently landed, yet-unreleased commit changing the default time-vs-space tradeoff of the crate to use significant…
-
**Lots** of stuff has changed in Singular 4.
This is a big update.
Build system completely changed, and a lot of internal stuff.
Original upstream tarball at `www.mathematik.uni-kl.de/ftp/pub/Math…
-
This ticket adds samplers for discrete Gaussian distributions to Sage.
Component: **statistics**
Keywords: **sd59**
Author: **Martin Albrecht**
Branch: **[`a1b711f`](https://github.com/sagemath/…
-
This patch adds two developper tools in sage.misc.dev_tools:
- An interface to the graphical profiler ```runsnake```.
See e.g. the attached image which shows a graphical profile
of listing all…