Skip to content

Releases: JuliaLinearAlgebra/ToeplitzMatrices.jl

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)

v0.6.0

30 Aug 09:32
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-08-29)

Diff since v0.5.0

Closed issues:

  • Can Circulant matrices support more functionality (#42)

Merged pull requests:

Version 0.5.0

31 Jan 18:27
Compare
Choose a tag to compare
add Circulant math features (#43)

* add Circulant math features

* add more tests

Add Cholesky for SymmetricToeplitz

07 Jan 14:59
Compare
Choose a tag to compare
v0.4.3

update readme to include circulant (#39)

Support Julia v1.0

15 Aug 12:53
Compare
Choose a tag to compare
v0.4.2

Fix deprecate syntax

Version 0.4.1

15 Jul 12:52
Compare
Choose a tag to compare
Fix indexing (#37)

* Fix indexing bug

* Restore testing

Support Julia v0.7-beta

28 Jun 08:38
Compare
Choose a tag to compare

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

17 Aug 01:48
Compare
Choose a tag to compare
Use Plan directly from FFTW

Add support for Julia 0.6

20 Feb 15:12
Compare
Choose a tag to compare
Revert "Adjust Compat requirement"

This reverts commit 2d888d96ffc80c04cfdf657700224f4e4a689e6a.