File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
14
- julia-version : [1.0 , 1.5]
14
+ julia-version : [1.3 , 1.5]
15
15
os : [ubuntu-latest, macOS-latest, windows-latest]
16
16
steps :
17
17
- uses : actions/checkout@v2
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 <manopt@ronnybergmann.net>" ]
4
- version = " 0.2.13 "
4
+ version = " 0.2.14 "
5
5
6
6
[deps ]
7
7
ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
@@ -22,10 +22,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
22
22
ColorSchemes = " 3.5.0"
23
23
ColorTypes = " 0.9.1, 0.10"
24
24
Colors = " 0.11.2, 0.12"
25
- Manifolds = " 0.4.8 "
26
- ManifoldsBase = " 0.9, 0.10 "
25
+ Manifolds = " 0.4.11 "
26
+ ManifoldsBase = " 0.10.0 "
27
27
StaticArrays = " 0.12, 1.0"
28
- julia = " 1.0 "
28
+ julia = " 1.3 "
29
29
30
30
[extras ]
31
31
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14
14
15
15
[compat ]
16
16
Documenter = " 0.24"
17
- Manifolds = " 0.4.1 "
18
- ManifoldsBase = " 0.9 "
17
+ Manifolds = " 0.4.11 "
18
+ ManifoldsBase = " 0.10.0 "
Original file line number Diff line number Diff line change @@ -17,12 +17,14 @@ import ManifoldsBase:
17
17
ℂ,
18
18
× ,
19
19
^ ,
20
+ AbstractPowerManifold,
20
21
AbstractVectorTransportMethod,
21
22
AbstractRetractionMethod,
22
23
AbstractInverseRetractionMethod,
23
24
ExponentialRetraction,
24
25
LogarithmicInverseRetraction,
25
26
ParallelTransport,
27
+ PowerManifold,
26
28
Manifold,
27
29
allocate_result,
28
30
allocate_result_type,
@@ -55,7 +57,6 @@ import ManifoldsBase:
55
57
get_vector,
56
58
get_vectors,
57
59
representation_size
58
- using Manifolds: AbstractPowerManifold, PowerManifold
59
60
using Manifolds: # temporary for random
60
61
Circle,
61
62
Euclidean,
You can’t perform that action at this time.
0 commit comments