- rename some things to conform to PEP
- pmap and parfor now automatically divide the task in chunks: less pickling is needed this way - pickle code in a new file: prevent some unpickleble things from getting pickled - Chunks now supports generators when the length keyword argument is supplied - TqdmMeter can have a description
This commit is contained in:
@@ -162,5 +162,5 @@ More low-level accessibility to parallel execution. Submit tasks and request the
|
||||
(although necessarily submit first, then request a specific task), use different functions and function
|
||||
arguments for different tasks.
|
||||
|
||||
## Tqdmm
|
||||
## TqdmMeter
|
||||
Meter bar, inherited from tqdm, used for displaying buffers.
|
||||
|
||||
Reference in New Issue
Block a user