v0.6.2
Manopt v0.6.2
Added
- a
callbacks =keyword to all solvers (#626)
Changed
-
Replaced internal
ZeroTangentVectorwithZeroVectorfrom 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 usingDocumenterInterlinksinstead. - a
Deprecated
- with actual callbacks available, the
DebugCallbackaction from before is now obsolete and deprecated (#626) - the
callback =is deprecated, since it only servedDebugCallback(#626)
Merged pull requests:
- Bump crate-ci/typos from 1.47.0 to 1.48.0 (#624) (@dependabot[bot])
- Use ZeroVector from ManifoldsBase (#625) (@mateuszbaran)
- Add callbacks to all solver states and interfaces, and start a developer guide section (#626) (@kellertuer)
Closed issues:
- Callback in all states (#611)