Skip to content

Commit 3acc346

Browse files
author
Andy Ferris
committed
Added deprecation for AbstractTransformation
1 parent 14046f0 commit 3acc346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Efficient compositions can optionally be defined by `compose()` (equivalently `
1414
"""
1515
abstract Transformation
1616

17+
Base.@deprecate_binding AbstractTransformation Transformation
1718
Base.@deprecate transform(transformation::Transformation, x) transformation(x)
1819

1920
"""

0 commit comments

Comments
 (0)