SciML / LabelledArrays.jl

Arrays which also have a label for each element for easy scientific machine learning (SciML)
https://docs.sciml.ai/LabelledArrays/stable/
Other
120 stars 21 forks source link

Remove sliced #85

Closed rafaqz closed 3 years ago

rafaqz commented 3 years ago

This PR just removes the no-longer functioning labelled slices. People can iimplement identical behaviour and get the same compile-time indexing with DimensionalData.jl, which is probably a better fit for the slices/axis based indexing than here.

ChrisRackauckas commented 3 years ago

Makes sense. Thanks.