Skip to content

v0.1.8

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Oct 17:38
a26ba8d

LieGroups v0.1.8

Diff since v0.1.7

Added

  • a MetricLieGroup as a meta type to be able to change the metric imposed on the Lie algebra and its effects e.g. on the coordinates, inner product and the exponential and logarithmic map.
  • diff_left_compose and diff_right_compose for the special Euclidean group.
  • submanifold_components now works with Identity{<:ProductGroupOperation}.
  • zero_vector(G, Identity(G)) returns the zero vector in default representation.

Fixed

  • fixed the contributing.md to mention runic as the code formatter.
  • diff_left_compose correctly allocates when g is Identity.
  • init_constants! fixed for SpecialEuclideanMatrixTangentVector and SpecialEuclideanMatrixPoint.

Merged pull requests:

Closed issues:

  • Support MetricManifold in LieGroups (#53)