Skip to content

Commit 7d6d11f

Browse files
committed
Merge branch 'master' of github.com:JuliaManifolds/Manopt.jl
2 parents 7a8cb7f + a43e67d commit 7d6d11f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
julia-version: [1.0, 1.5]
14+
julia-version: [1.3, 1.5]
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
steps:
1717
- uses: actions/checkout@v2

Project.toml

Lines changed: 4 additions & 4 deletions
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 <manopt@ronnybergmann.net>"]
4-
version = "0.2.13"
4+
version = "0.2.14"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
@@ -22,10 +22,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2222
ColorSchemes = "3.5.0"
2323
ColorTypes = "0.9.1, 0.10"
2424
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"
2727
StaticArrays = "0.12, 1.0"
28-
julia = "1.0"
28+
julia = "1.3"
2929

3030
[extras]
3131
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414

1515
[compat]
1616
Documenter = "0.24"
17-
Manifolds = "0.4.1"
18-
ManifoldsBase = "0.9"
17+
Manifolds = "0.4.11"
18+
ManifoldsBase = "0.10.0"

src/Manopt.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ import ManifoldsBase:
1717
ℂ,
1818
×,
1919
^,
20+
AbstractPowerManifold,
2021
AbstractVectorTransportMethod,
2122
AbstractRetractionMethod,
2223
AbstractInverseRetractionMethod,
2324
ExponentialRetraction,
2425
LogarithmicInverseRetraction,
2526
ParallelTransport,
27+
PowerManifold,
2628
Manifold,
2729
allocate_result,
2830
allocate_result_type,
@@ -55,7 +57,6 @@ import ManifoldsBase:
5557
get_vector,
5658
get_vectors,
5759
representation_size
58-
using Manifolds: AbstractPowerManifold, PowerManifold
5960
using Manifolds: #temporary for random
6061
Circle,
6162
Euclidean,

0 commit comments

Comments
 (0)