[ANN] Manifolds.jl: Manifolds in Julia

Manifolds.jl 0.11

We just released a breaking change for Manifolds.jl.
If you “just used” manifolds, not much has changed, maybe the order of parameters in the manifold types, since we unified that as described here.

The main breaking change was caused

  • on the one hand by the small breaking update in ManifoldsBase.jl
  • on the other hand due to removing all Lie groups – called GroupManifolds, since these have been refactored the last year to their own package LieGroups.jl. If you did use group manifold, we wrote a detailed How to transition tutorial and list of changes.

With this breaking change, the duplication of code and names we had for a while is gone (again) and one can easily use Manifolds.jl and LieGroups.jl in the same project in parallel.

2 Likes