Skip to content

Releases: JuliaCollections/OrderedCollections.jl

v1.6.3

08 Dec 20:38
87a2334
Compare
Choose a tag to compare

OrderedCollections v1.6.3

Diff since v1.6.1

v1.6.2

08 Dec 20:38
c3687a8
Compare
Choose a tag to compare

OrderedCollections v1.6.2

Diff since v1.6.0

v1.6.1

08 Dec 20:38
b6427c0
Compare
Choose a tag to compare

OrderedCollections v1.6.1

Diff since v1.5.0

Merged pull requests:

v1.6.0

08 Dec 20:38
Compare
Choose a tag to compare

OrderedCollections v1.6.0

Diff since v1.5.0

Merged pull requests:

Version 1.5.0

27 Mar 07:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

10 May 23:17
adb9415
Compare
Choose a tag to compare

OrderedCollections v1.4.1

Diff since v1.4.0

Closed issues:

  • Calling merge with more than two LittleDict collections returns Dict (#78)

Merged pull requests:

v1.4.0

15 Feb 13:12
844098f
Compare
Choose a tag to compare

OrderedCollections v1.4.0

Diff since v1.3.3

Merged pull requests:

v1.3.3

30 Jan 05:42
Compare
Choose a tag to compare

OrderedCollections v1.3.3

Diff since v1.3.2

Closed issues:

  • OrderedDict corrupted keys (#71)

Merged pull requests:

  • MassInstallAction: Install the CI workflow on this repository (#68) (@timholy)
  • MassInstallAction: Install the TagBot workflow on this repository (#69) (@timholy)
  • MassInstallAction: Install the Documenter workflow on this repository (#70) (@timholy)
  • Store maximum probe length in OrderedDicts (#72) (@kmsquire)

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)