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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
### Fixed
12
12
13
-
* Fixed `show` methods of various state and stopping criteria to properly handle both `repr` and multiline printing (issue [#560](https://github.com/JuliaManifolds/Manopt.jl/issues/560)).
13
+
* Fixed `show` methods of various state and stopping criteria to properly handle both `repr` and multiline printing (#569)
14
+
* Unified all `show` methods and their human readable analoga `status_summary` throughout the package (#569)
14
15
* Fixed some text descriptions of a few stopping criteria.
15
16
* unify naming of fields, `debugDictionary` of the debug state is now called `debug_dictionary`
16
17
18
+
## [0.5.34] March 3, 2026
19
+
20
+
### Fixed
21
+
22
+
*`Float32` support in `trust_regions` solver was broken in the previous release, which is now fixed.
0 commit comments