File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
name = " StatisticalMeasures"
2
2
uuid = " a19d573c-0a75-4610-95b3-7071388c7541"
3
3
authors = [
" Anthony D. Blaom <[email protected] >" ]
4
- version = " 0.2.0 "
4
+ version = " 0.2.1 "
5
5
6
6
[deps ]
7
7
CategoricalArrays = " 324d7699-5711-5eae-9e2f-1d82baa6b597"
8
8
CategoricalDistributions = " af321ab8-2d2e-40a6-b165-3d674595d28e"
9
9
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
10
10
LearnAPI = " 92ad9a40-7767-427a-9ee6-6e577f1266cb"
11
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12
- LossFunctions = " 30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
13
12
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
14
13
OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
15
14
PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
16
- ScientificTypes = " 321657f4-b219-11e9-178b-2701a2544e81"
17
15
ScientificTypesBase = " 30f210dd-8aff-4c5f-94ba-8e64358c1161"
18
16
StatisticalMeasuresBase = " c062fc1d-0d66-479b-b6ac-8b44719de4cc"
19
17
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -31,8 +29,8 @@ ScientificTypesExt = "ScientificTypes"
31
29
CategoricalArrays = " 0.10"
32
30
CategoricalDistributions = " 0.1"
33
31
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 "
36
34
MacroTools = " 0.5"
37
35
OrderedCollections = " 1"
38
36
PrecompileTools = " 1.1"
Original file line number Diff line number Diff line change @@ -41,12 +41,6 @@ include("finite.jl")
41
41
include (" probabilistic.jl" )
42
42
include (" precompile.jl" )
43
43
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
-
50
44
const MEASURES_FOR_EXPORT = let measures = measures ()
51
45
ret = Symbol[]
52
46
for C in keys (measures)
You can’t perform that action at this time.
0 commit comments