v0.18.11
DataStructures v0.18.11
Closed issues:
- Use
push!
andpop!
forPriorityQueue
etc (#296) - Sum of a Queue is type unstable (#619)
- Iterate over the priorities and elements in a priority queue directly (#749)
Merged pull requests:
- Performance improvements to BinaryMinMaxHeap (#746) (@hildebrandmw)
- ForwardPort: inline a bit to remove an inference trigger (#748) (@oxinabox)
- Documentation for key/value iteration over PriorityQueue (#750) (@Xnartharax)
- Correct peek docstring (#752) (@mmiller-max)
- Minor cleanups & performance enhancement (#753) (@timholy)
- Improvements of Trie Structure (#756) (@lucidfrontier45)
- documenter indentation (#757) (@anandijain)
- Allow non-string indices for Trie (#759) (@jonas-schulze)
- type default argument in SortedSet constructor (#760) (@dpinol)
- Remove redundant docstring (#765) (@LilithHafner)
- Fix type instabilities in AVL, RB and splay tree (#766) (@goerch)
- Update docs (#770) (@jonas-schulze)
- Deprecate enqueue!, dequeue! and peek for PriorityQueue (#771) (@jonas-schulze)
- update disjoint_set docs (#772) (@aviatesk)
- Fixed long-standing bug in balanced_tree.jl that corrupted SortedMult… (#775) (@StephenVavasis)