Tractables / LogicCircuits.jl

Logic Circuits from the Juice library
https://tractables.github.io/LogicCircuits.jl/dev/
Apache License 2.0
49 stars 4 forks source link

CompatHelper: bump compat for "DataFrames" to "1" #89

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, 0.22 to 0.21, 0.22, 1.

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 3 years ago

Codecov Report

Merging #89 (db1d007) into master (36d8fe5) will decrease coverage by 1.35%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
- Coverage   88.33%   86.98%   -1.36%     
==========================================
  Files          30       30              
  Lines        2590     2589       -1     
==========================================
- Hits         2288     2252      -36     
- Misses        302      337      +35     
Impacted Files Coverage Δ
src/Utils/cubitvector.jl 33.33% <0.00%> (-16.67%) :arrow_down:
src/queries/satisfies.jl 62.24% <0.00%> (-14.29%) :arrow_down:
src/queries/satisfies_flow.jl 47.18% <0.00%> (-4.77%) :arrow_down:
src/Utils/data.jl 81.76% <0.00%> (-3.32%) :arrow_down:
src/bit_circuit.jl 81.30% <0.00%> (-1.87%) :arrow_down:

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 36d8fe5...db1d007. Read the comment docs.