File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11name = " TableTransforms"
22uuid = " 0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
33authors = [" Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors" ]
4- version = " 1.9.2 "
4+ version = " 1.9.3 "
55
66[deps ]
77AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -28,5 +28,5 @@ ScientificTypes = "3.0"
2828StatsBase = " 0.33, 0.34"
2929Tables = " 1.6"
3030Transducers = " 0.4"
31- TransformsBase = " 0.1 "
31+ TransformsBase = " 1.0 "
3232julia = " 1.6"
Original file line number Diff line number Diff line change @@ -21,10 +21,9 @@ using NelderMead: optimise
2121import Distributions: ContinuousUnivariateDistribution
2222import Distributions: quantile, cdf
2323
24- import TransformsBase: Transform
24+ import TransformsBase: Transform, Identity, →
2525import TransformsBase: assertions, isrevertible, preprocess
2626import TransformsBase: apply, revert, reapply
27- import TransformsBase: Identity, →
2827
2928include (" colspec.jl" )
3029include (" assertions.jl" )
You can’t perform that action at this time.
0 commit comments