Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Add max_concurrency param and new grouping to Dataset

Choose a tag to compare

@jklukas jklukas released this 17 Aug 18:27
· 22 commits to master since this release

Dataset.records now has a group_by method that can be set to 'equal_size' rather than the default 'greedy' (#217)

The Dataset constructor now accepts a max_concurrency parameter that can be used to manage the number of spawned processes (#221)