JuliaFolds2 / ChunkSplitters.jl

Splitting collections into chunks
https://juliafolds2.github.io/ChunkSplitters.jl/
MIT License
50 stars 7 forks source link

Add support for `chunks(itr; size=...)` #26

Closed carstenbauer closed 8 months ago

carstenbauer commented 8 months ago

Left todo:

Closes #18

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 96.59091% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 94.24%. Comparing base (14e87f2) to head (17d2064).

Files Patch % Lines
src/ChunkSplitters.jl 96.59% 3 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ========================================== + Coverage 93.86% 94.24% +0.38% ========================================== Files 2 2 Lines 163 226 +63 ========================================== + Hits 153 213 +60 - Misses 10 13 +3 ```

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

carstenbauer commented 8 months ago

I have to leave now. I've updated the docstring so this should be ready to be merged. Feel free to push it over the line :)

carstenbauer commented 8 months ago

Would be great if we could get a new release with this soon. I'll then add support for this to OhMyThreads.jl.

lmiq commented 8 months ago

I'm fixing a test that was incompatible with Julia 1.6, and then I'll release it.

lmiq commented 8 months ago

I've added some documentation into the docs page and released it now as version 2.3.0.