Skip to content

Releases: zachbateman/easy_multip

Version 0.3.4

11 Nov 00:45
Compare
Choose a tag to compare

Bug Fix:

  • Don't allow more processes to be created than length of iterable arg in map

Version 0.3.3

12 Apr 01:00
Compare
Choose a tag to compare

Enhancement:

  • Provide "cpu_index" kwarg to decorated functions for managing separate progressbars, etc.

Version 0.3.2

11 Apr 23:57
Compare
Choose a tag to compare

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

28 Aug 20:06
Compare
Choose a tag to compare

Fix critical bug

Version 0.3.0

28 Aug 19:57
Compare
Choose a tag to compare

Enhancement:

  • Improve speed and decrease memory usage of map and doloop

Version 0.2.4

02 Jun 13:35
Compare
Choose a tag to compare

Enhancement:

  • Add num_cpus kwarg to force a specific number of cores/processes to be used

Version 0.2.3

07 Jun 05:42
Compare
Choose a tag to compare

Switch to using setuptools in setup.py

Version 0.2.2

13 Feb 05:46
Compare
Choose a tag to compare

Fixed bug in arg passing in easy_multip.decorators._use_multip_worker()

Version 0.2.1

11 Feb 04:47
Compare
Choose a tag to compare

Added MANIFEST.in to fix pip install bug

Version 0.2.0

11 Feb 04:12
Compare
Choose a tag to compare

use_multip decorator added

leave_one_cpu_free default value is now True in all functions.