From 2c1e638e272f08734641d1c479ecf20153169447 Mon Sep 17 00:00:00 2001 From: Dahua Lin Date: Sun, 20 Jul 2014 09:53:10 -0500 Subject: [PATCH] update news --- NEWS.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 60a7c918a..bca23a66e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,12 +3,17 @@ Distributions.jl Release Notes **Note:** We reached a relatively stable API at version *0.5.0*, and have maintained release notes since then. -Version 0.6 --------------- +Changes from v0.5 to v0.6 +--------------------------- -* Add Fréchet Distribution ([#238]). +* Some bug fixes * Add `CategoricalDirectSampler`. - +* Add univariate von Mises distribution ([#223]) +* Add Fréchet distribution ([#238]) +* Add noncentral hypergeometric distribution ([#255]) +* More functions for hypergeometric distribution (``support``, ``mode``, ``kurtosis``, ``skewness``, etc) ([#256]) [#238]: https://github.com/JuliaStats/Distributions.jl/pull/238 - +[#223]: https://github.com/JuliaStats/Distributions.jl/pull/223 +[#255]: https://github.com/JuliaStats/Distributions.jl/pull/255 +[#256]: https://github.com/JuliaStats/Distributions.jl/pull/256