OrderedCollections v2.0.0
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 anOrderedDict(#25) - ability to
convertunordered dicts intoOrderedDicts - indexing into
OrderedSets (JuliaCollections/DataStructures.jl#180 (comment)) - constructing new empty
OrderedSets andOrderedDicts viaempty.
Merged pull requests:
Closed issues:
- Type piracy? (#25)