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

`using DimensionalData.Lookups` in docs does not work #699

Closed alex-s-gardner closed 2 months ago

alex-s-gardner commented 2 months ago

In the docs (https://rafaqz.github.io/DimensionalData.jl/dev/get_info) there is a using DimensionalData.Lookups but this is no longer valid. Does this need to be updated to using DimensionalData.LookupArrays?

alex-s-gardner commented 2 months ago

700

felixcremer commented 2 months ago

On what version are you? The change to Lookups happened recently in #655.

rafaqz commented 2 months ago

Its the other way around! It used to be LookupArrays, and now its Lookups but LookupArrays will still work.

alex-s-gardner commented 2 months ago

was indeed using older version... I've now updated