DynamicQuantities.jl icon indicating copy to clipboard operation
DynamicQuantities.jl copied to clipboard

Use BaseInterfaces.jl for checking array interface

Open MilesCranmer opened this issue 1 year ago • 1 comments

I really like Interfaces.jl by @rafaqz and I think it would be cool to use the BaseInterfaces.jl module for QuantityArray at some point in the future: https://github.com/rafaqz/Interfaces.jl/blob/main/BaseInterfaces. So far I have basically been just writing my own tests for it based on the Julia docs but it seems a bit dangerous.

MilesCranmer avatar Jun 22 '24 20:06 MilesCranmer

Base interfaces.jl isnt registered yet unfortunately, I need a bit of help and second opinions to get it complete and correct enough (if you're interested!)

rafaqz avatar Jun 22 '24 20:06 rafaqz