Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Add max_concurrency param and new grouping to Dataset

Compare
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)