SciML / SciMLOperators.jl

SciMLOperators.jl: Matrix-Free Operators for the SciML Scientific Machine Learning Common Interface in Julia
https://docs.sciml.ai/SciMLOperators/stable
MIT License
42 stars 9 forks source link

migrate to Accessors, move StaticArraysCore to ext #245

Closed longemen3000 closed 2 weeks ago

longemen3000 commented 3 weeks ago

Checklist

Additional context

I saw that SciMLBase depends both on Accessors and SetField. this PR migrates the uses of SetField to Accessors, and moves StaticArraysCore to an extension (in this way, StaticArraysCore is not loaded anymore)