Skip to content

Releases: JuliaCollections/DataStructures.jl

v0.8.2

08 May 08:38
691caea
Compare
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
Compare
Choose a tag to compare
Use deprecated bindings from Base for deprecations (#378)

v0.7.4

05 Jan 09:35
91ccb8d
Compare
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
Compare
Choose a tag to compare
Remove unnecessary `global` declaration in IntSet test

Fix loading on 0.7

20 Sep 09:54
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

11 Jul 04:01
Compare
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

Julia v0.6 depwarn, ambiguity, and other misc fixes

22 Feb 06:33
Compare
Choose a tag to compare
  • Fix an ambiguities in SortedDict, SortedMultiDict constructors
  • Fix 0.6 typealias depwarn
  • Fix 0.6 abstract type declaration depwarn
  • Fix 0.6 misc other depwarns
  • Fix push!(x::Accumulator,...) ambiguous function definitions
  • Fix typing in BinaryHeap type
  • Remove eval from DefaultDict constructor