Releases: tensor4all/TensorCrossInterpolation.jl
Releases · tensor4all/TensorCrossInterpolation.jl
v0.9.14
TensorCrossInterpolation v0.9.14
Merged pull requests:
- Update CI permissions and cache action version (#48) (@terasakisatoshi)
- Improve
src/matrixlu.jl
to optimizearrlu
(#49) (@terasakisatoshi) - Bump version to 0.9.14 (#51) (@terasakisatoshi)
v0.9.13
TensorCrossInterpolation v0.9.13
Merged pull requests:
- 17 improvements for compress function using svd (#18) (@shinaoka)
- deprecated pivottolerance option in TCI2 (#44) (@rittermarc)
- updated JET test compatibility cutoff to julia 1.10 (#45) (@rittermarc)
- Use
AbstractMatrix
instead ofMatrix
in the_factorize
function (#46) (@terasakisatoshi) - Bump to v0.9.13 (#47) (@shinaoka)
Closed issues:
- Fix Base.show for TensorTrain (#6)
compress!
is not compatible with Zygote.jl (#12)- Improvements for
compress!
function using SVD (#17) - Remove Iset_history and Jset_history from TensorCI2 (#30)
- Difference between tolerance/pivottolerance in tensorci2.jl (#35)
- TCI fails to compress a low rank tensor (#43)