Skip to content

Releases: brainandforce/NormalForms.jl

v0.1.10

16 Jan 00:10

Choose a tag to compare

NormalForms v0.1.10

Diff since v0.1.9

Merged pull requests:

Closed issues:

  • Matrices known to break hnfc!() (#2)
  • Smith normal form fails when there is a zero row (#21)
  • gcd_kb produces incorrect output on negative numbers. (#22)

v0.1.9

13 Jun 21:19

Choose a tag to compare

NormalForms v0.1.9

Diff since v0.1.8

Merged pull requests:

v0.1.8

27 Mar 22:25

Choose a tag to compare

NormalForms v0.1.8

Diff since v0.1.7

v0.1.7

08 Nov 17:22

Choose a tag to compare

NormalForms v0.1.7

Diff since v0.1.6

Merged pull requests:

Closed issues:

  • 3x3 matrix for which SNF seems to fail (hangs and never completes) (#13)

v0.1.6

05 Nov 22:52

Choose a tag to compare

NormalForms v0.1.6

Diff since v0.1.5

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

26 Jan 02:04

Choose a tag to compare

NormalForms v0.1.5

Diff since v0.1.4

v0.1.4

24 Jan 22:48

Choose a tag to compare

NormalForms v0.1.4

Diff since v0.1.3

v0.1.3

21 Jan 04:01

Choose a tag to compare

NormalForms v0.1.3

Diff since v0.1.2

v0.1.2

12 Dec 23:46

Choose a tag to compare

NormalForms v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

01 Dec 23:50

Choose a tag to compare

NormalForms v0.1.1

Closed issues:

  • Matrices with the form [1 1; 0 1] break snf_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)