DrChainsaw / NaiveGAflux.jl

Evolve Flux networks from scratch!
MIT License
41 stars 1 forks source link

CompatHelper: bump compat for Functors to 0.4, (keep existing compat) #84

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the Functors package from 0.2 to 0.2, 0.4. 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 1 year ago

Codecov Report

Merging #84 (0616d48) into master (a9f31f2) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   95.13%   95.12%   -0.01%     
==========================================
  Files          23       23              
  Lines        1931     1908      -23     
==========================================
- Hits         1837     1815      -22     
+ Misses         94       93       -1     
Impacted Files Coverage Δ
src/iterators.jl 92.90% <0.00%> (-0.69%) :arrow_down:
src/archspace.jl 95.26% <0.00%> (-0.55%) :arrow_down:
src/batchsize.jl 92.42% <0.00%> (-0.12%) :arrow_down:
src/app/imageclassification/ImageClassification.jl 97.22% <0.00%> (-0.08%) :arrow_down:
src/util.jl 92.66% <0.00%> (-0.07%) :arrow_down:
src/shape.jl 95.83% <0.00%> (-0.06%) :arrow_down:
src/mutation/graph.jl 97.07% <0.00%> (-0.04%) :arrow_down:
src/candidate.jl 97.45% <0.00%> (-0.02%) :arrow_down:
src/evolve.jl 100.00% <0.00%> (ø)
src/crossover/graph.jl 100.00% <0.00%> (ø)
... and 3 more

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

DrChainsaw commented 1 year ago

Fixed in #85