Releases: JuliaCollections/OrderedCollections.jl
Releases · JuliaCollections/OrderedCollections.jl
v1.3.2
OrderedCollections v1.3.2
Closed issues:
- Test does not run on Julia 1.6 for test_little_dict.jl (#62)
- Ability to get the order of a key (#64)
Merged pull requests:
- Fix typo in LittleDict docstring (#54) (@PallHaraldsson)
- Update TravisCI (#60) (@mattBrzezinski)
- Drop unneeded lines, otherwise tests fail on Julia 1.6 (#63) (@PallHaraldsson)
v1.3.1
OrderedCollections v1.3.1
Closed issues:
OrderedDict
vararg constructors don't make use of type promotion (#47)
Merged pull requests:
v1.3.0
OrderedCollections v1.3.0
Closed issues:
- Incorrect type inference with generator constructor (#30)
- New release (#44)
- export of isordered method (#45)
- LittleDict inconsistency deleting keys (#48)
Merged pull requests:
- Type inference with generator constructor for OrderedDict (#40) (@eulerkochy)
- Add some notes on constructing LittleDicts (#42) (@oxinabox)
- Make delete! for LittleDict be consistent with Dict (#49) (@mattBrzezinski)
v1.2.0
OrderedCollections v1.2.0
Closed issues:
- LittleDict not in docs (#20)
- LittleDict{Symbol,Int}(:x=>1) throws error (#27)
- Document LittleDict (#29)
Merged pull requests:
- Extra LittleDict changes (#21) (@oxinabox)
- remove unnecessary eltype definition (#23) (@mcognetta)
- do not support sorting a Dict (#26) (@dpo)
- typo fix (#32) (@tlienart)
- Install TagBot as a GitHub Action (#34) (@JuliaTagBot)
- Maintaining code format (#36) (@eulerkochy)
- Insert into LittleDict when there is a single Pair (#37) (@eulerkochy)
- use
return
for returning values (#38) (@eulerkochy) - Add support for map!(f,values(d)) to OrderedDict & LittleDict (improved) (#41) (@joaquimg)
v1.1.0
Add LittleDict (#19) * Add LittleDict * fix LittleDict constructors * add delete! and pop! * fix more constructors and series of ops tests * handle fail to add value but add key * get and get! * All Ordered Dict functionality complete * Basic tests for Frozen LittleDicts * handle other iterators * carefully optimise setindex! * remoe unused constructor * add missing constructor * fix get! * drop simd from get * drop simd * guard against construction of LittleDict with different number of keys and args * Test freezing gives ===ity * use types more * fix Int type
Support merge
v1.0.2 Let's add a merge with a combiner function and an OrderedDict result!…
Better partitioning of functionality from DataStructures
Merge pull request #8 from JuliaCollections/teh/coverage Improve test coverage
Make compatible with DataStructures
Switching to semver
Initial release
Merge pull request #2 from JuliaCollections/teh/testcommit Reword README