Skip to content

Releases: JuliaCollections/DataStructures.jl

v0.15.0

08 Jan 11:23
5044489
Compare
Choose a tag to compare
  • Add MinMaxHeap
  • Deprecate Old Heap constructors

Make PriorityQueue immutable and define empty!

24 Sep 09:31
3fd4b20
Compare
Choose a tag to compare
Merge pull request #449 from JuliaCollections/teh/empty_pq

Define empty! for PriorityQueue

Split out OrderedCollections

21 Sep 10:08
525f990
Compare
Choose a tag to compare
v0.13.0

Merge pull request #448 from JuliaCollections/teh/fork_orderedcollect…

v0.12.0

11 Sep 09:03
Compare
Choose a tag to compare
  • New iteration protocol for sorted data structures
  • Project.toml

Fixes and documentation updates

27 Aug 17:00
1d4ac3b
Compare
Choose a tag to compare
  • Fix #429: incorrect buffer state in pushfirst! when length != capacity and first != 1
  • Fix #434: missing iteration method for PriorityQueue
  • Various documentation updates/improvements

v0.11.0: Merge pull request #425 from JuliaCollections/Evizero-iterate

07 Aug 16:36
6941c29
Compare
Choose a tag to compare

v0.10.0

18 Jul 23:28
Compare
Choose a tag to compare
Add a test for issue 400

v0.8.4 julia 0.6

09 Jul 14:24
Compare
Choose a tag to compare
=Fix #394

v0.9.0

29 Jun 09:23
437f0bf
Compare
Choose a tag to compare

Julia 0.7 Compat

v0.8.3: Merge pull request #382 from martinholters/mh/fix_kfiterate

25 May 06:15
a8d9477
Compare
Choose a tag to compare
  • Compatibility with new iteration protocol (#382)
  • Add nsmallest and nlargest for accumulator (#375)