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 broadcast_dims for stack #621

Closed rafaqz closed 7 months ago

rafaqz commented 7 months ago

This needs tests, but it was surprisingly easy to add broadcast_dims for stacks.

This makes me suspect that adding regular broadcast for stacks would also be easy.

codecov-commenter commented 7 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (d927b77) 87.23% compared to head (37a3bf2) 88.63%. Report is 26 commits behind head on main.

Files Patch % Lines
src/utils.jl 15.38% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #621 +/- ## ========================================== + Coverage 87.23% 88.63% +1.40% ========================================== Files 43 44 +1 Lines 3446 4295 +849 ========================================== + Hits 3006 3807 +801 - Misses 440 488 +48 ```

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