Skip to content

Tags: dpo/OrderedCollections.jl

Tags

v1.1.0

Toggle v1.1.0's commit message
Add LittleDict (JuliaCollections#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

v1.0.2

Toggle v1.0.2's commit message
Let's add a merge with a combiner function and an OrderedDict result! (

…JuliaCollections#11)

* gotta use a combine function for that merge!

* added tests to ensure correct return type on merge with combiners.

* renamed test set

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request JuliaCollections#8 from JuliaCollections/teh/coverage

Improve test coverage

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request JuliaCollections#5 from JuliaCollections/teh/travi…

…s_depwarns

Eliminate warnings in Travis script

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request JuliaCollections#2 from JuliaCollections/teh/testc…

…ommit

Reword README