Skip to content

Commit d2892cf

Browse files
anthonyanthony
authored andcommitted
remove deprecated code for backwards weak ext support
1 parent 64d0a92 commit d2892cf

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2626
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2727
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
2828
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
29-
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
3029
StatisticalMeasuresBase = "c062fc1d-0d66-479b-b6ac-8b44719de4cc"
3130
StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
3231
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

src/MLJBase.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,4 @@ export default_measure
310310
export pdf, sampler, mode, median, mean, shuffle!, categorical, shuffle,
311311
levels, levels!, std, Not, support, logpdf, LittleDict
312312

313-
# for julia < 1.9
314-
if !isdefined(Base, :get_extension)
315-
include(joinpath("..","ext", "DefaultMeasuresExt.jl"))
316-
@reexport using .DefaultMeasuresExt.StatisticalMeasures
317-
end
318-
319313
end # module

0 commit comments

Comments
 (0)