JuliaOptimalTransport / OptimalTransport.jl

Optimal transport algorithms for Julia
https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev
MIT License
93 stars 8 forks source link

CompatHelper: bump compat for ExactOptimalTransport to 0.2 for package docs, (keep existing compat) #156

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the ExactOptimalTransport package from 0.1 to 0.1, 0.2 for package docs. 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-commenter commented 2 years ago

Codecov Report

Merging #156 (b271270) into master (40a1808) will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   95.31%   95.42%   +0.11%     
==========================================
  Files          14       14              
  Lines         619      634      +15     
==========================================
+ Hits          590      605      +15     
  Misses         29       29              
Impacted Files Coverage Δ
src/quadratic.jl 100.00% <0.00%> (ø)
src/entropic/sinkhorn.jl 100.00% <0.00%> (ø)
src/entropic/sinkhorn_gibbs.jl 100.00% <0.00%> (ø)
src/entropic/sinkhorn_stabilized.jl 100.00% <0.00%> (ø)
src/entropic/sinkhorn_barycenter_gibbs.jl 100.00% <0.00%> (ø)
src/entropic/sinkhorn_epsscaling.jl 95.34% <0.00%> (+0.11%) :arrow_up:
src/entropic/symmetric.jl 96.61% <0.00%> (+0.18%) :arrow_up:
src/utils.jl 95.55% <0.00%> (+0.20%) :arrow_up:

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 40a1808...b271270. Read the comment docs.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1609253434

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 1396217363: 0.1%
Covered Lines: 605
Relevant Lines: 634

💛 - Coveralls