Releases: zachbateman/easy_multip
Releases · zachbateman/easy_multip
Version 0.3.4
Bug Fix:
- Don't allow more processes to be created than length of iterable arg in map
Version 0.3.3
Enhancement:
- Provide "cpu_index" kwarg to decorated functions for managing separate progressbars, etc.
Version 0.3.2
Enhancements:
- Add position and note for each separate map process' progress bar
- Provide consistent "num_cpu" kwarg for explicit process count selection
Version 0.3.1
Fix critical bug
Version 0.3.0
Enhancement:
- Improve speed and decrease memory usage of map and doloop
Version 0.2.4
Enhancement:
- Add num_cpus kwarg to force a specific number of cores/processes to be used
Version 0.2.3
Switch to using setuptools in setup.py
Version 0.2.2
Fixed bug in arg passing in easy_multip.decorators._use_multip_worker()
Version 0.2.1
Added MANIFEST.in to fix pip install bug
Version 0.2.0
use_multip decorator added
leave_one_cpu_free default value is now True in all functions.