-
Hi,
The idea here is that I am trying to replace the transform function used by logsoftmax. Because we can not have transform in bandicoot.
```c++
#include
#include
int main()
{
arma:…
shrit updated
4 months ago
-
http://sageregina.unhyperbolic.org/ provides a pip-installable package that provides Regina with all prerequisites. We add it as a pip package.
Proper Sage packaging of Regina would require major w…
-
### Steps To Reproduce
```
sage: R=algebras.Free(QQ,('A','B'),degrees=(1,2))
sage: Rc=R.completion()
sage: A,B=R.gens()
sage: Rc(A)+1
1 + A
sage: Rc(A)**2
...
TypeError: unable to convert (A,…
-
```
julia> FF = free_group(1)
Free group of rank 1
julia> map_word(one(FF), [-1])
1
julia> FF = free_group(0)
Free group of rank 0
julia> map_word(one(FF), Int[]) |> typeof
Nothing
```
…
-
_This is a long read and a proposal with quite a large scope and a decent amount of backwards-compatibility impact. I hope it'll make SciPy's behavior much more consistent and predictable, as well as …
-
We unify the use of the methods `tensor` vs. `tensor_product` in parent classes.
Current situation:
Category `ModulesWithBasis` provides a parent method `tensor` to construct a tensor product of m…
-
### Steps To Reproduce
```
sage: from sage.rings.polynomial.multi_polynomial_sequence import PolynomialSequence
sage: R. = QQ[]
sage: PolynomialSequence([x+2*y+3, 4*x, 5]).coefficient_matrix()
(
…
-
error: building colmap:x64-windows failed with: BUILD_FAILED
Elapsed time to handle colmap:x64-windows: 1.6 min
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
…
-
System:
- Gentoo with `USE=-X`
- Mesa 20.1.10
- Sway 1.6 + wlroots 0.13.0
- Note: Works on a similar system with `USE=X`
`$ sh -x -c './configure --enable-gles --prefix=$PWD/prefix/ && make -j6…
-
### Steps To Reproduce
Found this while trying to build sage-doc in sage-on-gentoo with python 3.12 and sphinx 7.3.7/docutils-0.21.2 (downgrading docutils to a previous working version did not help)
…