Skip to content

Commit

Permalink
Merge pull request #113 from Marco-Congedo/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Marco-Congedo committed Dec 11, 2019
2 parents 8d5f48f + 52990b3 commit 1684987
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "PosDefManifold"
uuid = "f45a3650-5c51-11e9-1e9a-133aa5e309cf"
authors = ["congedom "]
version = "0.4.1"
version = "0.4.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1.1, 1.2, 1.3"
julia = "1"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
authors = ["congedom "]
version = "0.4.1"
version = "0.4.2"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion src/LOCAL_BUILD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ begin

push!(LOAD_PATH, srcDir)

using Documenter, LinearAlgebra, Statistics,
using Documenter, LinearAlgebra, Statistics, Base.Threads,
Revise, PosDefManifold

# add other local moduls to be used, e.g.,
Expand Down
1 change: 0 additions & 1 deletion src/PosDefManifold.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Main Module of the PosDefManifold Package for julia language
# v 0.4.1 - last update 11th of December 2019
#
# MIT License
# Copyright (c) 2019, Marco Congedo, CNRS, Grenobe, France:
Expand Down
1 change: 0 additions & 1 deletion src/linearAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,6 @@ end # mgs function
# fVec
@benchmark(fVec(mean, log, Pset)) # (1.540 s)
"""

function fVec(f::Function, g::Function, 𝐏::AnyMatrixVector;
w::Vector=[],
✓w=false,
Expand Down

0 comments on commit 1684987

Please sign in to comment.