JeffreySarnoff/CardinalDicts.jl

Register and tag?

Closed this issue · 3 comments

Jeffrey,

I have a possible immediate need for this package in LightGraphs. Could I ask you to register and tag this in METADATA so I can include it as a dependency?

It has been merged with tag v0.0.1. I am glad that you have use for this work.

Found it! JuliaLang/METADATA.jl#10506. Thank you.

fyi v0.0.1 is pre-dict-doc review. In the next release keymax is not exported, as Base.endof is included with that release. Also, Base.delete! will replace clearindex! and clearindex! will clear the index without returning the dict. I plan to release v0.1.0 (as not exporting keymax is a breaking change) with those changes and maybe CardinalDict{V1,V2}(n) supporting ordered pairs stored as separate vectors and set/getindex -> (V1,V2), set/getindex1 -> V1, set/getindex2 -> V2 while delete/clearindex applies to the pair.