Skip to content

Releases: JuliaLinearAlgebra/ToeplitzMatrices.jl

v0.8.4

10 Aug 08:13
3d3cf05
Compare
Choose a tag to compare

ToeplitzMatrices v0.8.4

Diff since v0.8.3

Merged pull requests:

Closed issues:

  • ldiv! not working on circulant matrices (#73)

v0.8.3

10 Jan 06:18
e541d9d
Compare
Choose a tag to compare

ToeplitzMatrices v0.8.3

Diff since v0.8.2

Merged pull requests:

v0.8.2

01 Aug 18:55
7288838
Compare
Choose a tag to compare

ToeplitzMatrices v0.8.2

Diff since v0.8.1

Closed issues:

  • Unclear how to use pre-computed factorization (#101)

Merged pull requests:

v0.8.1

01 Jun 14:54
7e49937
Compare
Choose a tag to compare

ToeplitzMatrices v0.8.1

Diff since v0.8.0

Closed issues:

  • copy(A::Toeplitz) returns a regular Array (#69)
  • ToeplitzMatrices.jl doesn't work with InfiniteArrays.jl (#74)
  • On refactoring the codes (#75)
  • FIx svdvals with Hankel (#81)
  • Support submatrix (#84)

Merged pull requests:

  • enable dependabot for GitHub actions (#77) (@ranocha)
  • Bump actions/cache from 1 to 3 (#78) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#79) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#80) (@dependabot[bot])
  • Make copyto! return dest for Hankel (#82) (@andreasnoack)
  • Fix random seed in tests (#89) (@jishnub)
  • standardize whitespace and newline (#90) (@jishnub)
  • skip duplicate CI run (#94) (@jishnub)
  • remove inbounds in CirculantFactorization ldiv (#96) (@jishnub)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#99) (@github-actions[bot])

v0.8.0

09 Mar 14:30
3104485
Compare
Choose a tag to compare

ToeplitzMatrices v0.8.0

Diff since v0.7.1

Merged pull requests:

v0.7.1

23 Aug 18:50
Compare
Choose a tag to compare

ToeplitzMatrices v0.7.1

Diff since v0.7.0

Closed issues:

  • Remove full (#20)
  • Support TriangularToeplitz(Float64[],:U) (#22)
  • Define A_mul_B! instead of * for Hankel (#23)
  • T*T is broken when T is triangular (#30)
  • Weird behavior of transposes and TriangularToeplitz (#34)
  • SymmetricToeplitz for matrix-matrix multiplication? (#68)

Merged pull requests:

v0.7.0

21 Apr 10:06
edbc8eb
Compare
Choose a tag to compare

ToeplitzMatrices v0.7.0

Diff since v0.6.3

Closed issues:

  • Make Toeplitz lightweight, add factorization/plan-like type for multiplication (#36)
  • Returned eltype of matrix is float32 when Int was expected (#44)
  • Hankel Matrix with Integer entries (#57)

Merged pull requests:

v0.6.3

17 Jan 16:28
e20a74b
Compare
Choose a tag to compare

ToeplitzMatrices v0.6.3

Diff since v0.6.2

Closed issues:

  • Toeplitz matrix-vector multiply fails in 1.0.1 (#40)
  • Migrate to travis-ci.com (#55)

Merged pull requests:

  • Update Travis link to .com in README.md and remove hardcoding of (#56) (@andreasnoack)

v0.6.2

14 Aug 23:12
3c2ae6e
Compare
Choose a tag to compare

ToeplitzMatrices v0.6.2

Diff since v0.6.1

Closed issues:

  • Multiplication of circulant matrices incorrect (#47)

Merged pull requests:

v0.6.1

03 Feb 22:45
v0.6.1
690e369
Compare
Choose a tag to compare

v0.6.1 (2020-02-03)

Diff since v0.6.0

Merged pull requests:

  • Fix consistency of inverse of Circulant matrices (#48) (daanhb)