SciML / ADTypes.jl

Repository for automatic differentiation backend types
https://sciml.github.io/ADTypes.jl/
MIT License
38 stars 11 forks source link

Lower compat bounds and downgrade tests #45

Closed gdalle closed 5 months ago

gdalle commented 5 months ago

Checklist

Additional context

The compat bounds for ChainRulesCore and EnzymeCore were the most recent ones. I relaxed them to versions where I am sure that the necessary objects already exist, and added a downgrade compat test on Julia 1.10

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (2e67bf3) to head (ca45982).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 6 6 Lines 64 64 ========================================= Hits 64 64 ```

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