Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:20
beb713f

Manopt v0.6.2

Diff since v0.6.1

Added

  • a callbacks = keyword to all solvers (#626)

Changed

  • Replaced internal ZeroTangentVector with ZeroVector from ManifoldsBase.jl. (#625)

  • internally restructure the plans/ code folder and documentation and split it into two parts (#626)

    • a base/ folder defining inderfaces and documenting design ideas of these
    • a commons/ folder collecting things (some or all) solvers have in common

    this should not break other peoples code, but in the documentation, namely “hard link”s to any plans/ element might break – and will all break in the future. When you are linking to these from another documentation, consider using DocumenterInterlinks instead.

Deprecated

  • with actual callbacks available, the DebugCallback action from before is now obsolete and deprecated (#626)
  • the callback = is deprecated, since it only served DebugCallback (#626)

Merged pull requests:

Closed issues:

  • Callback in all states (#611)