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
Copy file name to clipboardExpand all lines: Changelog.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,18 @@ This is a breaking change since the JuMP extension is dropped.
34
34
* the plotting functions to `Asymptote`. They can now be found in the separate package [`ManifoldAsymptote.jl`]()
35
35
this way, `Manopt.jl` has less dependencies, especially the color and colorschemes dependencies are dropped
36
36
37
+
## [0.5.39] June 3, 2026
38
+
39
+
### Fixed
40
+
41
+
* a small bug where debug statements were printed even though they should not be due to `DebugEvery` and unified warnings to print independent of `DebugEvery`. (#609)
42
+
43
+
## [0.5.38] May 19, 2026
44
+
45
+
### Changed
46
+
47
+
* the `:convex` backtracking strategy for `proximal_gradient_method` now entails a slightly different condition whenever the upper bound on the sectional curvature of the manifold, input via the `k_max` kwarg, is positive. This comes with a "tolerance" type parameter, `δ`, which must be positive.
48
+
37
49
## [0.5.37] May 5, 2026
38
50
39
51
### Changed
@@ -148,7 +160,6 @@ Moved the documentation glossaries to using the new [Glossaries.jl](https://gith
148
160
This also allows finally to run single test files without installing all packages manually, but instead just switching to and instantiating the test environment. (#550)
149
161
* for compatibility, state also `[source]` entries consistently in the sub `Project.toml` files. (#550)
0 commit comments