Releases: andyferris/Dictionaries.jl
Releases · andyferris/Dictionaries.jl
v0.3.14
Dictionaries v0.3.14
Merged pull requests:
- Add support for sort!, sortkeys! and sortpairs! (#71) (@andyferris)
v0.3.13
Dictionaries v0.3.13
Closed issues:
- Shared indices not properely updated? (#68)
Merged pull requests:
- I want to sort, and I want it now! (#70) (@andyferris)
v0.3.12
Dictionaries v0.3.12
Closed issues:
- Broadcasting
only
omits checks due to inbounds propagation (#63)
Merged pull requests:
- Ensure broadcasted functions retain their bounds checks (#64) (@c42f)
- Add convert method to
Dictionary
(#67) (@serenity4)
v0.3.11
Dictionaries v0.3.11
Closed issues:
- FeatureRequest: consistent show (#56)
- Compare hashes when gettoken (#58)
- Do not print arbitrary-length datastructures in error messages (#61)
Merged pull requests:
- Check hashes before values when getting Indices token (#60) (@jakobnissen)
- Set :limit=>true for index erors (#62) (@jakobnissen)
v0.3.10
Dictionaries v0.3.10
Closed issues:
v0.3.9
Dictionaries v0.3.9
Closed issues:
- get() with a default of different type (#44)
- [FR] multidict implementation (#45)
- term "idempotent" might not apply (#47)
Merged pull requests:
- Correct usage of "idempotent" (#48) (@andyferris)
- Make it easier to handle shared indices, and add
empty_type
for new constructor patterns (#49) (@andyferris)
v0.3.8
Dictionaries v0.3.8
v0.3.7
v0.3.6
Dictionaries v0.3.6
Closed issues:
- segfault in
index
(#40)
Merged pull requests:
- Fix usage of promote_type in _dictionary (#41) (@andyferris)
v0.3.5
Dictionaries v0.3.5
Closed issues:
- sizehint causing the app to block? (#37)
Merged pull requests:
- Fix bug handling sizehint (#38) (@andyferris)