Skip to content

Commit

Permalink
Update NEWS.md for #9271
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Dec 9, 2014
1 parent 5d63ae3 commit ddf3ae6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ Deprecated or removed
`trunc{T<:Integer}(T,x)`, `floor{T<:Integer}(T,x)`, etc.. `trunc` is now
always bound-checked;`Base.unsafe_trunc` provides the old unchecked `itrunc`
behaviour ([#9133]).

* `squeeze` now requires that passed dimension(s) are an `Int` or tuple of `Int`s;
calling `squeeze` with an arbitrary iterator is deprecated ([#9271]).
Additionally, passed dimensions must be unique and correspond to extant
dimensions of the input array.


Julia v0.3.0 Release Notes
Expand Down Expand Up @@ -1121,3 +1126,4 @@ Too numerous to mention.
[#9132]: https://github.com/JuliaLang/julia/issues/9132
[#9133]: https://github.com/JuliaLang/julia/issues/9133
[#9144]: https://github.com/JuliaLang/julia/issues/9144
[#9271]: https://github.com/JuliaLang/julia/issues/9271

1 comment on commit ddf3ae6

@ivarne
Copy link
Member

@ivarne ivarne commented on ddf3ae6 Dec 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have the additional requirements in the docs for squeeze also?

Please sign in to comment.