Skip to content

Commit 39cbc59

Browse files
committed
Bump version
1 parent 3d1b83f commit 39cbc59

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

+2-2
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.9.2"
4+
version = "1.9.3"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -28,5 +28,5 @@ ScientificTypes = "3.0"
2828
StatsBase = "0.33, 0.34"
2929
Tables = "1.6"
3030
Transducers = "0.4"
31-
TransformsBase = "0.1"
31+
TransformsBase = "1.0"
3232
julia = "1.6"

src/TableTransforms.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ using NelderMead: optimise
2121
import Distributions: ContinuousUnivariateDistribution
2222
import Distributions: quantile, cdf
2323

24-
import TransformsBase: Transform
24+
import TransformsBase: Transform, Identity,
2525
import TransformsBase: assertions, isrevertible, preprocess
2626
import TransformsBase: apply, revert, reapply
27-
import TransformsBase: Identity,
2827

2928
include("colspec.jl")
3029
include("assertions.jl")

0 commit comments

Comments
 (0)