Skip to content

Commit

Permalink
NEWS: add note about new well-behaved FloatRange type [#5636, #2333]
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Feb 24, 2014
1 parent 9bf8d96 commit 4e84913
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand Down Expand Up @@ -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
==========================
Expand Down

0 comments on commit 4e84913

Please sign in to comment.