ChunkSplitters v3.1.2
https://github.com/JuliaFolds2/ChunkSplitters.jl/blob/main/CHANGELOG.md
Merged pull requests:
- out of bounds error on empty iterator indexing (#59) (@lmiq)
- Allow
minsize
to exceed the collection length (#60) (@MasonProtter)
Closed issues:
- What should happen if length of collection is less than
n
? (#58)