Skip to content

v0.15.11

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 16:29
· 10 commits to master since this release
2ac6a52

ManifoldsBase v0.15.11

Diff since v0.15.10

Added

  • Function allocate_on to generically allocate point and tangent vectors on a manifold without a pre-existing instance but of a particular type.
  • Function default_type to get the default type of points and tangent vectors for a manifold.
  • Package extension for the Quaternions.jl package that handles allocation.

Changed

  • Default allocation method was made more robust to custom promotion functions.

Merged pull requests:

Closed issues:

  • Replace DefaultManifold by Euclidean in ManifoldsBase.jl (#194)
  • Advise on implementing the interface with abstract types (#195)