Releases: MatthewThe/job-pool
Releases · MatthewThe/job-pool
v0.3.4
04 Apr 12:29
Compare
Sorry, something went wrong.
No results found
v0.3.4
Include tests directory in source tarball for conda-forge
v0.3.3
04 Apr 09:31
Compare
Sorry, something went wrong.
No results found
v0.3.3
Add sdist to pypi release workflow
v0.3.2
02 Apr 19:44
Compare
Sorry, something went wrong.
No results found
v0.3.2
Allow callbacks in applyAsync
v0.3.1
13 Mar 23:25
Compare
Sorry, something went wrong.
No results found
v0.3.1
Added proper error handling for apply_async
v0.3.0
13 Mar 12:13
Compare
Sorry, something went wrong.
No results found
v0.3.0
Added bounded queue functionality
Move print_progress_every from checkPool to object initialization
No more automatic detection of maximum number of jobs for progress bar
v0.2.6
03 Jan 13:38
Compare
Sorry, something went wrong.
No results found
Use pool.terminate() instead of pool.close() to prevent hanging pool.join() (#1 )
v0.2.5
02 Jan 16:26
Compare
Sorry, something went wrong.
No results found
Limit number of BLAS threads during parallelization. Fixes #1
v0.2.4
15 Dec 14:58
Compare
Sorry, something went wrong.
No results found
Option to send tqdm progress to logger object
v0.2.3
15 Dec 13:57
Compare
Sorry, something went wrong.
No results found
v0.2.2
15 Dec 13:48
Compare
Sorry, something went wrong.
No results found
Add custom exceptions
Better check for abnormal worker termination
Add stopPool functionality