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

Remove version check #731

Closed felixcremer closed 2 weeks ago

felixcremer commented 2 weeks ago

This removes the version checks because they have not been reached anyway. I kept the docstring for eachslice of a DimArray and tried to clarify the behaviour of drop. This closes #729 .