Skip to content

Commit

Permalink
add a news entry about recent changes to reduce.jl & reducedim.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lindahua committed Jun 7, 2014
1 parent 35cc52a commit b9e4f43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,10 @@ Library improvements

* Improved backtraces on Windows and OS X.

* Implementation of reduction functions (including `reduce`, `mapreduce`, `sum`, `prod`,
`maximum`, `minimum`, `all`, and `any`) are refactored, with improved type stability,
efficiency, and consistency. ([#6116], [#7035], [#7061], [#7106])

Deprecated or removed
---------------------

Expand Down Expand Up @@ -829,6 +833,10 @@ Too numerous to mention.
[#3233]: https://github.com/JuliaLang/julia/pull/3233
[#4811]: https://github.com/JuliaLang/julia/pull/4811
[#5832]: https://github.com/JuliaLang/julia/pull/5832
[#6116]: https://github.com/JuliaLang/julia/pull/6116
[#7035]: https://github.com/JuliaLang/julia/pull/7035
[#7061]: https://github.com/JuliaLang/julia/pull/7061
[#7106]: https://github.com/JuliaLang/julia/pull/7106

[packages chapter]: http:https://docs.julialang.org/en/latest/manual/packages/
[sorting functions]: http:https://docs.julialang.org/en/latest/stdlib/sort/
Expand Down

0 comments on commit b9e4f43

Please sign in to comment.