File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable Changes to the Julia package `Manopt.jl` will be documented in this
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ### Added
11
+
12
+ * add ` Manopt.JuMP_Optimizer ` implementing JuMP's solver interface
13
+
8
14
## [ 0.4.41] - 02/11/2023
9
15
10
16
### Changed
@@ -370,4 +376,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
370
376
* the problem now contains a
371
377
* ` AbstractManoptSolverState ` replaces ` Options `
372
378
* ` random_point(M) ` is replaced by ` rand(M) ` from `ManifoldsBase.jl
373
- * ` random_tangent(M, p) ` is replaced by ` rand(M; vector_at=p) `
379
+ * ` random_tangent(M, p) ` is replaced by ` rand(M; vector_at=p) `
You can’t perform that action at this time.
0 commit comments