rafaqz / DimensionalData.jl

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

Increase Compat of DataAPI to 1.16 #652

Closed felixcremer closed 4 months ago

felixcremer commented 4 months ago

This is needed because we need the DataAPI.groupby function to be available. On lower DataAPI versions loading DimensionalData fails.

rafaqz commented 4 months ago

Haha how did I forget that its my change 😭

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 84.00%. Comparing base (0fee895) to head (b65d325).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #652 +/- ## ======================================= Coverage 84.00% 84.00% ======================================= Files 45 45 Lines 4095 4095 ======================================= Hits 3440 3440 Misses 655 655 ```

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