Skip to content

Commit 8255030

Browse files
committed
Use TransformsBase.jl
1 parent d805c7e commit 8255030

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TableTransforms"
22
uuid = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
33
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
4-
version = "1.6.1"
4+
version = "1.6.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1616
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1717
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
18-
TransformsAPI = "756644eb-7399-463e-a86e-97605fb648cd"
18+
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
1919

2020
[compat]
2121
AbstractTrees = "0.4"
@@ -26,5 +26,5 @@ ScientificTypes = "2.3, 3.0"
2626
StatsBase = "0.33"
2727
Tables = "1.6"
2828
Transducers = "0.4"
29-
TransformsAPI = "0.4"
29+
TransformsBase = "0.1"
3030
julia = "1.6"

src/TableTransforms.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ using Random
2020
import Distributions: ContinuousUnivariateDistribution
2121
import Distributions: quantile, cdf
2222

23-
import TransformsAPI: Transform
24-
import TransformsAPI: assertions, isrevertible, preprocess
25-
import TransformsAPI: apply, revert, reapply
26-
import TransformsAPI: Identity,
23+
import TransformsBase: Transform
24+
import TransformsBase: assertions, isrevertible, preprocess
25+
import TransformsBase: apply, revert, reapply
26+
import TransformsBase: Identity,
2727

2828
include("tabletraits.jl")
2929
include("assertions.jl")

0 commit comments

Comments
 (0)