gdalle / DifferentiationInterface.jl

An interface to various automatic differentiation backends in Julia.
https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface
MIT License
134 stars 9 forks source link

Possible direct users #134

Open gdalle opened 3 months ago

gdalle commented 3 months ago

Meta-issue to survey users of DifferentiationInterface and the related discussions.

Current users

Registered

ContinuousNormalizingFlows.jl

Fronts.jl

ImplicitDifferentiation.jl

ItemResponseFunctions.jl

MarginalLogDensities.jl

SimpleNonlinearSolve.jl

Not registered

CTBase.jl and CTFlows.jl

Future users

ADNLPModels.jl

DifferentialEquations.jl

Flux.jl

Lux.jl

NNLib.jl

NonlinearSolve.jl

OptimizationBase.jl and Optimization.jl

SciMLSensitivity.jl

SNOW.jl

Turing.jl through LogDensityProblemsAD.jl

VoronoiFVM.jl

prbzrg commented 2 months ago

I like this package 👍 ContinuousNormalizingFlows will use it from now on 🚀 https://github.com/impICNF/ContinuousNormalizingFlows.jl/pull/399

ElOceanografo commented 1 month ago

Currently working on integrating this into MarginalLogDensities...

gerlero commented 1 month ago

Fronts is about to switch to DifferentiationInterface: https://github.com/gerlero/Fronts.jl/pull/184