Skip to content

Releases: JuliaCollections/DataStructures.jl

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

25 May 06:15
a8d9477

Choose a tag to compare

  • Compatibility with new iteration protocol (#382)
  • Add nsmallest and nlargest for accumulator (#375)

v0.8.2

08 May 08:38
691caea

Choose a tag to compare

Merge pull request #381 from smldis/patch-1

add `empty!(::Stack)` method

v0.8.1

21 Apr 19:30
0d2ef74

Choose a tag to compare

Use deprecated bindings from Base for deprecations (#378)

v0.7.4

05 Jan 09:35
91ccb8d

Choose a tag to compare

Changes are mostly in docs.

v0.7.3: Merge pull request #350 from martinholters/remove_test_global

13 Dec 20:27
b11255e

Choose a tag to compare

Remove unnecessary `global` declaration in IntSet test

Fix loading on 0.7

20 Sep 09:54

Choose a tag to compare

Merge pull request #329 from yuyichao/yyc/0.7

Fix loading on 0.7

Fix for old PriorityQueue constructor syntax; counter(::Generator support)

05 Sep 23:20

Choose a tag to compare

One old PriorityQueue constructor syntax was inadvertently removed in the last release, namely

PriorityQueue{K,V,ForwardOrdering}()

This was added back as deprecated syntax.

Also included: counter(::Generator) support

Drop support for v0.5

02 Sep 15:59

Choose a tag to compare

  • Drop support for Julia v0.5 (and update to v0.6/v0.7 syntax)
  • empty!() for CircularDeque, add it to docs, add some other missing things to docs (#317)
  • Minor updates to PriorityQueue docs
  • PriorityQueue updates (Fixes #312) (#316)
  • Remove additional v0.6 deprecations
  • Fix a "formal" ambiguity on 0.6+ and enable ambiguity tests
  • Remove Compat (not needed/used right now)
  • Move all tests to testsets

v0.6.1: Merge pull request #311 from yuyichao/yyc/0.7

26 Jul 18:04

Choose a tag to compare

Added dequeue_pair, accumulator fixes, depwarn fixes, drop v0.4 support

11 Jul 04:01

Choose a tag to compare

  • Added dequeue_pair! to Deque implementation
  • Reduce TypeStrictness for Accumulator
  • Update CI URLs to point to new caching infrastructure
  • Drop Julia 0.4 support
  • Re-fix 0.6 depwarns
  • Fix depwarn on 0.7