Skip to content

Releases: JuliaLinearAlgebra/GenericLinearAlgebra.jl

v0.4.0

24 Mar 14:49
8fc1812

Choose a tag to compare

GenericLinearAlgebra v0.4.0

Diff since v0.3.19

Breaking changes

  • switch Hessenberg types to standard LinearAlgebra ones [https://github.com//pull/172]

Merged pull requests:

Closed issues:

  • HessenbergFactorization does not have property Q (#84)
  • Generic LDL' factorization (#87)
  • svd! fails on nightly test (#161)
  • Eigen / SV decomposition fails with Measurements (#163)
  • hessenberg(A).H should return a LinearAlgebra.UpperHessenberg object (#168)

v0.3.7

24 Mar 14:49
2f2f4e6

Choose a tag to compare

GenericLinearAlgebra v0.3.7

Diff since v0.3.6

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.3.19

19 Oct 15:58
2341764

Choose a tag to compare

GenericLinearAlgebra v0.3.19

Diff since v0.3.18

Merged pull requests:

v0.3.18

21 Jul 17:06
4eed112

Choose a tag to compare

GenericLinearAlgebra v0.3.18

Diff since v0.3.17

Merged pull requests:

Closed issues:

  • svd not supported for lower bidiagonal matrices (#157)

v0.3.17

28 Apr 12:29
42b2e43

Choose a tag to compare

GenericLinearAlgebra v0.3.17

Diff since v0.3.16

v0.3.16

26 Apr 17:39
4d42e81

Choose a tag to compare

GenericLinearAlgebra v0.3.16

Diff since v0.3.15

Merged pull requests:

Closed issues:

  • Make tridiagonal QR algorithm more precise (#8)

v0.3.15

15 Jan 14:04
cffae66

Choose a tag to compare

GenericLinearAlgebra v0.3.15

Diff since v0.3.14

Merged pull requests:

Closed issues:

  • eigen and eigvals not defined for real symmetric matrices (#144)

v0.3.14

27 Oct 21:07
c60fbad

Choose a tag to compare

GenericLinearAlgebra v0.3.14

Diff since v0.3.13

Merged pull requests:

  • Remove some pirated methods for the symmetric eigenvalue problem. (#142) (@andreasnoack)

Closed issues:

  • Method ambiguity in eigen with Julia 1.11 (#141)

v0.3.13

13 Sep 07:09
d766949

Choose a tag to compare

GenericLinearAlgebra v0.3.13

Diff since v0.3.12

Merged pull requests:

Closed issues:

  • Can't compute eigenvalues of Hermitian Diagonal matrix for generic types (#139)

v0.3.12

10 Aug 10:14
304c2e5

Choose a tag to compare

GenericLinearAlgebra v0.3.12

Diff since v0.3.11

Merged pull requests:

Closed issues:

  • Fix debug printing in complex eigensolver (#31)
  • svdvals! failing for empty matrices (#70)
  • Support sortby in eigen (#133)