Skip to content

Releases: JuliaManifolds/Manifolds.jl

v0.9.8

17 Nov 17:00
b2d83b3
Compare
Choose a tag to compare

Manifolds v0.9.8

Diff since v0.9.7

Fixed

  • Improved distribution of random vector generation for rotation matrices and complex circle.

Merged pull requests:

Closed issues:

  • Possible issues with random elements of CircleGroup? (#686)
  • Improve rand for tangent vectors on SpecialOrthogonal(2) (#688)

v0.9.7

15 Nov 17:27
e5b5ae8
Compare
Choose a tag to compare

Manifolds v0.9.7

Diff since v0.9.6

Fixed

  • Fixed is_flat for CholeskySpace and SymmetricPositiveDefinite with LogCholeskyMetric #684.

Merged pull requests:

  • is_flat returns true for Cholesky space and SPD with log-Cholesky met… (#685) (@SimonKvantdator)

Closed issues:

  • is_flat(::CholeskySpace) and is_flat(::MetricManifold{ℝ,<:SymmetricPositiveDefinite,LogCholeskyMetric}) return false (#684)

v0.9.6

10 Nov 08:08
5d267d5
Compare
Choose a tag to compare

Manifolds v0.9.6

Diff since v0.9.5

Fixed

Merged pull requests:

v0.9.5

08 Nov 20:13
2104bef
Compare
Choose a tag to compare

Manifolds v0.9.5

Diff since v0.9.4

Changed

  • identity_element now returns a complex matrix for unitary group.
  • number_of_coordinates is now exported.

Merged pull requests:

Closed issues:

  • An overview (Franklin?) page for JuliaManifolds (#406)
  • Aggregating documentation in one place (#528)
  • Possible allocation issue with complex groups? (#668)
  • Transformation of a manifold (#674)

v0.9.4

07 Nov 16:30
848f618
Compare
Choose a tag to compare

Manifolds v0.9.4

Diff since v0.9.3

Added

  • Functions inv_diff, inv_diff!, adjoint_inv_diff and adjoint_inv_diff! that correspond to differentials and pullbacks of group inversion.
  • Julia 1.10-rc CI workflow.

Changed

  • Documentation project files are marked as compatible with BoundaryValueDiffEq v5.

Fixed

  • Fixed issue with incorrect implementation of apply_diff_group in GroupOperationAction with left backward and right forward action #669.

Merged pull requests:

Closed issues:

  • apply_diff_group gives wrong sign? (#669)
  • inv_diff possibly missing for SpecialEuclidean? (#676)

v0.9.3

28 Oct 17:38
ab49d04
Compare
Choose a tag to compare

Manifolds v0.9.3

Diff since v0.9.2

Merged pull requests:

Closed issues:

  • Please update dep of BoundaryValueDiffEq.jl to v5. (#664)

v0.9.2

27 Oct 11:19
cdf3f6c
Compare
Choose a tag to compare

Manifolds v0.9.2

Diff since v0.9.1

Merged pull requests:

Closed issues:

  • Minor bug with rand at Identity (#665)

v0.9.1

25 Oct 12:22
b0ab892
Compare
Choose a tag to compare

Manifolds v0.9.1

Diff since v0.9.0

Merged pull requests:

  • Introduction of the orthographic retraction for the fixed rank manifold (#662) (@Klingbiel)

v0.9.0

23 Oct 19:40
3536123
Compare
Choose a tag to compare

Manifolds v0.9.0

Diff since v0.8.81

Merged pull requests:

  • Extend support for SpecialEuclidean, fiber bundles, optionally static sizes (#642) (@mateuszbaran)

Closed issues:

  • Add non-size-specializing variants of manifolds (#625)

v0.8.81

18 Oct 08:23
b03cabc
Compare
Choose a tag to compare

Manifolds v0.8.81

Diff since v0.8.80

Merged pull requests:

  • Add more SE2 and SE3 performance dispatches (#660) (@Affie)

Closed issues:

  • retract_project not implemented for ProductManifold (#659)