CTUAvastLab / Mill.jl

Build flexible hierarchical multi-instance learning models.
https://ctuavastlab.github.io/Mill.jl/stable/
MIT License
86 stars 8 forks source link

CompatHelper: add new compat entry for MLUtils at version 0.2, (keep existing compat) #111

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request sets the compat entry for the MLUtils package to 0.2. 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. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

codecov[bot] commented 1 year ago

Codecov Report

Merging #111 (782d9d6) into master (ac2dc82) will increase coverage by 0.74%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   90.36%   91.11%   +0.74%     
==========================================
  Files          36       36              
  Lines        1494     1665     +171     
==========================================
+ Hits         1350     1517     +167     
- Misses        144      148       +4     
Flag Coverage Δ
unittests 91.11% <ø> (+0.74%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/mill_string.jl 0.00% <0.00%> (ø)
src/aggregations/segmented_max.jl 100.00% <0.00%> (ø)
src/aggregations/segmented_sum.jl 100.00% <0.00%> (ø)
src/aggregations/segmented_mean.jl 100.00% <0.00%> (ø)
src/special_arrays/preimputing_matrix.jl 100.00% <0.00%> (ø)
src/special_arrays/postimputing_matrix.jl 100.00% <0.00%> (ø)
src/show.jl 93.93% <0.00%> (+0.06%) :arrow_up:
src/gradients.jl 95.00% <0.00%> (+0.08%) :arrow_up:
src/special_arrays/maybe_hot_matrix.jl 94.33% <0.00%> (+0.46%) :arrow_up:
src/aggregations/aggregations.jl 87.50% <0.00%> (+0.54%) :arrow_up:
... and 7 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more