Releases: JuliaCollections/DataStructures.jl
Releases · JuliaCollections/DataStructures.jl
v0.8.2
v0.8.1
v0.7.4
v0.7.3: Merge pull request #350 from martinholters/remove_test_global
Remove unnecessary `global` declaration in IntSet test
Fix loading on 0.7
Merge pull request #329 from yuyichao/yyc/0.7 Fix loading on 0.7
Fix for old PriorityQueue constructor syntax; counter(::Generator support)
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
- 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
Fix most of 0.7 depwarns
Added dequeue_pair, accumulator fixes, depwarn fixes, drop v0.4 support
- 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
- 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