Skip to content

Releases: matthias314/Modulo2.jl

v0.2.2

14 Apr 15:11
Compare
Choose a tag to compare

made package work with Julia 1.11 and LLVM 16 (Julia 1.12)

v0.2.1

31 Mar 13:37
Compare
Choose a tag to compare
  • new functions or methods mul!, resize!, zz2vector, zz2vector!, count_zeros, count_ones
  • accept more general second argument for matrix multiplication
  • overload LinearAlgebra.rank instead of separate rank function
  • added faster convert to and from BitVector
  • 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

05 Mar 00:00
Compare
Choose a tag to compare

renamed reduced column echelon form to rcef and added correct rref

v0.1.2

29 Feb 22:03
Compare
Choose a tag to compare

first GitHub release