Skip to content

Commit

Permalink
Update the related-package section in docs/src/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Sep 24, 2024
1 parent ad3faa6 commit 208d2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ For a quick introduction check out the "[Solving ODEs with Probabilistic Numeric

## Related packages

- [probdiffeq](https://pnkraemer.github.io/probdiffeq/): Fast and feature-rich filtering-based probabilistic ODE solvers in JAX.
- [ProbNum](https://probnum.readthedocs.io/en/latest/): Probabilistic numerics in Python. It has not only probabilistic ODE solvers, but also probabilistic linear solvers, Bayesian quadrature, and many filtering and smoothing implementations.
- [ProbDiffEq](https://pnkraemer.github.io/probdiffeq/) is similar in scope to ProbNumDiffEq.jl and it provides fast and feature-rich probabilistic ODE solvers but is implemented in Python and built on JAX.

Check failure on line 43 in docs/src/index.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'probdiffeq' instead of 'ProbDiffEq'. Raw Output: {"message": "[Vale.Terms] Use 'probdiffeq' instead of 'ProbDiffEq'.", "location": {"path": "docs/src/index.md", "range": {"start": {"line": 43, "column": 4}}}, "severity": "ERROR"}
- [ProbNum](https://probnum.readthedocs.io/en/latest/) implements a wide range of probabilistic numerical methods, not only for ODEs but also for linear algebra, quadrature, and filtering/smoothing. It is implemented in Python and NumPy, and it focuses more on breadth and didactic purposes than on performance.

0 comments on commit 208d2ee

Please sign in to comment.