Releases: JuliaLinearAlgebra/ToeplitzMatrices.jl
Releases · JuliaLinearAlgebra/ToeplitzMatrices.jl
v0.6.1
v0.6.1 (2020-02-03)
Merged pull requests:
v0.6.0
v0.6.0 (2019-08-29)
Closed issues:
- Can Circulant matrices support more functionality (#42)
Merged pull requests:
- Switch to Project file (#46) (andreasnoack)
- Work around ambiguity error with mul! (#45) (andreasnoack)
Version 0.5.0
add Circulant math features (#43) * add Circulant math features * add more tests
Add Cholesky for SymmetricToeplitz
v0.4.3 update readme to include circulant (#39)
Support Julia v1.0
v0.4.2 Fix deprecate syntax
Version 0.4.1
Fix indexing (#37) * Fix indexing bug * Restore testing
Support Julia v0.7-beta
This release adds support for Julia v0.7-beta. It also defines Toeplitz(::AbstractMatrix)
, Hankel(::AbstractMatrix)
, etc. to be the projection of an abstract matrix to the corresponding type, using the boundary rows/columns to determine the relevant entries.
v0.3.0
Use Plan directly from FFTW
Add support for Julia 0.6
Revert "Adjust Compat requirement" This reverts commit 2d888d96ffc80c04cfdf657700224f4e4a689e6a.