Skip to content

Releases: RalphAS/GenericSchur.jl

v0.5.4

23 Mar 03:02
Compare
Choose a tag to compare

Cleaned things up to satisfy testing infrastructure.

v0.5.3

15 Apr 04:38
Compare
Choose a tag to compare

GenericSchur v0.5.3

Diff since v0.5.2

Merged pull requests:

v0.5.2

30 Jul 02:05
Compare
Choose a tag to compare

GenericSchur v0.5.2

Diff since v0.5.1

Closed issues:

  • Type pirated eigen! no longer effective for eigen on Julia 1.7 (#5)

v0.5.1

09 Jul 04:05
Compare
Choose a tag to compare

GenericSchur v0.5.1

Diff since v0.5.0

This release corrects the eigen!, eigvals! and eigvecs wrappers, also making them compatible with the new API in Julia v1.7.0-beta.

v0.5.0

26 Mar 14:13
Compare
Choose a tag to compare

GenericSchur v0.5.0

Diff since v0.4.1

This version includes improved handling of real eltypes and methods for Hermitian matrices. The signatures of pirated methods have been sharpened up so this may now be compatible with other packages such as GenericLinearAlgebra.

v0.4.1

24 Jan 18:31
Compare
Choose a tag to compare

GenericSchur v0.4.1

Diff since v0.4.0

Bugfix release. Uncommonly used branches in core complex Schur and generalized Schur methods were fixed.

Closed issues:

  • should these eigenvecs differ this much? (#1)
  • better Hessenberg solvers (#2)

Standardize eigvecs normalization

17 Mar 03:48
Compare
Choose a tag to compare
v0.4.0

New release.

v0.3.0

01 Oct 02:12
Compare
Choose a tag to compare

Adds basic functionality for generalized (matrix pencil) eigensystems.

Add eigen methods and balancing functionality

19 Apr 11:31
Compare
Choose a tag to compare

Left eigenvectors and subspace analysis

07 Jan 03:28
Compare
Choose a tag to compare
add subspace methods

note that testing of subspace stuff is cursory for now.