rafaqz / DimensionalData.jl

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

Stop using internals #522

Open rafaqz opened 1 year ago

rafaqz commented 1 year ago

We use a few internal methods here where base functions are hard to extend, like Base._mapreduce_dim. We should aim to stop doing that.