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: NEWS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,14 @@ Alternatively, either use the Github Blame, or the Github `/compare/v0.18.0...v0
11
11
12
12
The list below highlights breaking changes according to normal semver workflow -- i.e. breaking changes go through at least one deprecatation (via warnings) on the dominant number in the version number. E.g. v0.18 -> v0.19 (warnings) -> v0.20 (breaking). Note that ongoing efforts are made to properly deprecate old code/APIs
13
13
14
+
# Changes in v0.34
15
+
16
+
- Start transition to Manopt.jl via Riemannian Levenberg Marquart.
17
+
- Deprecate `AbstractRelativeRoots`.
18
+
19
+
# Changes in v0.33
20
+
21
+
- Upgrades for DFG using StructTypes.jl (serialization).
14
22
# Changes in v0.32
15
23
16
24
- Major internal refactoring of `CommonConvWrapper` to avoid abstract field types, and better standardization; towards cleanup of internal multihypo handling and naming conventions.
0 commit comments