SciML / ExponentialUtilities.jl

Fast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
https://docs.sciml.ai/ExponentialUtilities/stable/
Other
96 stars 31 forks source link

switch to separate Project file for testing #154

Closed ArnoStrouwen closed 10 months ago

ArnoStrouwen commented 11 months ago

Are we committing to this testing style for all of SciML @ChrisRackauckas ?

ChrisRackauckas commented 11 months ago

Does it work with the downgrade CI? I think it would be good to commit to it since I think the Pkg.jl folks want us to.

ArnoStrouwen commented 11 months ago

I don't think the downgrade CI is working properly with this yet. I've asked for clarification here: https://github.com/cjdoris/julia-downgrade-compat-action/issues/3

ArnoStrouwen commented 10 months ago

No longer relevant, extras is still the preferred testing method.