v0.18.12
DataStructures v0.18.12
Closed issues:
- SortedSet Comparator (#515)
- Disjoint sets docs are not up to date (#740)
- CircularBuffer push! increases size even if value can't be converted (#754)
- SortedMultiDict losing elements (#773)
- UnitRange{DataStructures.Tokens.IntSemiToken} (#778)
- Setindex broken (#799)
Merged pull requests:
- Cleaner percolate up/down syntax (#777) (@MarcinKonowalczyk)
- Proposed bug fix for bad state when using CircularBuffer push! (#780) (@robert-wright)
- Implement resize! for CircularBuffer (#784) (@johannes-fischer)
- fix syntax for
return_type
, fixes test on 1.8 (#790) (@KristofferC) - Improved Deque Documentation + docstrings (#800) (@lfenzo)
- Improved Priority Queue Documentation + docstrings (#801) (@lfenzo)
- Fix docs: switch "disjoint set" to "disjoint sets" in docs (#803) (@tmthyln)
- Include URLs for dev and stable docs in README (#806) (@mroavi)