Releases: QuantumKitHub/TensorKitManifolds.jl
Releases · QuantumKitHub/TensorKitManifolds.jl
Release list
v0.8.1
TensorKitManifolds v0.8.1
- Support new versions of TensorKit and VectorInterface
Merged pull requests:
v0.8.0
TensorKitManifolds v0.8.0
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
innermethod 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:
- vectorinterface compatibility (#23) (@Jutho)
- Bump julia-actions/cache from 2 to 3 (#24) (@dependabot[bot])
- Bump codecov/codecov-action from 5 to 6 (#25) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#26) (@dependabot[bot])
- Small updates (#27) (@lkdvos)
v0.7.4
TensorKitManifolds v0.7.4
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
TensorKitManifolds v0.7.3
This release contains the minimal set of changes needed to restore compatibility with TensorKit v0.15
Merged pull requests:
v0.7.2
TensorKitManifolds v0.7.2
Merged pull requests:
v0.7.1
v0.7.0
TensorKitManifolds v0.7.0
Merged pull requests:
v0.6.2
TensorKitManifolds v0.6.2
v0.6.1
TensorKitManifolds v0.6.1
Merged pull requests:
v0.6.0
TensorKitManifolds v0.6.0
Merged pull requests: