Skip to content

Releases: MichielStock/Kronecker.jl

v0.5.5

29 Nov 13:26
4518212
Compare
Choose a tag to compare

Kronecker v0.5.5

Diff since v0.5.4

Merged pull requests:

Closed issues:

  • Copy of Kronecker.KroneckerProduct is a Matrix (#126)
  • Error with 1x1 matrices (#128)

v0.5.4

06 Jun 13:48
Compare
Choose a tag to compare

Kronecker v0.5.4

Diff since v0.5.3

Merged pull requests:

  • CompatHelper: bump compat for NamedDims to 0.3, (keep existing compat) (#117) (@github-actions[bot])
  • Update CompatHelper.yml (#119) (@jishnub)
  • Increase performace by skiping initialization of temp arrays (#120) (@kunzaatko)
  • Minor edits of wording and error message (#121) (@kunzaatko)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#122) (@github-actions[bot])
  • disambiguate triangular matrices (#123) (@dkarrasch)

v0.5.3

14 Jul 16:25
639d38e
Compare
Choose a tag to compare

Kronecker v0.5.3

Diff since v0.5.1

Closed issues:

  • Should KroneckerPower be made type-stable? (#101)
  • Trivial Element (#115)

Merged pull requests:

v0.5.1

18 Oct 15:19
70fc882
Compare
Choose a tag to compare

Kronecker v0.5.1

Diff since v0.5.0

Merged pull requests:

  • Optimized diag for square matrices and diagonal matrix multiplication (#105) (@jishnub)
  • use Aqua to ensure project quality (#106) (@jishnub)
  • Specialize eigvals and svdvals (#107) (@jishnub)
  • CompatHelper: add new compat entry for Kronecker at version 0.5 for package docs, (keep existing compat) (#108) (@github-actions[bot])

v0.5.0

19 Sep 18:12
ca6f2ad
Compare
Choose a tag to compare

Kronecker v0.5.0

Diff since v0.4.4

Merged pull requests:

v0.4.4

14 Jul 11:25
08c40e2
Compare
Choose a tag to compare

Kronecker v0.4.4

Diff since v0.4.2

Closed issues:

  • RFC: Mutating multiplication by scalar gives incorrect results for KroneckerPower (#70)
  • Tagging new versions etc (#73)
  • Error with Integer matrix and nested Float64 KroneckerProduct (#78)
  • Issue with Kronecker product involving column vector (#89)

Merged pull requests:

  • Switch to GitHubActions (#79) (@dkarrasch)
  • Mixed eltypes mult (#81) (@MichielStock)
  • Fix typo in CompatHelper.yml (#82) (@dkarrasch)
  • CompatHelper: bump compat for "FillArrays" to "0.11" (#83) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Kronecker" at version "0.4" for package docs (#84) (@github-actions[bot])
  • CompatHelper: bump compat for "Documenter" to "0.26" for package docs (#85) (@github-actions[bot])
  • Bump FillArrays dep and bump patch (#86) (@willtebbutt)
  • fix typos (#87) (@alperyilmaz)
  • Kronecker on vec (#90) (@MichielStock)
  • CompatHelper: bump compat for "Documenter" to "0.27" for package docs (#94) (@github-actions[bot])
  • CompatHelper: bump compat for "FillArrays" to "0.12" (#95) (@github-actions[bot])
  • Remove FillArrays dependency (#97) (@willtebbutt)

v0.4.2

02 Dec 13:09
8608af6
Compare
Choose a tag to compare

Kronecker v0.4.2

Diff since v0.4.1

v0.4.1

01 Dec 21:12
ef7647e
Compare
Choose a tag to compare

Kronecker v0.4.1

Diff since v0.3.0

Closed issues:

  • Tag new minor release (#42)
  • Speed higher-order multiplications (#43)
  • Failed to precompile Kronecker (#48)
  • Compatibility with NamedArrays (#51)
  • KroneckerProduct doesn’t inherit eltype (#53)
  • Condition for the multiplication order in the vec-trick (#55)
  • Bug in multiplication of Kronecker product strings (#58)
  • Can't add package from master (#59)

Merged pull requests:

Experimental version Kronecker.jl

28 Sep 08:54
f5446cc
Compare
Choose a tag to compare
Pre-release

This version contains basic functionality and adequate documentation. It is not yet a stable release but is functional.