Skip to content

Commit 927e556

Browse files
committed
update NEWS.md
1 parent 6135777 commit 927e556

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Alternatively, either use the Github Blame, or the Github `/compare/v0.18.0...v0
1111

1212
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
1313

14+
# Changes in v0.35
15+
16+
- Standardize toward Manopt.jl (currently Riemannian Levenberg-Marquart), still have Optim.jl legacy support (#1784, #1778).
17+
- Much faster solves, both parametric and nonparametric (#1783, #1782, #1793).
18+
- Better standardize relative factors to use of tangent vectors (#1790).
19+
- Now abstract type `CalcFactor` with dedicated dispatches in various cases, e.g. `CalcFactorNormSq`, etc. (#1786).
20+
- Bug fixes and inference improvements (#1781, #1785, #1789)
21+
- Support for Julia 1.10.
22+
- Extension usage of AMD.jl for `ccolamd` variable ordering features, dropped internal SuiteSparse calls. JL 1.10 removal of `SuiteSparse_long` (#1763).
23+
- Further bug fixes for transition to `StaticArrays` value stores and computes, including `Position{N}` (#1779, #1776).
24+
- Restore `DifferentialEquation.jl` factor `DERelative` functionality and tests that were suppressed in a previous upgrade (#1774, #1777).
25+
- Restore previously suppressed tests (#1781, #1721, #1780)
26+
1427
# Changes in v0.34
1528

1629
- Start transition to Manopt.jl via Riemannian Levenberg-Marquart.

0 commit comments

Comments
 (0)