We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecade76 commit 82a02bbCopy full SHA for 82a02bb
CHANGELOG
@@ -1,5 +1,8 @@
1
+v0.2.6
2
+- Use pool.terminate() instead of pool.close() to prevent hanging pool.join() (#1)
3
+
4
v0.2.5
-- Limit number of BLAS threads during parallelization. Fixes #1
5
+- Limit number of BLAS threads during parallelization (#1)
6
7
v0.2.4
8
- Option to send tqdm progress to logger object
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "job-pool"
-version = "0.2.5"
+version = "0.2.6"
description = "Enhanced Job Pool for Python Multiprocessing"
authors = ["Matthew The <matthew.the@tum.de>"]
license = "Apache-2.0"
0 commit comments