v0.3.0
Dictionaries v0.3.0
Closed issues:
- Constructing a Dictionary from ranges (#7)
- Performance of getindices significantly slower on Dictionary than Dict (#8)
- (HashIndices([1, missing]) == HashIndices([1, missing])) == missing? (#11)
- MethodError for
dictionary
(#12) - Interaction with
values
andgroup
can be awkward (#17) - Broadcasting dictionaries with unmatched keys gives confusing result (#19)
- collect(::Dictionary) doesn't work (#20)
Merged pull requests:
- Install TagBot as a GitHub Action (#9) (@JuliaTagBot)
- Replace
HashDictionary
with an ordered hash dictionary (#13) (@andyferris) - Fix a typo (#21) (@andyferris)
- Make broadcast check the indices (#22) (@andyferris)
- Rename HashIndices -> Indices, Indices -> ArrayIndices (#23) (@andyferris)