JuliaIntervals / IntervalArithmetic.jl

Library for validated numerics using interval arithmetic
https://juliaintervals.github.io/IntervalArithmetic.jl/
Other
297 stars 71 forks source link

Fix ExactReal with power in ForwardDiff #656

Closed Kolaru closed 4 months ago

Kolaru commented 4 months ago

The fixes the support for derivatives of powers containing ExactReal.

This should be the last missing piece before IntervalRootFinding can be upgraded to IA v0.22.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 81.43%. Comparing base (c55dd23) to head (271d476). Report is 35 commits behind head on master.

:exclamation: Current head 271d476 differs from pull request most recent head 215aea3

Please upload reports for the commit 215aea3 to get more accurate results.

Files Patch % Lines
ext/IntervalArithmeticForwardDiffExt.jl 0.00% 12 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #656 +/- ## ========================================== - Coverage 82.98% 81.43% -1.56% ========================================== Files 26 27 +1 Lines 2181 2305 +124 ========================================== + Hits 1810 1877 +67 - Misses 371 428 +57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

OlivierHnt commented 4 months ago

Thx for addressing my questions @Kolaru :) LGTM