mlubin / ReverseDiffSparse.jl

Reverse-mode automatic differentiation for sparse Hessians
Other
24 stars 12 forks source link

drop Julia 0.4 and update for ForwardDiff 0.3 #35

Closed mlubin closed 7 years ago

mlubin commented 7 years ago

@jrevels, is it expected that I shouldn't need to update anything here? Tests seem to be passing

codecov-io commented 7 years ago

Current coverage is 96.34% (diff: 100%)

Merging #35 into master will decrease coverage by 0.22%

@@             master        #35   diff @@
==========================================
  Files            11         11          
  Lines           902        902          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            871        869     -2   
- Misses           31         33     +2   
  Partials          0          0          

Powered by Codecov. Last update 575f22c...4ded969

jrevels commented 7 years ago

Yeah, nothing much changed with Partials other than unrestricting the max size.

mlubin commented 7 years ago

Cool, thanks!