rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
274 stars 39 forks source link

add an Interfaces.jl extension, and some tests #605

Closed rafaqz closed 7 months ago

rafaqz commented 8 months ago

@gdalle this is the use-case for InterfacesCore.

I imagine a bunch of packages would want to be structured like this.

Closes #374

gdalle commented 8 months ago

How does this package find InterfacesCore?

rafaqz commented 8 months ago

Yeah it can't for now and I haven't fiddled with CI to get the dev version. We should get InterfacesCore registered soon

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e34e5ab) 86.71% compared to head (74a5557) 86.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #605 +/- ## ========================================== + Coverage 86.71% 86.86% +0.14% ========================================== Files 43 44 +1 Lines 3628 3669 +41 ========================================== + Hits 3146 3187 +41 Misses 482 482 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.