quantling / JudiLing.jl

JudiLing: An implementation for Linear Discriminative Learning in Julia.
MIT License
8 stars 3 forks source link

CompatHelper: bump compat for "DataFrames" to "0.22" #42

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the DataFrames package from 0.21 to 0.21, 0.22.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov-io commented 3 years ago

Codecov Report

Merging #42 (233a77f) into master (4579e33) will increase coverage by 1.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   71.77%   73.22%   +1.45%     
==========================================
  Files          15       15              
  Lines        1077     1158      +81     
==========================================
+ Hits          773      848      +75     
- Misses        304      310       +6     
Impacted Files Coverage Δ
src/pyndl.jl 0.00% <0.00%> (ø)
src/make_yt_matrix.jl 100.00% <0.00%> (ø)
src/output.jl 99.12% <0.00%> (+0.04%) :arrow_up:
src/test_combo.jl 76.61% <0.00%> (+0.19%) :arrow_up:
src/find_path.jl 85.09% <0.00%> (+0.37%) :arrow_up:
src/make_adjacency_matrix.jl 90.47% <0.00%> (+0.47%) :arrow_up:
src/make_cue_matrix.jl 60.29% <0.00%> (+0.75%) :arrow_up:
src/preprocess.jl 39.51% <0.00%> (+0.86%) :arrow_up:
src/wh.jl 75.86% <0.00%> (+0.86%) :arrow_up:
src/make_semantic_matrix.jl 84.33% <0.00%> (+2.19%) :arrow_up:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4579e33...233a77f. Read the comment docs.