You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
b0e5ac0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Added
VectorGradientFunction
, which allowsto use a vector of gradients of a function returning all gradients as well for the algorithm
VectorGradientFunction
s now also have aget_jacobian
functionChanged
was not always treated as mutating.
Removed
b0e5ac0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/122398
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: