Releases: andyferris/Dictionaries.jl
Releases · andyferris/Dictionaries.jl
v0.3.4
Dictionaries v0.3.4
Closed issues:
- pre-allocate storage before index() (#32)
Merged pull requests:
- Random sampler for filtered dictionary (#36) (@andyferris)
v0.3.3
Dictionaries v0.3.3
Closed issues:
Merged pull requests:
- Implement
reverse
,Iterators.reverse
, and more (#26) (@andyferris) - Random sampler for dictionaries (#34) (@andyferris)
v0.3.2
Dictionaries v0.3.2
v0.3.1
Dictionaries v0.3.1
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)
v0.2.1
v0.2.1 (2020-01-02)
v0.2.0
v0.2.0 (2019-12-18)
Closed issues:
Merged pull requests:
- Reverse dependency with SplitApplyCombine.jl (#3) (andyferris)