@@ -459,6 +459,14 @@ Deprecated or removed
459
459
460
460
* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
461
461
462
+ * A number of ambiguous `convert` operations between `Number`s (especially `Real`s)
463
+ and `Date`, `DateTime`, and `Period` types have been deprecated in favor of
464
+ unambiguous `convert` and explicit constructor calls. Additionally, ambiguous colon
465
+ construction of `<:Period` ranges without step specification, for example
466
+ `Dates.Hour(1):Dates.Hour(2)`, has been deprecated in favor of such construction
467
+ including step specification, for example `Dates.Hour(1):Dates.Hour(1):Dates.Hour(2)`
468
+ ([#19920]).
469
+
462
470
* `cummin` and `cummax` have been deprecated in favor of `accumulate`.
463
471
464
472
* `sumabs` and `sumabs2` have been deprecated in favor of `sum(abs, x)` and `sum(abs2, x)`, respectively.
@@ -626,6 +634,7 @@ Command-line option changes
626
634
[#19901]: https://github.com/JuliaLang/julia/issues/19901
627
635
[#19903]: https://github.com/JuliaLang/julia/issues/19903
628
636
[#19919]: https://github.com/JuliaLang/julia/issues/19919
637
+ [#19920]: https://github.com/JuliaLang/julia/issues/19920
629
638
[#19925]: https://github.com/JuliaLang/julia/issues/19925
630
639
[#19926]: https://github.com/JuliaLang/julia/issues/19926
631
640
[#19931]: https://github.com/JuliaLang/julia/issues/19931
0 commit comments