File tree 5 files changed +37
-68
lines changed
5 files changed +37
-68
lines changed Original file line number Diff line number Diff line change 1
1
name : TagBot
2
2
on :
3
- schedule :
4
- - cron : 49 23 * * *
3
+ issue_comment :
4
+ types :
5
+ - created
6
+ workflow_dispatch :
5
7
jobs :
6
8
TagBot :
9
+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
7
10
runs-on : ubuntu-latest
8
11
steps :
9
12
- uses : JuliaRegistries/TagBot@v1
Original file line number Diff line number Diff line change 1
1
language : julia
2
2
os :
3
3
- linux
4
+ - osx
5
+ - windows
4
6
env :
5
7
- DATADEPS_ALWAYS_ACCEPT=true
6
8
julia :
7
- - 1.0
8
9
- 1.3
10
+ - 1
11
+ - nightly
12
+ matrix :
13
+ allow_failures :
14
+ - julia : nightly
15
+ exclude :
16
+ - os : osx
17
+ julia : 1.3
18
+ - os : windows
19
+ julia : 1.3
20
+ - os : osx
21
+ julia : nightly
22
+ - os : windows
23
+ julia : nightly
24
+ fast_finish : true
25
+ branches :
26
+ only :
27
+ - master
28
+ - /release-.*/
9
29
notifications :
10
30
email : false
11
- before_script : julia -e 'VERSION < v"1.3" && rm("Manifest.toml"; force = true)'
12
- jobs :
13
- include :
14
- - stage : " Documentation"
15
- julia : 1.0
16
- os : linux
17
- script :
18
- - julia --project=docs/ -e 'using Pkg;
19
- Pkg.develop(PackageSpec(path=pwd()));
20
- Pkg.instantiate();
21
- Pkg.build();'
22
- - julia --project=docs/ docs/make.jl
23
- after_success : skip
24
- after_success :
25
- - julia -e 'cd(Pkg.dir("TextAnalysis")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ git-tree-sha1 = "b7b8c228827945936e76c895729682d081ac152c"
3
3
4
4
[[sentiment_model .download ]]
5
5
sha256 = " 5dcb031eccf01bb0b2d074281140679683f73603a54caa79941a1df1c8a6d70d"
6
- url = " https://github.com/JuliaText/TextAnalysis.jl/releases/download/v0.3.0// sentiment.tar.gz"
6
+ url = " https://github.com/JuliaText/TextAnalysis.jl/releases/download/v0.3.0/sentiment.tar.gz"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "TextModels"
2
2
uuid = " 77b9cbda-2a23-51df-82a3-24144d1cd378"
3
3
license = " MIT"
4
4
desc = " Julia package for text analysis"
5
- version = " 0.9 .0"
5
+ version = " 0.1 .0"
6
6
7
7
[deps ]
8
8
BSON = " fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
@@ -24,9 +24,15 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
24
24
WordTokenizers = " 796a5d58-b03d-544a-977e-18100b691f6e"
25
25
26
26
[compat ]
27
- BSON = " >= 0.2.5"
28
- Flux = " < 0.10"
29
- TextAnalysis = " 0.9"
27
+ BSON = " 0.2.5"
28
+ DataDeps = " 0.7"
29
+ DataStructures = " 0.17, 0.18"
30
+ Flux = " 0.9"
31
+ Languages = " 0.4"
32
+ NNlib = " 0.6, 0.7"
33
+ StatsBase = " 0.33"
34
+ TextAnalysis = " 0.7"
35
+ WordTokenizers = " 0.5"
30
36
julia = " 1.3"
31
37
32
38
[extras ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments