Skip to content

Commit

Permalink
Adding CI and codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Dec 8, 2023
1 parent adad159 commit d35aedd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# DiffKrylov
[![][build-latest-img]][build-url] [![][codecov-latest-img]][codecov-latest-url]

DiffKrylov provides a differentiable API for [Krylov.jl](https://github.com/JuliaSmoothOptimizers/Krylov.jl) using [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl). In the future, we will also support Enzyme and its reverse mode.

[codecov-latest-img]: https://codecov.io/gh/JuliaSmoothOptimizers/DiffKrylov.jl/branch/main/graphs/badge.svg?branch=main
[codecov-latest-url]: https://codecov.io/github/JuliaSmoothOptimizers/DiffKrylov.jl?branch=main

[build-url]: https://github.com/JuliaSmoothOptimizers/DiffKrylov.jl/actions?query=workflow
[build-latest-img]: https://github.com/JuliaSmoothOptimizers/DiffKrylov.jl/workflows/Run%20tests/badge.svg?branch=main

0 comments on commit d35aedd

Please sign in to comment.