Skip to content

v0.5.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 09:06
b0e5ac0

Manopt v0.5.5

Diff since v0.5.4

Added

  • the Levenberg-Marquardt algorithm internally uses a VectorGradientFunction, which allows
    to use a vector of gradients of a function returning all gradients as well for the algorithm
  • The VectorGradientFunctions now also have a get_jacobian function

Changed

  • Minimum Julia version is now 1.10 (the LTS which replaced 1.6)
  • The vectorial functions had a bug where the original vector function for the mutating case
    was not always treated as mutating.

Removed

  • The geodesic regression example, first because it is not correct, second because it should become part of ManoptExamples.jl once it is correct.

Merged pull requests:

Closed issues:

  • Robust loss functions for outlier rejection (#332)