Skip to content

Commit 78cdb4c

Browse files
committed
ManifoldDiff v0.4 compat
1 parent 9d316ec commit 78cdb4c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Changelog.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ 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-
## [0.5.4] - unreleased
8+
## [0.5.4] - November 27, 2024
99

1010
### Added
11-
* An automated detection whether the tutorials are present
11+
12+
* An automated detection whether the tutorials are present
1213
if not an also no quarto run is done, an automated `--exlcude-tutorials` option is added.
14+
* Support for ManifoldDiff 0.4
1315

1416
## [0.5.3] – October 18, 2024
1517

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Manopt"
22
uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
33
authors = ["Ronny Bergmann <[email protected]>"]
4-
version = "0.5.3"
4+
version = "0.5.4"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
@@ -50,7 +50,7 @@ JuMP = "1.15"
5050
LRUCache = "1.4"
5151
LineSearches = "7.2.0"
5252
LinearAlgebra = "1.6"
53-
ManifoldDiff = "0.3.8"
53+
ManifoldDiff = "0.3.8, 0.4"
5454
Manifolds = "0.9.11, 0.10"
5555
ManifoldsBase = "0.15.18"
5656
ManoptExamples = "0.1.10"

0 commit comments

Comments
 (0)