Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:18
d5d76c7

OrderedCollections v2.0.0

Diff since v1.8.2

v2 is only removal of long standing depreactions.
If you are using v1.7 or newer already and you can run your code with --depwarn=error then there is nothing to change.

Breaking:

Removed deprecated functionality:

  • type-piratical: sort(d::Dict; args...) which previously returned an OrderedDict (#25)
  • ability to convert unordered dicts into OrderedDicts
  • indexing into OrderedSets (JuliaCollections/DataStructures.jl#180 (comment))
  • constructing new empty OrderedSets and OrderedDicts via empty.

Merged pull requests:

Closed issues:

  • Type piracy? (#25)