Skip to content

Commit 8bd8cae

Browse files
committed
finish revamp
1 parent 6278b8e commit 8bd8cae

File tree

5 files changed

+402
-284
lines changed

5 files changed

+402
-284
lines changed

NEWS.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,9 @@ Deprecated or removed
902902
argument instead of defaulting to using the first dimension unless there is only
903903
one dimension ([#24684], [#25457]).
904904

905+
* `cumsum` and `cumprod` have the same promotion behaviour for small integer types as `sum` and
906+
`prod`. Use `accumulate(+, x)`/`accumulate(*,x)` to get non-promoting behaviour ([#25766]).
907+
905908
* The `sum_kbn` and `cumsum_kbn` functions have been moved to the
906909
[KahanSummation](https://github.com/JuliaMath/KahanSummation.jl) package ([#24869]).
907910

@@ -1260,4 +1263,5 @@ Command-line option changes
12601263
[#25622]: https://github.com/JuliaLang/julia/issues/25622
12611264
[#25634]: https://github.com/JuliaLang/julia/issues/25634
12621265
[#25654]: https://github.com/JuliaLang/julia/issues/25654
1263-
[#25655]: https://github.com/JuliaLang/julia/issues/25655
1266+
[#25655]: https://github.com/JuliaLang/julia/issues/25655
1267+
[#25766]: https://github.com/JuliaLang/julia/issues/25766

0 commit comments

Comments
 (0)