Skip to content

v0.18.14

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 03:22

DataStructures v0.18.14

Diff since v0.18.13

Closed issues:

  • Iterating a SortedDict causes memory allocation (#93)
  • SortedDict construction tripped up by tuples and Any (#239)
  • SortedSet confusion with keys that sort (but not compare) the same (#528)
  • Revising sorted collections documentation (#667)
  • Semitokens versus tokens in sorted containers (#669)
  • sorted containers do not have reverse iterators (#671)
  • Misleading doc for insert!(sc, k) (#726)
  • Merge for sorted containers too slow (#742)
  • missing some generic interfaces for sorted containers (#767)
  • Seeking advice: SortedDict constructors (#781)
  • Updating a SortedMultiDict (#815)
  • DefaultDict(Dict) does not work as expected (#817)
  • Sorted container documentation not updated on github.io (#819)
  • Latest released version doesn't seems to contain the code (#831)
  • BinaryTree limit depth (#834)
  • RobinDict infinite loop (#835)
  • The dev documentation is not up to date. (#839)
  • Big invalidation method: iterate(v::Union{Base.KeySet{<:Any, <:DataStructures.SwissDict}, Base.ValueIterator{<:DataStructures.SwissDict}}, state) (#841)
  • typos (#848)
  • Tag a new version (#855)
  • Base.in(x, KeySet{OrderedRobinDict}) should not use get (#857)

Merged pull requests: