JuliaLinearAlgebra / ArrayLayouts.jl

A Julia package for describing array layouts and more general fast linear algebra
https://julialinearalgebra.github.io/ArrayLayouts.jl/
MIT License
56 stars 10 forks source link

Initial value in minimum/maximum for RangeCumsum #222

Closed jishnub closed 7 months ago

jishnub commented 7 months ago

With this,

julia> minimum(RangeCumsum(2:1), init=10)
10

julia> maximum(RangeCumsum(2:1), init=0)
0
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.95%. Comparing base (4aa8264) to head (3e18e25). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #222 +/- ## ========================================== + Coverage 89.58% 89.95% +0.36% ========================================== Files 11 11 Lines 1844 1891 +47 ========================================== + Hits 1652 1701 +49 + Misses 192 190 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.