nalimilan / FreqTables.jl

Frequency tables in Julia
Other
88 stars 19 forks source link

Re-export Names #42

Open bkamins opened 5 years ago

bkamins commented 5 years ago

I think it would be nice if we re-export Names from NamedArrays.jl. Is it OK with you?

nalimilan commented 5 years ago

Why not, but what would be the rule to decide what to reexport?

bkamins commented 5 years ago

Sorry - I meant Name not Names. A good point - we also should export Not.

Other things exported by NamedArrays.jl are NamedArray, NamedVector, NamedMatrix. We could re-export them, but we do not have to (probably it does not harm to do it, but they are needed for manual creation of named arrays, which I think most of the users do not need to do, and if they do then they can load NamedArrays.jl).