Skip to content

Commit 82a02bb

Browse files
committed
Ready for v0.2.6
1 parent ecade76 commit 82a02bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
v0.2.6
2+
- Use pool.terminate() instead of pool.close() to prevent hanging pool.join() (#1)
3+
14
v0.2.5
2-
- Limit number of BLAS threads during parallelization. Fixes #1
5+
- Limit number of BLAS threads during parallelization (#1)
36

47
v0.2.4
58
- Option to send tqdm progress to logger object

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "job-pool"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Enhanced Job Pool for Python Multiprocessing"
55
authors = ["Matthew The <matthew.the@tum.de>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)