From bbdbaa0da9cfcdbf5e4b7eb03018ee7feb528058 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:54:56 +0200 Subject: [PATCH] Revamp alternatives section --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b37b0ca8..172056e1 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,15 @@ Some parts of the articles (like definitions) are thus copied verbatim in the do ## Alternatives -- [ColPack.jl](https://github.com/michel2323/ColPack.jl): a Julia interface to the C++ library [ColPack](https://github.com/CSCsw/ColPack) -- [SparseDiffTools.jl](https://github.com/JuliaDiff/SparseDiffTools.jl): contains Julia implementations of some coloring algorithms +In Python: + +- [pysparsematrixcolorings](https://github.com/gdalle/pysparsematrixcolorings): an experimental Python interface to the present package +- [asdex](https://github.com/adrhill/asdex): a Python-native sparse differentiation library, with coloring utilities + +In Julia (unmaintained): + +- [ColPack.jl](https://github.com/exanauts/ColPack.jl): a Julia interface to the C++ library [ColPack](https://github.com/CSCsw/ColPack) +- [SparseDiffTools.jl](https://github.com/JuliaDiff/SparseDiffTools.jl): contains older Julia implementations of some coloring algorithms ## Citing