Releases: JuliaCollections/DataStructures.jl
Releases · JuliaCollections/DataStructures.jl
v0.17.16
v0.17.15
DataStructures v0.17.15
Closed issues:
- deque method definition overwritten (#614)
Merged pull requests:
- Remove deprecated deque method (#616) (@harryscholes)
v0.17.14
DataStructures v0.17.14
Closed issues:
- BoundsError in MutableBinaryHeap delete! (#611)
Merged pull requests:
- Fix
first
andlast
function names inDeque
docstrings (#608) (@harryscholes) - Deprecate
deque
constructor (#609) (@harryscholes) - Fix out of bounds access in _binary_heap_pop! (#612) (@ancapdev)
v0.17.13
v0.17.12
DataStructures v0.17.12
Merged pull requests:
- prefixsum for non-positive index in FenwickTree (#602) (@awestover)
- Restore find_root (#604) (@ccoffrin)
v0.17.11
DataStructures v0.17.11
Merged pull requests:
- Update code as per Julia's community guidelines (#590) (@eulerkochy)
- Update docstrings (#593) (@harryscholes)
- fix typo (#594) (@laborg)
- type-parameterized IntDisjointSets (#599) (@sbromberger)
v0.17.10
DataStructures v0.17.10
Closed issues:
Merged pull requests:
- improved docstrings for disjoint_set.jl (#558) (@AtsushiSakai)
- Fix DisjointSets constructor error (#568) (@c-p-murphy)
- Install TagBot as a GitHub Action (#574) (@JuliaTagBot)
- feat(accumulators.jl) : add constructor to Accumulator (#581) (@karan0299)
- Update deque.md (#582) (@matthieugomez)
v0.17.9
v0.17.9 (2020-01-15)
Merged pull requests:
- Add additional constructors for DisjointSets (#567) (c-p-murphy)
v0.17.8
v0.17.8 (2020-01-15)
Merged pull requests:
v0.17.7
v0.17.7 (2020-01-03)
Merged pull requests:
- Use first and last, rather than front, back, top etc (#565) (krish8484)
- E.g. RobinDict in docs (#560) (PallHaraldsson)
- update docstrings of Accumulator and clean up codes based on its docstrings. (#557) (AtsushiSakai)
- Add missing contents about fenwick tree for the documentation top page. (#556) (AtsushiSakai)
- improved docstrings of fenwick.jl (#555) (AtsushiSakai)
- Improved docstrings in stack.jl (#552) (AtsushiSakai)