Skip to content

Releases: MatthewThe/job-pool

v0.2.6

03 Jan 13:38
Compare
Choose a tag to compare
  • Use pool.terminate() instead of pool.close() to prevent hanging pool.join() (#1)

v0.2.5

02 Jan 16:26
Compare
Choose a tag to compare
  • Limit number of BLAS threads during parallelization. Fixes #1

v0.2.4

15 Dec 14:58
Compare
Choose a tag to compare
  • Option to send tqdm progress to logger object

v0.2.3

15 Dec 13:57
Compare
Choose a tag to compare
  • Use tqdm for progress

v0.2.2

15 Dec 13:48
Compare
Choose a tag to compare
  • Add custom exceptions
  • Better check for abnormal worker termination
  • Add stopPool functionality

v0.2.1

15 Dec 09:39
Compare
Choose a tag to compare
  • Allow Python 3.8
  • Add coverage and workflow badges

v0.2.0

27 Jun 11:12
Compare
Choose a tag to compare

v0.2.0

  • Add logger
  • Allow top-level import of JobPool

v0.1.1

27 Jun 09:56
Compare
Choose a tag to compare

v0.1.1

  • Fixed GitHub Actions
  • Format with black and added type hints
  • Updated README

v0.1.0

27 Jun 08:35
Compare
Choose a tag to compare

v0.1.0

  • Initial release