We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6391376 commit c042fe5Copy full SHA for c042fe5
CHANGELOG
@@ -1,3 +1,6 @@
1
+v0.3.1
2
+- Added proper error handling for apply_async
3
+
4
v0.3.0
5
- Added bounded queue functionality
6
- Move print_progress_every from checkPool to object initialization
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "job-pool"
-version = "0.3.0"
+version = "0.3.1"
description = "Enhanced Job Pool for Python Multiprocessing"
authors = ["Matthew The <matthew.the@tum.de>"]
license = "Apache-2.0"
0 commit comments