v0.18.9
DataStructures v0.18.9
Closed issues:
- AVL tree (#503)
- recursively sort dicts (#697)
- storing a Pair{K,V} in the heap in PriorityQueue seems redundant (#701)
- Request for joining the organisation (#702)
- Behaviour of getindex in MutableLinkedList (#718)
Merged pull requests:
- Make empty functions follow standard AbstractSet interface: (#584) (@NHDaly)
- heterogeneous elements promoted during list construction (#685) (@RichardRedding)
- Add CompatHelper (#696) (@charleskawczynski)
- Rename DisjointSet and resolve errors (#700) (@c-p-murphy)
- Remove disjoint_set (#708) (@blegat)
- find_root -> find_root! (#709) (@blegat)
- Fix docs mistake with respect to DisjointSet (#711) (@c-p-murphy)
- fix linting in test_mutable_binheap.jl (#713) (@rushabh-v)
- MassInstallAction: Install the CI workflow on this repository (#714) (@timholy)
- MassInstallAction: Install the TagBot workflow on this repository (#715) (@timholy)
- MassInstallAction: Install the Documenter workflow on this repository (#716) (@timholy)
- Fix MutableBinaryHeap, issue similar to #686 (#720) (@dm3)