Skip to content

Releases: JuliaCollections/OrderedCollections.jl

v1.3.2

01 Nov 22:05
c4db3f4
Compare
Choose a tag to compare

OrderedCollections v1.3.2

Diff since v1.3.1

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:

v1.3.1

14 Sep 22:06
2edd74c
Compare
Choose a tag to compare

OrderedCollections v1.3.1

Diff since v1.3.0

Closed issues:

  • OrderedDict vararg constructors don't make use of type promotion (#47)

Merged pull requests:

  • Fix eltype detection for OrderedDict (#53) (@omus)

v1.3.0

02 Jul 21:04
084ec5a
Compare
Choose a tag to compare

OrderedCollections v1.3.0

Diff since v1.2.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:

v1.2.0

05 May 13:03
6bff1ce
Compare
Choose a tag to compare

OrderedCollections v1.2.0

Diff since v1.1.0

Closed issues:

  • LittleDict not in docs (#20)
  • LittleDict{Symbol,Int}(:x=>1) throws error (#27)
  • Document LittleDict (#29)

Merged pull requests:

v1.1.0

12 Apr 22:44
Compare
Choose a tag to compare
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

26 Sep 09:00
Compare
Choose a tag to compare
v1.0.2

Let's add a merge with a combiner function and an OrderedDict result!…

Better partitioning of functionality from DataStructures

19 Sep 15:53
00e5788
Compare
Choose a tag to compare
Merge pull request #8 from JuliaCollections/teh/coverage

Improve test coverage

Make compatible with DataStructures

16 Sep 13:30
3a92679
Compare
Choose a tag to compare

Initial release

29 Jun 15:55
161d1f2
Compare
Choose a tag to compare
Merge pull request #2 from JuliaCollections/teh/testcommit

Reword README