Skip to content

Releases: tensor4all/TensorCrossInterpolation.jl

v0.9.19

06 Mar 20:28
ae4329a

Choose a tag to compare

TensorCrossInterpolation v0.9.19

Diff since v0.9.18

  • Added an optional dims argument to sum(tt) that allows partial summation of TTs. If not all arguments are summed over, this returns a TensorTrain with 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:

v0.9.5

06 Mar 20:28

Choose a tag to compare

TensorCrossInterpolation v0.9.5

Diff since v0.9.1

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

06 Mar 20:28

Choose a tag to compare

TensorCrossInterpolation v0.9.4

Diff since v0.9.1

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

06 Mar 20:27

Choose a tag to compare

TensorCrossInterpolation v0.9.3

Diff since v0.9.1

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

06 Mar 20:27

Choose a tag to compare

TensorCrossInterpolation v0.9.2

Diff since v0.9.1

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

25 Sep 22:37
dbd2e23

Choose a tag to compare

TensorCrossInterpolation v0.9.18

Diff since v0.9.17

The TCIITensorConversion.jl package has been integrated as an extension to TensorCrossInterpolation.jl.

Merged pull requests:

Closed issues:

  • Make TCIITensorConversion an extension to TCI.jl (#67)

v0.9.17

10 Jun 09:35
65ce12c

Choose a tag to compare

TensorCrossInterpolation v0.9.17

Diff since v0.9.16

Merged pull requests:

Closed issues:

  • Allow custom global pivot finder (#61)

v0.9.16

14 May 07:09
883a8fc

Choose a tag to compare

TensorCrossInterpolation v0.9.16

Diff since v0.9.14

Merged pull requests:

Closed issues:

  • Unforgivable Typo (#52)
  • Installation information (#55)
  • Overflow in CachedFunction (#58)

v0.9.14

22 Nov 00:48
6643024

Choose a tag to compare

TensorCrossInterpolation v0.9.14

Diff since v0.9.13

Merged pull requests:

v0.9.13

12 Oct 14:24
e138f2c

Choose a tag to compare

TensorCrossInterpolation v0.9.13

Diff since v0.9.12

Merged pull requests:

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)