File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ 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
- ## [ 0.5.4] - unreleased
8
+ ## [ 0.5.4] - November 27, 2024
9
9
10
10
### Added
11
- * An automated detection whether the tutorials are present
11
+
12
+ * An automated detection whether the tutorials are present
12
13
if not an also no quarto run is done, an automated ` --exlcude-tutorials ` option is added.
14
+ * Support for ManifoldDiff 0.4
13
15
14
16
## [ 0.5.3] – October 18, 2024
15
17
Original file line number Diff line number Diff line change 1
1
name = " Manopt"
2
2
uuid = " 0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
3
3
authors = [
" Ronny Bergmann <[email protected] >" ]
4
- version = " 0.5.3 "
4
+ version = " 0.5.4 "
5
5
6
6
[deps ]
7
7
ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
@@ -50,7 +50,7 @@ JuMP = "1.15"
50
50
LRUCache = " 1.4"
51
51
LineSearches = " 7.2.0"
52
52
LinearAlgebra = " 1.6"
53
- ManifoldDiff = " 0.3.8"
53
+ ManifoldDiff = " 0.3.8, 0.4 "
54
54
Manifolds = " 0.9.11, 0.10"
55
55
ManifoldsBase = " 0.15.18"
56
56
ManoptExamples = " 0.1.10"
You can’t perform that action at this time.
0 commit comments