Skip to content

Releases: QuantumKitHub/TensorKitManifolds.jl

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:30
6191db1

TensorKitManifolds v0.8.1

Diff since v0.8.0

  • Support new versions of TensorKit and VectorInterface

Merged pull requests:

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:42
03db2b2

TensorKitManifolds v0.8.0

Diff since v0.7.4

v0.8 has the following changes:

  • TensorKitManifolds.jl now provides VectorInterface.jl compatibility for the tangent
    vectors on the manifolds.
  • There is a difference between VectorInterface.inner, which computes the complex inner
    product between two tangent vectors as vectors in a complex Euclidean space, and the
    inner method in TensorKitManifolds.jl or its submodules, which computes the Riemannian
    inner product (metric) on the manifold and is always real-valued.

And the following breaking changes:

  • TensorKitManifolds.jl no longer exports any methods, and only exports the three manifold
    types. All methods now need to be quantified as e.g. Stiefel.project! , Grassmann.inner
    etc, or explicitly imported.

Merged pull requests:

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 15 Dec 15:17
966d15c

TensorKitManifolds v0.7.4

Diff since v0.7.3

Merged pull requests:

  • Bump compat to TensorKit v0.16 + deprecate old projection methods (#19) (@lkdvos)
  • fix stiefelexp (#20) (@Jutho)
  • Bump codecov/codecov-action from 4 to 5 (#21) (@dependabot[bot])
  • Bump actions/checkout from 4 to 6 (#22) (@dependabot[bot])

Closed issues:

  • Handling of the square case for Stiefel manifold (#18)

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 06 Oct 15:51
0238f05

TensorKitManifolds v0.7.3

Diff since v0.7.2

This release contains the minimal set of changes needed to restore compatibility with TensorKit v0.15

Merged pull requests:

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 07 Jan 00:31
fdc9112

TensorKitManifolds v0.7.2

Diff since v0.7.1

Merged pull requests:

  • CompatHelper: bump compat for TensorKit to 0.14, (keep existing compat) (#15) (@github-actions[bot])
  • Update TensorKit v0.14 (#16) (@lkdvos)

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 05 Nov 11:55
d7e11e2

TensorKitManifolds v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 19:21

TensorKitManifolds v0.7.0

Diff since v0.6.2

Merged pull requests:

  • Expose algorithm kwargs for Grassmann methods (#11) (@Gertian)
  • Fix compatibility with newer TensorKit versions (#12) (@lkdvos)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 09 Oct 14:07
7391fe0

TensorKitManifolds v0.6.2

Diff since v0.6.1

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 07:41
8c98198

TensorKitManifolds v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 14:01

TensorKitManifolds v0.6.0

Diff since v0.5.0

Merged pull requests:

  • Account for complex sector types (#6) (@mhauru)