chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
526 stars 75 forks source link

CompatHelper: bump compat for "DataStructures" to "0.18" #30

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the DataStructures package from 0.17 to 0.17, 0.18.

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[bot] commented 4 years ago

Codecov Report

Merging #30 into master will decrease coverage by 6.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   29.89%   23.43%   -6.46%     
==========================================
  Files          96       96              
  Lines        4008     4006       -2     
==========================================
- Hits         1198      939     -259     
- Misses       2810     3067     +257     
Impacted Files Coverage Δ
src/bert/tfckpt2bson.jl 0.00% <0.00%> (-61.63%) :arrow_down:
src/datasets/download_utils.jl 0.00% <0.00%> (-60.00%) :arrow_down:
src/bert/load_pretrain.jl 0.00% <0.00%> (-54.17%) :arrow_down:
src/gpt/load_pretrain.jl 0.00% <0.00%> (-53.34%) :arrow_down:
src/pretrain/Pretrain.jl 15.00% <0.00%> (-51.67%) :arrow_down:
src/pretrain/config.jl 60.29% <0.00%> (-33.83%) :arrow_down:
src/gpt/npy2bson.jl 0.00% <0.00%> (-30.27%) :arrow_down:
src/basic/embeds/etype.jl 0.00% <0.00%> (-13.34%) :arrow_down:
src/basic/embeds/embed.jl 70.00% <0.00%> (-10.00%) :arrow_down:
src/basic/model.jl 0.00% <0.00%> (-5.41%) :arrow_down:
... and 1 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 7deaa29...0d02c9e. Read the comment docs.