YingboMa / ForwardDiff2.jl

Other
52 stars 4 forks source link

The great API shift #20

Closed YingboMa closed 4 years ago

YingboMa commented 4 years ago

D(f, x) * v computes df/dx * v

https://github.com/YingboMa/ForwardDiff2.jl/blob/8384e49f2fa31bf93efc837394ba59d43670d52c/README.md

YingboMa commented 4 years ago

Waiting for https://github.com/JuliaDiff/ChainRulesCore.jl/pull/99

codecov-io commented 4 years ago

Codecov Report

Merging #20 into master will decrease coverage by 5.09%. The diff coverage is 84.9%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #20     +/-   ##
========================================
- Coverage   80.69%   75.6%   -5.1%     
========================================
  Files           7       7             
  Lines         259     291     +32     
========================================
+ Hits          209     220     +11     
- Misses         50      71     +21
Impacted Files Coverage Δ
src/ForwardDiff2.jl 100% <ø> (ø) :arrow_up:
src/dual_context.jl 93.1% <100%> (+1.14%) :arrow_up:
src/dualarray.jl 48.83% <100%> (-5.01%) :arrow_down:
src/dualnumber.jl 59.45% <100%> (-14.52%) :arrow_down:
src/api.jl 82.69% <82.6%> (-9.31%) :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 3843729...896aa85. Read the comment docs.