Skip to content

Commit

Permalink
NEWS tweaks for #8011
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 22, 2014
1 parent 8609056 commit 4b14978
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Library improvements
* Symmetric and Hermitian immutables are now parametrized on matrix type ([#7992]).

* Switch from `O(N)` to `O(logN)` algorithm for `dequeue!(pq, key)`
with PriorityQueues. This provides major speedups for large
queues.
with `PriorityQueue`. This provides major speedups for large
queues ([#8011]).

* PriorityQueues now include the order type among their parameters,
* `PriorityQueue` now includes the order type among its parameters,
`PriorityQueue{KeyType,ValueType,OrderType}`. An empty queue can
be constructed as `pq = PriorityQueue(KeyType,ValueType)`, if you
intend to use the default `Forward` order, or
`pq = PriorityQueue(KeyType, ValueType, OrderType)` otherwise.
`pq = PriorityQueue(KeyType, ValueType, OrderType)` otherwise ([#8011]).

Julia v0.3.0 Release Notes
==========================
Expand Down Expand Up @@ -947,3 +947,4 @@ Too numerous to mention.
[#7654]: https://github.com/JuliaLang/julia/issues/7654
[#7917]: https://github.com/JuliaLang/julia/issues/7917
[#7992]: https://github.com/JuliaLang/julia/issues/7992
[#8011]: https://github.com/JuliaLang/julia/issues/8011

0 comments on commit 4b14978

Please sign in to comment.