-
The Singular team accepted most of our patches upstream. They are in the 3-1-0-9 release, which also is a first step to make things easier for library developers.
How to apply the patches to [sage-…
-
This ticket implements filtered vector spaces and multi-filtered vector spaces (multiple filtrations of a single vector space). This is then used to implement Klyachko bundles.
Mandatory fun examp…
-
Based on #30504, which added MacPorts package information, we update the system package scripts to include support for MacPorts.
Current Sage builds just fine on a system with MacPorts.
To test th…
-
With 9.8.beta0, the command
```
sage -t --long --optional=sage,optional,external src/sage/misc/latex.py
```
gives error.
Excerpted from #33931.
Component: **misc**
Author: **John Palmieri, Séba…
-
This is a bug in Singular 3.1.7 (fixed in 4.0.1, see ticket #17254):
```
R. = ZZ[]
J = Ideal(4*xv^3+3*xv^2, 3*xe*xv^2+xe-2*xv);
I = Ideal(-3, -3*xv-1, -3);
I2 = Ideal(-3, -3*xv-1);
assert( I ==…
-
With Macaulay2 1.17, some doctests fail due to slight changes in the print representation.
Component: **interfaces**
Keywords: **macaulay2**
Author: **Markus Wageringel**
Branch: **[`919907a`](h…
-
It seems to me that ```/opt/homebrew/lib``` should be picked instead of ```/usr/local/lib``` for the native version of homebrew on Apple M1:
```
$ brew install apaffenholz/polymake/polymake
[...]
…
-
1. Fix the following bug.
```
sage: C = designs.best_known_covering_design_from_LJCR(7, 3, 2)
---------------------------------------------------------------------------
AttributeError …
-
I am going to implement exactly one thing for this ticket. I will add an option
```
sage -t --only-optional=comma,separated,list,of,tags file1.py dir ...
```
This will run every doctest block w…
-
The new `ForeignFunctions` package isn't working on big-endian architectures. For example, from one of[ today's PPA builds on s390x](https://launchpadlibrarian.net/624433041/buildlog_ubuntu-jammy-s39…