rafaqz / DimensionalData.jl

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

Maybe Breaking: selectors should error with NaN #835

Closed rafaqz closed 2 weeks ago

rafaqz commented 2 weeks ago

This fixes just silently returning some result, like the last or the whole range for ... Instead we error

Closes #808