Skip to content

Commit 283ac53

Browse files
committed
Bump version and fix Changelog.
1 parent 51c95fb commit 283ac53

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

Changelog.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,34 @@ The file was started with Version `0.4`.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and 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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Manopt"
22
uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
33
authors = ["Ronny Bergmann <manopt@ronnybergmann.net>"]
4-
version = "0.5.20"
4+
version = "0.5.21"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

0 commit comments

Comments
 (0)