Releases: andyferris/Dictionaries.jl
Releases · andyferris/Dictionaries.jl
v0.3.24
v0.3.23
Dictionaries v0.3.23
Merged pull requests:
- Add UnorderedIndices and UnorderedDictionary (#106) (@andyferris)
v0.3.22
v0.3.21
Dictionaries v0.3.21
Merged pull requests:
- Enable set operations between
AbstractIndices
and abitrary itr (#102) (@BSnelling) - add valtype() methods (#103) (@aplavin)
v0.3.20
Dictionaries v0.3.20
Closed issues:
- [Security] Workflow test.yml is using vulnerable action julia-actions/julia-uploadcodecov (#82)
- widen eltype for
merge
,mergewith
andunion
(#91) - Broadcast from scalar doesn't work (no method matching size) (#94)
Merged pull requests:
- A few minor fixes to APIs described in the README (#95) (@c42f)
- Broadcast with scalar, and promote_type improvements (#96) (@andyferris)
v0.3.19
Dictionaries v0.3.19
Closed issues:
- get throws with non-convertible index type (#92)
Merged pull requests:
- Add
copy
definition forDictionary
that works withundef
(#85) (@mtfishman) - remove convertability requirement in get (#93) (@piever)
v0.3.18
Dictionaries v0.3.18
Closed issues:
- unsetting key can lead to undefined reference (#84)
- Creation from pair can create #undef entries (#90)
Merged pull requests:
- Fix undef values in
dictionary
(#88) (@serenity4)
v0.3.17
Dictionaries v0.3.17
Closed issues:
- Issues with
undef
(#78)
Merged pull requests:
- Fix invariance of
convert
forDictionary
(#79) (@serenity4) - Fix undefined values after sorting (#80) (@serenity4)
- Fix some #undef problems (#83) (@andyferris)
v0.3.16
v0.3.15
Dictionaries v0.3.15
Closed issues:
- Support for
mergewith
andmergewith!
(#73)
Merged pull requests:
- use
sizehint
for hash and value arrays as well (#74) (@simeonschaub)