Releases: tensor4all/TensorCrossInterpolation.jl
Releases · tensor4all/TensorCrossInterpolation.jl
v0.9.18
TensorCrossInterpolation v0.9.18
The TCIITensorConversion.jl package has been integrated as an extension to TensorCrossInterpolation.jl.
Merged pull requests:
- Update doc for global pivot finders (#66) (@shinaoka)
- TCIITensorConversion extension (#68) (@rittermarc)
- bump version to 0.9.18 (#69) (@rittermarc)
Closed issues:
- Make TCIITensorConversion an extension to TCI.jl (#67)
v0.9.17
v0.9.16
TensorCrossInterpolation v0.9.16
Merged pull requests:
- Fixed typo in index.md (#53) (@clarkmiyamoto)
- add new constructor for TensorCI2 to initialize with local pivots list (#54) (@YoshihiroMichishita)
- Bump to v0.9.15 (#56) (@shinaoka)
- Fix typos in README (#57) (@shinaoka)
- Use fixed-size Integers from BitIntegers for CachedFunction instead o… (#59) (@shinaoka)
- Bump to v0.9.16 (#60) (@shinaoka)
Closed issues:
v0.9.14
TensorCrossInterpolation v0.9.14
Merged pull requests:
- Update CI permissions and cache action version (#48) (@terasakisatoshi)
- Improve
src/matrixlu.jlto 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
AbstractMatrixinstead ofMatrixin the_factorizefunction (#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)