v0.44.1
AbstractAlgebra v0.44.1
Merged pull requests:
- Remove redundant global keyword usage (#1927) (@fingolfin)
- swap_cols and swap_rows for Julia matrices (#1928) (@fingolfin)
- Add
is_zero_initialized
trait for matrix types (#1929) (@fingolfin) - Avoid unnecessary matrix zero-initialization (#1930) (@fingolfin)
- Avoid an unnecessary allocation calling permutedims (#1931) (@fingolfin)
- Bump version to 0.44.1 (#1932) (@lgoettgens)
Closed issues:
- f.(A) for a matrix A and a function f? (#259)
- Make MatrixElem belong to AbstractArray{T, 2} (#417)
- Generic.Rings.{elem,parent}_type test (#471)
- gens vs nvars (#596)
- AdditiveGroup <: Group ? (#795)
- should we make isone(::PolynomialElem) and isgen(::PolynomialElem) more correct on zero rings? (#978)
- generating set for the trivial group (#1030)
- Test failure in Generic.Mat.Nullspace (#1120)
- How to convert an univariate polynomial to a multivariate polynomial? (#1503)
- Provide
swap_rows
,swap_rows!
etc. also for Julia matrices? (#1730)