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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [0.6.0] unreleased
10
10
11
-
This is a breaking change since the JuMP extension is dropped.
12
-
13
-
### Changed
14
-
15
-
* removed the JuMP extension, since it was a bit incomplete and hard to maintain, and not possible to extend to all manifolds. The main reason is, that matrices are a bit tough to represent in JuMP, which is vector based, and types points are nearly impossible to represent. Distinguishing between points and tangent vectors is also a bit hard to track.
16
-
17
-
## [0.5.35] April 3, 2026
11
+
This is a breaking change since the JuMP extension is dropped.
18
12
19
13
### Changed
20
14
15
+
*`NonlinearLeastSquaresObjective` is now called `ManifoldNonlinearLeastSquaresObjective` (#569).
16
+
* This is a breaking release in order to move a few parts to a unified naming and since we
17
+
discontinue the `JuMP` extension. (#532)
21
18
* Improved formatting of the references in the Readme.md (#586)
22
19
* Bump compat for RecursiveArrayTools.jl to include version 4
23
20
* deactivate CompatHelper Action and solely use dependabot
24
21
22
+
### Fixed
23
+
24
+
* Fixed `show` methods of various state and stopping criteria to properly handle both `repr` and multiline printing (#569)
25
+
* Unified all `show` methods and their human readable analoga `status_summary` throughout the package (#569)
26
+
* Fixed some text descriptions of a few stopping criteria.
27
+
* unify naming of fields, `debugDictionary` of the debug state is now called `debug_dictionary`
28
+
* the `NesterovRule` now also stores an actual `AbstractRetractionMethod` instead of implicitly always using the default one.
Wrap `linesearch` (for example [`HagerZhang`](https://julianlsolvers.github.io/LineSearches.jl/latest/reference/linesearch.html#LineSearches.HagerZhang)
(context ===:inline) &&return"The (tangent space) model for the adaptive regularization with cubics sub problem with parameter σ=$(arcmo.σ) for the objective $(status_summary(arcmo.objective; context = context))"
116
+
return"""
117
+
The cubic polynomial based model for the sub problem of the Adaptive Regularization with cubics solver
return(_is_inline(context) ?"":"A stopping criterion to stop when the Lagrange multipliers are less than $(sc.tolerances).\n$(_MANOPT_INDENT)") *"$(msg):$(_MANOPT_INDENT)$(s)"
0 commit comments