File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
version :
20
- - ' 1.6 '
20
+ - ' lts '
21
21
- ' 1'
22
22
os :
23
23
- ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name = " LossFunctions"
2
2
uuid = " 30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
3
- version = " 1.0.2 "
3
+ version = " 1.1.0 "
4
4
5
5
[deps ]
6
6
Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
7
- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
8
7
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9
8
10
9
[weakdeps ]
@@ -15,8 +14,7 @@ LossFunctionsCategoricalArraysExt = "CategoricalArrays"
15
14
16
15
[compat ]
17
16
CategoricalArrays = " 0.10, 1.0"
18
- Requires = " 1"
19
- julia = " 1.6"
17
+ julia = " 1.9"
20
18
21
19
[extras ]
22
20
CategoricalArrays = " 324d7699-5711-5eae-9e2f-1d82baa6b597"
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ using Markdown
9
9
import Base: sum
10
10
import Statistics: mean
11
11
12
- if ! isdefined (Base, :get_extension )
13
- import Requires: @require
14
- end
15
-
16
12
# trait functions
17
13
include (" traits.jl" )
18
14
@@ -22,15 +18,6 @@ include("losses.jl")
22
18
# IO methods
23
19
include (" io.jl" )
24
20
25
- # Extensions
26
- @static if ! isdefined (Base, :get_extension )
27
- function __init__ ()
28
- @require CategoricalArrays = " 324d7699-5711-5eae-9e2f-1d82baa6b597" include (
29
- " ../ext/LossFunctionsCategoricalArraysExt.jl"
30
- )
31
- end
32
- end
33
-
34
21
export
35
22
# margin-based losses
36
23
ZeroOneLoss,
You can’t perform that action at this time.
0 commit comments