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
  • Loading branch information
Sacha0 committed May 13, 2017
1 parent b1f668d commit 9ada3fc
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 @@ -437,6 +437,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 @@ -572,6 +580,7 @@ Deprecated or removed
[#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
[#19926]: https://github.com/JuliaLang/julia/issues/19926
[#19931]: https://github.com/JuliaLang/julia/issues/19931
[#19934]: https://github.com/JuliaLang/julia/issues/19934
Expand Down

0 comments on commit 9ada3fc

Please sign in to comment.