Releases: JuliaManifolds/Manopt.jl
Releases · JuliaManifolds/Manopt.jl
v0.3.29
v0.3.28
Manopt v0.3.28
Closed issues:
- broken indexing for differential_geodesic_endpoint (#129)
Merged pull requests:
- Fix indexing in Jacobi Fields (#130) (@kellertuer)
v0.3.27
v0.3.26
Manopt v0.3.26
v0.3.25
Manopt v0.3.25
Closed issues:
Merged pull requests:
- Unify Options interfaces (#124) (@kellertuer)
- Introduce an updating mechanism for StoppingCriteria (#126) (@kellertuer)
v0.3.24
Manopt v0.3.24
Closed issues:
- Extend Debug actions with a format field (#97)
- Allow Step sizes to stop with too small steps and an algorithm to have a corresponding Stopping Criterion. (#108)
Merged pull requests:
- Switch Tutorials to Pluto Notebooks and use PlutoStaticHTML for displaying them in the docs. (#98) (@kellertuer)
- Improve Constructors I: Stepsize functors (#122) (@kellertuer)
v0.3.23
v0.3.22
Manopt v0.3.22
Merged pull requests:
- Pre-compute and reuse the inner-product between the search direction and the Gradient. (#95) (@johannvk)
- Introduce a default to warn about ConstantStepsize in gradient_descent (#118) (@kellertuer)
- Update to new ManifoldsBase.jl (#120) (@mateuszbaran)
v0.3.21
Manopt v0.3.21
v0.3.20
Manopt v0.3.20
Merged pull requests:
- Debug string format (#107) (@kellertuer)
- Make solver signatures more consistent (#113) (@const-ae)
- Fixes a few minor bugs (#115) (@kellertuer)
- Introduce a stop_step fallback for backtracking-type line searches and a corresponding stopping criterion (#116) (@kellertuer)