Releases: matthias314/Modulo2.jl
Releases · matthias314/Modulo2.jl
v0.2.4
v0.2.3
fixed Julia 1.12 warning
v0.2.2
made package work with Julia 1.11 and LLVM 16 (Julia 1.12)
v0.2.1
- new functions or methods
mul!,resize!,zz2vector,zz2vector!,count_zeros,count_ones - accept more general second argument for matrix multiplication
- overload
LinearAlgebra.rankinstead of separaterankfunction - added faster
convertto and fromBitVector - fixed padding bug for 0-length arrays, added test for negative dimensions for
ZZ2Array - added tests and fixed bug in runtests.jl
- added documentation
v0.2.0
renamed reduced column echelon form to rcef and added correct rref
v0.1.2
first GitHub release