JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
195 stars 40 forks source link

Version-limit zeros/ones/fill/trues/falses #351

Closed jishnub closed 4 months ago

jishnub commented 4 months ago

These are now available in Base after https://github.com/JuliaLang/julia/pull/53965, so we don't need to commit type-piracy in this package.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.67%. Comparing base (89b9d61) to head (f4c72c8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #351 +/- ## ======================================= Coverage 98.67% 98.67% ======================================= Files 6 6 Lines 453 453 ======================================= Hits 447 447 Misses 6 6 ```

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