Releases: brainandforce/NormalForms.jl
Releases · brainandforce/NormalForms.jl
v0.1.10
NormalForms v0.1.10
Merged pull requests:
- Fix two bugs in smith normal form (#23) (@justus-springer)
- Provide internal implementations of
swaprows!andswapcols!(#24) (@brainandforce)
Closed issues:
v0.1.9
NormalForms v0.1.9
Merged pull requests:
- Fix some
StaticMatrixinteroperability issues (#19) (@brainandforce)
v0.1.8
NormalForms v0.1.8
v0.1.7
NormalForms v0.1.7
Merged pull requests:
- Looped the zeroing algorithm (#15) (@brainandforce)
Closed issues:
- 3x3 matrix for which SNF seems to fail (hangs and never completes) (#13)
v0.1.6
NormalForms v0.1.6
Merged pull requests:
- Prevent the row/column zeroing from getting stuck in an infinite loop (#14) (@brainandforce)
Closed issues:
- 3x3 matrix for which SNF seems to fail (hangs and never completes) (#13)
v0.1.5
NormalForms v0.1.5
v0.1.4
NormalForms v0.1.4
v0.1.3
NormalForms v0.1.3
v0.1.2
NormalForms v0.1.2
Merged pull requests:
- Fix return types for
SMatrixarguments (#11) (@brainandforce)
v0.1.1
NormalForms v0.1.1
Closed issues:
- Matrices with the form
[1 1; 0 1]breaksnf_ma!()(#4) - Integrating
LinearAlgebra.det_bareiss()into package for pre-1.7 compatibility (#5) - Performance vs. SmithNormalForm.jl and HermiteNormalForm.jl (#8)
- TagBot trigger issue (#10)
Merged pull requests:
- StaticArrays support (#1) (@brainandforce)
- CompatHelper: add new compat entry for Requires at version 1, (keep existing compat) (#3) (@github-actions[bot])
- Make the Bareiss determinant algorithm available to allow Julia 1.6 compatibility (#6) (@brainandforce)
- Adding API documentation (#7) (@brainandforce)
- Fix/performance (#9) (@brainandforce)