-
The `normaliz` package uses OMP for threading, which can create many threads. In doctests, this is bad for two reasons:
1. Doctests should not use an unexpectedly large number of system resources.
…
-
- ntl/flint/singular: https://groups.google.com/d/msg/sage-devel/KXK_zxzfhIQ/0MaSLhvMAAAJ
- ecl: Reported in https://groups.google.com/d/msg/sage-devel/gFaUNw4v3aw/P-dTJ5IOCgAJ
`/usr/local` is leak…
-
The output of _S_class_group_and_units is incorrect, and hence the output of selmer_group as well, in some cases where S contains non-principal ideals. Here's an example:
```
sage: K. = NumberField…
-
the [SRS struct](https://github.com/o1-labs/proof-systems/blob/master/poly-commitment/src/srs.rs#L30) has two endo fields `endo_r` and `endo_q`:
```rust
pub struct SRS {
/// The vector of gro…
-
The new spkg is at
http://sage.math.washington.edu/home/ghitza/gfan-0.4plus.spkg
See
http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html
Release 0.4plus has improved performance and a l…
-
The implemented behaviour of `gcd` is consistent if its arguments are rational numbers or polynomials. Trying to give a symbolic variable will
convert to polynomial which behaves unexpectedly:
```
…
-
Tarball: `see checksums.ini` on the branch
Use `make SAGE_SPKG="sage-spkg -o" singular-clean sagelib-clean build` to automatically download and install.
"Critical" because it enables supporting ne…
-
the majority of the code for working with arithmetical dynamical systems is in the respective morphism files in the sage/schemes folder. This is not very intuitive and as the code grows this is beco…
-
The following code does not work as mentioned functions currently go to the algebraic closure:
```
sage: F. = QuadraticField(2)
sage: P. = ProjectiveSpace(F, 1)
sage: f = DynamicalSystem_projective…
-
Hi,
Sorry for just reporting without providing the resolusion...
I want to use the library to read .N42 data and process the data using python using python binding of the library.
My main syste…