rafaqz / DimensionalData.jl

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

run JET, fix bugs #415

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

Nearly all of these are fixing cases where I had used args... allowing no argument variants of methods that would then go on to error. Now they will error at the top level.

Remaining plotting bug is fixed in #414. There is also an issue with Tables.jl iterating over nothing when the schema is empty.