Skip to content

Commit 5cf184f

Browse files
committed
deprecated Hadamard and NonLinearCompose
1 parent 8e24144 commit 5cf184f

File tree

6 files changed

+2
-578
lines changed

6 files changed

+2
-578
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 1.0
88
- 1.1
9+
- 1.2
910
- nightly
1011
matrix:
1112
allow_failures:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AbstractOperators"
22
uuid = "d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
3-
version = "0.2.1"
3+
version = "0.2.2"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/AbstractOperators.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ include("calculus/BroadCast.jl")
5757
include("calculus/Sum.jl")
5858
include("calculus/AffineAdd.jl")
5959
include("calculus/Jacobian.jl")
60-
include("calculus/NonLinearCompose.jl")
6160
include("calculus/Axt_mul_Bx.jl")
6261
include("calculus/Ax_mul_Bxt.jl")
6362
include("calculus/Ax_mul_Bx.jl")
64-
include("calculus/Hadamard.jl")
6563
include("calculus/HadamardProd.jl")
6664

6765
# Non-Linear operators

src/calculus/Hadamard.jl

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/calculus/NonLinearCompose.jl

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)