Skip to content

v3.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 20:51

ChunkSplitters v3.1.1

Diff since v3.1.0

  • throw error if minsize > length(collection).

Merged pull requests:

  • Do not CI run 1.6 on MacOS-latest (#54) (@lmiq)
  • CI docs on lts and update CI versions (#55) (@lmiq)
  • throw error if minsize > length(collection) (#57) (@lmiq)

Closed issues:

  • Speculative: should we return chunks of the object instead of chunks of indices? (#25)
  • Thread-safe, Channel-like, iteration of chunks (#49)
  • Empty iterator if size(collection) < minsize (#56)