Skip to content

Commit e272535

Browse files
authored
Merge pull request #40 from JuliaAI/dev
For a 0.2.1 release
2 parents d8c2405 + 40e18be commit e272535

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Project.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
name = "StatisticalMeasures"
22
uuid = "a19d573c-0a75-4610-95b3-7071388c7541"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
88
CategoricalDistributions = "af321ab8-2d2e-40a6-b165-3d674595d28e"
99
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1010
LearnAPI = "92ad9a40-7767-427a-9ee6-6e577f1266cb"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12-
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
1312
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1413
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1514
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
16-
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
1715
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
1816
StatisticalMeasuresBase = "c062fc1d-0d66-479b-b6ac-8b44719de4cc"
1917
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -31,8 +29,8 @@ ScientificTypesExt = "ScientificTypes"
3129
CategoricalArrays = "0.10"
3230
CategoricalDistributions = "0.1"
3331
Distributions = "0.25"
34-
LearnAPI = "0.2"
35-
LossFunctions = "0.10, 0.11"
32+
LearnAPI = "0.2, 1"
33+
LossFunctions = "0.10, 0.11, 1"
3634
MacroTools = "0.5"
3735
OrderedCollections = "1"
3836
PrecompileTools = "1.1"

src/StatisticalMeasures.jl

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ include("finite.jl")
4141
include("probabilistic.jl")
4242
include("precompile.jl")
4343

44-
# remove after julia LTS supports pkg extensions:
45-
if !isdefined(Base, :get_extension)
46-
include("../ext/LossFunctionsExt.jl")
47-
include("../ext/ScientificTypesExt.jl")
48-
end
49-
5044
const MEASURES_FOR_EXPORT = let measures = measures()
5145
ret = Symbol[]
5246
for C in keys(measures)

0 commit comments

Comments
 (0)