Skip to content

Commit

Permalink
Add NEWS.md entry for dep of ambiguous Dates convert and colon methods (
Browse files Browse the repository at this point in the history
#19920). (#21861)

(cherry picked from commit 5b33b2b)
  • Loading branch information
Sacha0 authored and tkelman committed May 15, 2017
1 parent 22aec09 commit d13f3e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@ Deprecated or removed
* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
* A number of ambiguous `convert` operations between `Number`s (especially `Real`s)
and `Date`, `DateTime`, and `Period` types have been deprecated in favor of
unambiguous `convert` and explicit constructor calls. Additionally, ambiguous colon
construction of `<:Period` ranges without step specification, for example
`Dates.Hour(1):Dates.Hour(2)`, has been deprecated in favor of such construction
including step specification, for example `Dates.Hour(1):Dates.Hour(1):Dates.Hour(2)`
([#19920]).
* `cummin` and `cummax` have been deprecated in favor of `accumulate`.
* `sumabs` and `sumabs2` have been deprecated in favor of `sum(abs, x)` and `sum(abs2, x)`, respectively.
Expand Down Expand Up @@ -589,6 +597,7 @@ Command-line option changes
[#19901]: https://github.com/JuliaLang/julia/issues/19901
[#19903]: https://github.com/JuliaLang/julia/issues/19903
[#19919]: https://github.com/JuliaLang/julia/issues/19919
[#19920]: https://github.com/JuliaLang/julia/issues/19920
[#19925]: https://github.com/JuliaLang/julia/issues/19925
[#19926]: https://github.com/JuliaLang/julia/issues/19926
[#19931]: https://github.com/JuliaLang/julia/issues/19931
Expand Down

0 comments on commit d13f3e9

Please sign in to comment.