@@ -6,36 +6,34 @@ The file was started with Version `0.4`.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9- ## [ 0.5.21] unreleased
9+ ## [ 0.5.21] September 5, 2025
1010
1111### Added
1212
1313* a ` warm_start_factor ` field to ` ProximalGradientMethodBacktrackingStepsize ` to allow to scale the stepsize in the backtracking procedure.
1414* a ` gradient= ` keyword in several ` Stepsize ` s, such that one can avoid to internally avoid computing the gradient again.
15- * used this keyword in
15+ * used the ``gradient=` keyword in
1616 * ` alternating_gradient_descent `
17- * conjugate_gradient
17+ * ` conjugate_gradient `
1818 * ` Frank_Wolfe_method `
1919 * ` gradient_descent `
2020 * ` interior_point_newton `
2121 * ` quasi_Newton `
2222 * ` projected_gradient_method `
23- * a ` restart_condition ` functor to ` conjugate_gradient_descent ` , which allows the algorithm to restart if the search direction is sub-par.
24- * two references
23+ * a ` restart_condition ` functor to ` conjugate_gradient_descent ` , which allows the algorithm to restart if the search direction is sub-par ( # 492 )
24+ * two literature references
2525
26- ### Fixed
27-
28- * Fixed some math rendering in the docs.
2926
3027### Changed
3128
3229* remodelled the docs for the extensions a bit, added ` JuMP ` to the DocumenterInterlinks.
33- * the internal ` VectorizedManifold ` is now called ` ManifoldSet `
34- * the internal ` ArrayShape ` is not called ` ManifoldPointArrayShape `
30+ * the internal ` VectorizedManifold ` within that extension is now called ` ManifoldSet `
31+ * the internal ` ArrayShape ` within that extensionis not called ` ManifoldPointArrayShape `
32+ * Switch to using [ Runic.jl] ( https://github.com/fredrikekre/Runic.jl ) as code formatter
3533
36- ### Changed
34+ ### Fixed
3735
38- * Switch to using [ Runic.jl ] ( https://github.com/fredrikekre/Runic.jl ) as code formatter
36+ * Fixed some math rendering in the docs, especially avoid ` raw ` strings and interpolate math symbols more often.
3937
4038## [ 0.5.20] July 8, 2025
4139
0 commit comments