Skip to content

Commit 339b18a

Browse files
committed
add changelog entry
1 parent c3bd7d6 commit 339b18a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable Changes to the Julia package `Manopt.jl` will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
* add `Manopt.JuMP_Optimizer` implementing JuMP's solver interface
13+
814
## [0.4.41] - 02/11/2023
915

1016
### Changed
@@ -370,4 +376,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
370376
* the problem now contains a
371377
* `AbstractManoptSolverState` replaces `Options`
372378
* `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)`

0 commit comments

Comments
 (0)