JuliaIntervals / ValidatedNumerics.jl

Rigorous floating-point calculations with interval arithmetic in Julia
Other
85 stars 17 forks source link

Add NEWS for 0.7 release #222

Closed dpsanders closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #222 into master will increase coverage by 1.08%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   90.35%   91.43%   +1.08%     
==========================================
  Files          24       25       +1     
  Lines        1026     1097      +71     
==========================================
+ Hits          927     1003      +76     
+ Misses         99       94       -5
Impacted Files Coverage Δ
src/deprecated.jl 0% <0%> (ø)
src/parsing.jl 96.96% <0%> (+0.81%) :white_check_mark:
src/decorations/intervals.jl 85.48% <0%> (+0.86%) :white_check_mark:
src/intervals/macros.jl 97.29% <0%> (+1.29%) :white_check_mark:
src/intervals/conversion.jl 74% <0%> (+4.43%) :white_check_mark:
src/intervals/set_operations.jl 95.23% <0%> (+28.57%) :white_check_mark:
src/multidim/intervalbox.jl 84.61% <0%> (+30.76%) :white_check_mark:
src/intervals/rounding_macros.jl 60% <0%> (+60%) :white_check_mark:

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 11bf694...89c56b9. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.351% when pulling 6368529a7de3c65e1e545b424757518b0911d501 on NEWS_0_7 into 11bf694f878194a48a446c7e4f31800404b66d69 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.6%) to 91.91% when pulling 1f5836c89cd53f89ffd03d1104ab8d0494af389a on NEWS_0_7 into 11bf694f878194a48a446c7e4f31800404b66d69 on master.

lbenet commented 7 years ago

Either on v0.6 or v0.7, a comment should be added about which is the version that is the last to support Julia 0.4.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.4%) to 91.787% when pulling 89c56b9e9ceaaa39acfdef5f888adeacc9857460 on NEWS_0_7 into 11bf694f878194a48a446c7e4f31800404b66d69 on master.

dpsanders commented 7 years ago

Thanks for the comment. 0.7 will be the last release to support Julia v0.4; I have added this to the NEWS file.