Releases: tensor4all/TensorCrossInterpolation.jl
v0.9.19
TensorCrossInterpolation v0.9.19
- Added an optional
dimsargument tosum(tt)that allows partial summation of TTs. If not all arguments are summed over, this returns aTensorTrainwith the remaining legs. - Changed the signature of
integrate()to allow for different types in the integrand function's return type and domain.
Merged pull requests:
- Improve sum(tt) function (#72) (@rittermarc)
- In integrate(), separated type of integration domain (#73) (@rittermarc)
- bump version to 0.9.19 (#74) (@rittermarc)
v0.9.5
TensorCrossInterpolation v0.9.5
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.9.4
TensorCrossInterpolation v0.9.4
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.9.3
TensorCrossInterpolation v0.9.3
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.9.2
TensorCrossInterpolation v0.9.2
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
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)