Releases: JuliaLinearAlgebra/ToeplitzMatrices.jl
Releases · JuliaLinearAlgebra/ToeplitzMatrices.jl
v0.8.4
ToeplitzMatrices v0.8.4
Merged pull requests:
- Size for ToeplitzFactorization (#128) (@jishnub)
- Bump actions/cache from 3 to 4 (#129) (@dependabot[bot])
- Limit factorization size method to Circulant (#130) (@jishnub)
- Bump codecov/codecov-action from 3 to 4 (#132) (@dependabot[bot])
- Ignore versioned manifest files (#133) (@jishnub)
- Direct PkgEval badge to the report (#134) (@jishnub)
- Bump julia-actions/setup-julia from 1 to 2 (#135) (@dependabot[bot])
- Use "lts" version specifier in CI script (#136) (@jishnub)
- Non-allocating adjoint for Hankel (#137) (@jishnub)
- disambiguate Float16 eigen (#138) (@jishnub)
Closed issues:
- ldiv! not working on circulant matrices (#73)
v0.8.3
ToeplitzMatrices v0.8.3
Merged pull requests:
- add
diag
(#86) (@putianyi889) - Bump actions/checkout from 3 to 4 (#114) (@dependabot[bot])
- Test with Aqua v0.7 (#116) (@jishnub)
- Add compat bounds for LinearAlgebra (#117) (@jishnub)
- generalise eltype (#119) (@putianyi889)
- Test using Aqua v0.8 (#121) (@jishnub)
- Remove explicit test on v1.10 (#122) (@jishnub)
- Specialize triu/tril for toeplitz matrix types (#123) (@jishnub)
- Don't specialize
similar
for Hankel (#124) (@jishnub) - eigen for triangular (#125) (@jishnub)
- Display triangular matrices with dots (#127) (@jishnub)
v0.8.2
ToeplitzMatrices v0.8.2
Closed issues:
- Unclear how to use pre-computed factorization (#101)
Merged pull requests:
- Faster istriu/istril/isdiag for AbstractToeplitz (#88) (@jishnub)
eigen
forCirculant
(#92) (@jishnub)- extend
AbstractMatrix
instead ofsimilar
(#93) (@jishnub) issymmetric
/ishermitian
forCirculant
(#95) (@jishnub)- Abstract type for matrices wrapping a single vector (#98) (@jishnub)
- remove test/Project.toml (#100) (@jishnub)
- Non-allocating _circulate (#102) (@jishnub)
eigen
for tridiagonalFill
(#105) (@jishnub)- Test on Julia v1.10 (#106) (@jishnub)
- Faster eigvecs for SymTridiagonal toeplitz (#108) (@jishnub)
- Move
StatsBase
to an extension (#110) (@jishnub) - Disable some eigen methods (#111) (@jishnub)
- Bump version to v0.8.2 (#112) (@jishnub)
- Downstream test agaist
FastTransforms
(#113) (@jishnub)
v0.8.1
ToeplitzMatrices v0.8.1
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
ToeplitzMatrices v0.8.0
Merged pull requests:
- Direct Linear Solvers for Symmetric Positive Definite Toeplitz Matrices (#64) (@SebastianAment)
- Update CompatHelper to v3 (#71) (@jishnub)
- Fix links in readme (#72) (@jishnub)
- Template out storage types for Toeplitz, Hankel, etc. (#76) (@putianyi889)
v0.7.1
ToeplitzMatrices v0.7.1
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:
- Clean-up (#66) (@dkarrasch)
- Package maintenance (#67) (@dkarrasch)
v0.7.0
ToeplitzMatrices v0.7.0
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:
- Add
ToeplitzFactorization
(#60) (@devmotion) - Remove dependency on FFTW (#61) (@devmotion)
- Add CompatHelper (#62) (@devmotion)
- Switch from Travis to Github CI (#63) (@devmotion)
v0.6.3
ToeplitzMatrices v0.6.3
Closed issues:
Merged pull requests:
- Update Travis link to .com in README.md and remove hardcoding of (#56) (@andreasnoack)
v0.6.2
ToeplitzMatrices v0.6.2
Closed issues:
- Multiplication of circulant matrices incorrect (#47)
Merged pull requests:
- Install TagBot as a GitHub Action (#49) (@JuliaTagBot)
- relax mul! type constraints (#50) (@JeffFessler)
- adjoint of toeplitz for fast A'x (#53) (@baggepinnen)
v0.6.1
v0.6.1 (2020-02-03)
Merged pull requests: