Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 2, 2023
1 parent c3bd7d6 commit 339b18a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable Changes to the Julia package `Manopt.jl` will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

* add `Manopt.JuMP_Optimizer` implementing JuMP's solver interface

## [0.4.41] - 02/11/2023

### Changed
Expand Down Expand Up @@ -370,4 +376,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* the problem now contains a
* `AbstractManoptSolverState` replaces `Options`
* `random_point(M)` is replaced by `rand(M)` from `ManifoldsBase.jl
* `random_tangent(M, p)` is replaced by `rand(M; vector_at=p)`
* `random_tangent(M, p)` is replaced by `rand(M; vector_at=p)`

0 comments on commit 339b18a

Please sign in to comment.