JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Upgrade ADTypes to v1 #295

Closed gdalle closed 2 months ago

gdalle commented 2 months ago

Upgrade ADTypes to v1.0 for the sparse backend types only (nothing yet about the coloring and sparsity detection infrastructure).

Supersedes #294

Main changes

Questions

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 0.06%. Comparing base (a96de04) to head (1365d5e). Report is 2 commits behind head on master.

:exclamation: Current head 1365d5e differs from pull request most recent head 6f001e2. Consider uploading reports for the commit 6f001e2 to get more accurate results

Files Patch % Lines
src/highlevel/forward_or_reverse_mode.jl 0.00% 12 Missing :warning:
src/highlevel/common.jl 0.00% 11 Missing :warning:
src/highlevel/coloring.jl 0.00% 9 Missing :warning:
ext/SparseDiffToolsEnzymeExt.jl 0.00% 6 Missing :warning:
ext/SparseDiffToolsZygoteExt.jl 0.00% 5 Missing :warning:
src/highlevel/forward_mode.jl 0.00% 4 Missing :warning:
ext/SparseDiffToolsPolyesterForwardDiffExt.jl 0.00% 2 Missing :warning:
ext/SparseDiffToolsSymbolicsExt.jl 0.00% 2 Missing :warning:
src/SparseDiffTools.jl 0.00% 2 Missing :warning:
src/highlevel/finite_diff.jl 0.00% 2 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #295 +/- ## ========================================= + Coverage 0.00% 0.06% +0.06% ========================================= Files 24 25 +1 Lines 1366 1463 +97 ========================================= + Hits 0 1 +1 - Misses 1366 1462 +96 ```

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

gdalle commented 2 months ago

@ChrisRackauckas this is ready for a first pass. Not sure if the missed lines in Codecov are my fault or not.

ChrisRackauckas commented 2 months ago

Looks good!