Skip to content

Releases: JuliaCollections/OrderedCollections.jl

v1.7.0

27 Nov 23:33
5bda0b7
Compare
Choose a tag to compare

OrderedCollections v1.7.0

Diff since v1.6.3

New features

  • Add sort! method for unfrozen LittleDict (#136)
  • Add mergewith method for LittleDict (#119)

Bug fixes

  • Fix rehash! for OrderedDict (for example delete!(d, nothing) could produce nonsense or even crash) (#120)
  • Avoid iterating twice over generators when there is an exception, at least in Julia >= 1.11 (#137)

Other changes

  • Remove all uses ccall (#121)
  • Remove convert method for Type{OrderedDict}, the generic Julia method does the same, except for a deprecation warning our method produced (#139)
  • Several other janitorial changes

Merged pull requests:

Closed issues:

  • Deployed Docs are out of date (#31)
  • Feature Request: sort!(::UnfrozenLittleDict{K,V}) (#51)
  • Is OrderedDict maybe broken? (#58)
  • Bug in OrderedDict (unlike in LittleDict, and Dict) (#65)
  • mergewith not working properly for OrderedDict (#77)
  • Construction from generator may iterate a second time (#86)
  • Deleting nothing from OrderedDict (#87)
  • Invalidations due to conversion to OrderedDict (#90)
  • Add sort! method for LittleDict (#116)

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: