From 4e84913381bf36163c029a1c4facdcd1f4a41173 Mon Sep 17 00:00:00 2001 From: Stefan Karpinski Date: Sun, 23 Feb 2014 22:25:34 -0500 Subject: [PATCH] NEWS: add note about new well-behaved FloatRange type [#5636, #2333] --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 103961928b0bd..7fdd3e6d85be1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,6 +30,11 @@ New language features Library improvements -------------------- + * Well-behaved floating-point ranges ([#2333], [#5636]). + Introduced the `FloatRange` type for floating-point ranges with a step, + which will give intuitive/correct results for classically problematic + ranges like `0.1:0.1:0.3`, `0.0:0.7:2.1` or `1.0:1/49:27.0`. + * `mod2pi` function ([#4799], [#4862]). * New functions `minmax` and `extrema` ([#5275]). @@ -275,6 +280,8 @@ Deprecated or removed [#5819]: https://github.com/JuliaLang/julia/issues/5819 [#4871]: https://github.com/JuliaLang/julia/issues/4871 [#4996]: https://github.com/JuliaLang/julia/issues/4996 +[#2333]: https://github.com/JuliaLang/julia/issues/2333 +[#5636]: https://github.com/JuliaLang/julia/issues/5636 Julia v0.2.0 Release Notes ==========================